Issues running 2 versions of tomcat?

2009-07-21 Thread Security Management
I have a server, running Tomcat 5 with Java 4, and running Tomcat 6 with
Java 6.

There is another application that is an XMLRPC server on ports 8085-8100

The XMLRPC service is running on Tomcat 5, and a struts 2 application is
running on Tomcat 6.

I have verified that there are no common ports listed for the 3 sets of
ports (2 x server.xml, and the config for the rpc).

Can anyone explain why the 8085-8100 ports might go haywire every now and
then?  The app works fine with Tomcat 6 shutdown, but when Tomcat 6 starts,
there are anomalies.  I've verified the correct JVMs are starting the
correct Tomcat versions, etc.  Anywhere else I might find a clue?

Thanks,
Mike.




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Issues running 2 versions of tomcat?

2009-07-21 Thread Konstantin Kolinko
2009/7/21 Security Management list-subscripti...@secmgmt.com:
 I have a server, running Tomcat 5 with Java 4, and running Tomcat 6 with
 Java 6.

 There is another application that is an XMLRPC server on ports 8085-8100

 The XMLRPC service is running on Tomcat 5, and a struts 2 application is
 running on Tomcat 6.

 I have verified that there are no common ports listed for the 3 sets of
 ports (2 x server.xml, and the config for the rpc).

 Can anyone explain why the 8085-8100 ports might go haywire every now and
 then?  The app works fine with Tomcat 6 shutdown, but when Tomcat 6 starts,
 there are anomalies.  I've verified the correct JVMs are starting the
 correct Tomcat versions, etc.  Anywhere else I might find a clue?


1. Please provide your definition of haywire

2. Do you have Apache HTTPD in front of Tomcat ?  Do you use mod_jk?

3. Your operating system, and what versions of the mentioned software
you are running.
How old is your Tomcat 5? You may want to look at
http://tomcat.apache.org/security-5.html

Also Java 4 has already reached its EOL.
http://java.sun.com/j2se/1.4.2/download.html

Usually older apps run fine on Java 6, and Tomcat 5 apps run fine when
deployed on Tomcat 6,  and two instances of Tomcat, be them of
different or of the same version, run fine with each other.

4. What do you mean by 8085-8100


Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Issues running 2 versions of tomcat?

2009-07-21 Thread Security Management


-Original Message-
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] 
Sent: Tuesday, July 21, 2009 12:01 PM
To: Tomcat Users List
Subject: Re: Issues running 2 versions of tomcat?

2009/7/21 Security Management list-subscripti...@secmgmt.com:
 I have a server, running Tomcat 5 with Java 4, and running Tomcat 6 with
 Java 6.

 There is another application that is an XMLRPC server on ports 8085-8100

 The XMLRPC service is running on Tomcat 5, and a struts 2 application is
 running on Tomcat 6.

 I have verified that there are no common ports listed for the 3 sets of
 ports (2 x server.xml, and the config for the rpc).

 Can anyone explain why the 8085-8100 ports might go haywire every now and
 then?  The app works fine with Tomcat 6 shutdown, but when Tomcat 6
starts,
 there are anomalies.  I've verified the correct JVMs are starting the
 correct Tomcat versions, etc.  Anywhere else I might find a clue?


1. Please provide your definition of haywire

2. Do you have Apache HTTPD in front of Tomcat ?  Do you use mod_jk?

3. Your operating system, and what versions of the mentioned software
you are running.
How old is your Tomcat 5? You may want to look at
http://tomcat.apache.org/security-5.html

I'm not sure about the specific version, I will check.  Thanks for the page,
too, I'll look through that.

Also Java 4 has already reached its EOL.
http://java.sun.com/j2se/1.4.2/download.html

Usually older apps run fine on Java 6, and Tomcat 5 apps run fine when
deployed on Tomcat 6,  and two instances of Tomcat, be them of
different or of the same version, run fine with each other.

4. What do you mean by 8085-8100


Best regards,
Konstantin Kolinko

1.  My definition of haywire:  The xmlrpc service clients sometimes hang,
and sometimes get random junk messages appearing in the packets.  This only
happens after Tomcat 6 starts.  The general consensus of the manufacturer of
that software is that the sockets are not being maintained.

2.  No, and No, I do not have either of those setup.

3.  I'm not sure about the specific version, I will check.  Thanks for the
page, too, I'll look through that.  I know java 4 is EOL, but I'm waiting on
a manufacturer update for the software, and I have no control over that.  I
thought that 2 versions of should be fine together.  Thanks.

4.  8085-8100 is the range of ports used by the process (i.e. 8085, 8086,
 8100).  I don't have the specific details as far as what exactly this
means, only that they should not be used by me.

Thanks,
Mike.



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org