Sorry Jan
I was continuing a conversation that started yesterday, and I forgot that my
reality might not be the same as others.

I am running Windows2000 Pro on my local machine that is part of an ethernet
network.

I have downloaded Tomcat to my C: drive and set the path names thus:

 CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
 CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
 CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
 JAVA_HOME:       C:\Program Files\Java\j2re1.4.1_02

And use this command to startup:

F:\>%CATALINA_HOME%\bin\startup
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:       C:\Program Files\Java\j2re1.4.1_02

And this is what I get (more comments about what I have done below):

Catalina.start: LifecycleException:  null.open:  java.net.BindException:
Address
 already in use: JVM_Bind:8080
LifecycleException:  null.open:  java.net.BindException: Address already in
use:
 JVM_Bind:8080
        at
org.apache.catalina.connector.http.HttpConnector.initialize(HttpConne
ctor.java:1130)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.j
ava:454)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
a:553)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:780)
        at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
        at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
----- Root Cause -----
java.net.BindException: Address already in use: JVM_Bind:8080
        at
org.apache.catalina.connector.http.HttpConnector.open(HttpConnector.j
ava:950)
        at
org.apache.catalina.connector.http.HttpConnector.initialize(HttpConne
ctor.java:1128)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.j
ava:454)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
a:553)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:780)
        at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
        at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)


I have Oracle8i installed locally and have stopped (and started) the HTTP
server with the same results.

I added a manager role to the server.xml file.

I think I will have to modify the server.xml file but I am unsure of what
values to add or where...

It's been too long since last I used this and I have never had to do it on
my own, always had a more experienced user holding my hand. *sigh*
Sandra

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to