why is there no J2EE forum?????????
I just installed Tomcat 6 on Windows XP, can't run on port 8080 because another server on the same machine is using that...
what other port(s) can I use?
I mean for this setting....
Code:<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
(and there are other port-settings too.. do I need to change those also? like
andCode:<!-- Define an AJP 1.3 Connector on port 8009 --> <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
I set up necessary env vars (JAVA_HOME, CATALINA_HOME), and java/bin is already in the path.. have done Tomcat setup many times before, but now just need to know on what alternate port no. I can run it..Code:<Server port="8005" shutdown="SHUTDOWN">
for this setting, Connector port="8080", tired port no. 8181... but Tomcat won't start up (console appears very briefly then disappears when I hit that startup.bat....)
thank you....



Reply With Quote




Bookmarks