Operating System - HP-UX
1833028 Members
2526 Online
110049 Solutions
New Discussion

HP-UX with 2 Tomcat Instances

 

HP-UX with 2 Tomcat Instances

I would like to know if someone has experience with HP-UX 11i with 2 Tomcat Instances.

We tried to start one and after other but they don´t work, when stoping and starting again each one works, but there is no sequence correct to do that.

/appl/www/tomcat4 -> Tomcat 4
/appl/www/tomcat -> Tomcat 5

I need the 2 versions because my application, one only runs on Tomcat5 and other on Tomcat4.

Thannk
If you want something, you need to persist to get that.
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: HP-UX with 2 Tomcat Instances

The depot verion of the web application suite will most certainly wipe out tomcat 4 when tomcat 5 installs.

You should be able to manually install Tomcat 4 and 5 from the tarball.

/usr/local/tomcat4
/usr/local/tomcat5

At that point you might be able to get them both running. They probably want the same port on the network and you'll need to manually modify the configuration file to deal with conflicts.

Plan on a lot of start/stop testing.

There may be some support issues involved in running the products this way.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com

Re: HP-UX with 2 Tomcat Instances

One application uses the port 8080 and another 8090
If you want something, you need to persist to get that.