Harry Douglass, Jr. wrote:
Hello, I am trying to install Apache Tomcat to run JSP and servlets for the firstThere is some other service that is binding to 8080. You can either identify and stop this service(netstat -a might help).. are change the port of the Tomcat that you are using. port can be changed in server.xml in the conf folder. server.xml will have configuration similar to the folloing.. the port in the below configuration can be changed to some unused port.
time. When I type in this URL 'http://localhost:8080/' Windows XP prompts
me for a username and password. I typed in both the username 'admin' and
blank password and a custom username and password when I installed it and I
get an "Unauthorized" web page returned.
When I try running Tomcat from the DOS prompt by typing 'tomcat start', I
see the SEVERE Error message: Address already in use:JVM_BIND:8080. I know
I am running IIS, but I want to keep the same port it runs on, and manually
start Tomcat when I need it.
Harry
<Service name="Tomcat-Standalone">
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
..
..
..
..
/ Ravi.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
