Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I enable 2 Tomcat servers to work with 1 HP-UX Web Server Suite?

0
Posted

How do I enable 2 Tomcat servers to work with 1 HP-UX Web Server Suite?

0

This could be done for either load balancing or isolation of the Tomcat Java servers. connector. You will need to become the user called bin to do this. A. Copy Tomcat cd /opt/hpws cp -pr tomcat tomcat2 B. Edit: /opt/hpws/tomcat2/conf/server.xml Change: To: Change HTTP/1.1 Connector port: port=”8081″ To: port=”8091″ Change AJP 1.3 Connector port: port=”8009″ To: port=”8019″ Change: To: Change: Context path=”/examples” docBase=”/examples” To: Context path=”/examples2″ docBase=”examples” C. Change ports in worker configuration file. Edit /opt/hpws/tomcat/jk/apache2/workers.properties Change: worker.list=ajp13 To: worker.list=tomcat, tomcat2 Comment out: worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 Add: worker.tomcat.port=8009 worker.tomcat.host=localhost worker.tomcat.type=ajp13 worker.tomcat2.por

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.