Hi.

I have this problem:
I use a web-application running on a tomcat servlet through the 8108 port.
I have to run a second web-application, provided by the same developers team
of the first one, but obviously the second web-app breaks because "8108 port
is already in use".

I had never worked with a tomcat server and I don't know Java.

I have noticed that there is NO config file (as server.xml, httpd.conf, or
similar stuff), the unique reference to the string "8108" I've found (after
unpacking all .jar files) is stored in a .class file (PropertyReader.class).

I tried to edit the file with a java class editor (ClassEditor Version
2.23), changing the port to 8109 and the endport to 8110 (previously 8109)
and then I have recompiled the directory.

Unfortunately, I get this error: 

Exception in thread "main" java.lang.NoClassDefFoundError:
net/genaud/vicaya/launch/Launcher

What can I do? 
-- 
View this message in context: 
http://old.nabble.com/Two-instances-of-Tomcat-5.5.17-tp31766455p31766455.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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

Reply via email to