Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Tom Oinn

Hi,

We're going to need some details of your environment, os and suchlike.
Do you have any other servers running on this machine?

Tom

Gary Frick wrote:
 
 Hi All,
 
I've been working day and night trying to get Tomcat started and to get past the 
HTTP 500 error when trying to invoke the JSP examples.  I've been combing the 
archives, but I'm not seeing any real solutions.  What must I do and where must I go 
to get help?
 
First it would be helpful to know what is going on.  When I try to start Tomcat I 
get the following (See below. Only providing first few lines of trace).  When I try 
//localhost/examples  I can execute the servlets, but not the JSPs.  On the JSPs I 
always get HTTP Status 500 messages.  I've followed the recommendations to recheck 
the classpaths and environment variables (JAVA_HOME and TOMCAT_HOME), but this hasn't 
helped.  For one thing I don't understand why port 8080 is already in use.  How can I 
check?
 
 Thanks,
 Gary
 
 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)

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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Paul Caton

Gary,

You can see a list of assigned ports in /etc/services. If you want to
check that a port not listed there is in use or not, use the command:

netstat -an | grep [number]

If you get no result, the port is not in use.

Paul.

-- 
Paul Caton
Electronic Publications Editor
Women Writers Project

 e-mail: [EMAIL PROTECTED]
tel: (401) 863-3619
address: Box 1841, Brown University, Providence RI 02912




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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Emerson Cargnin - MSA

if you are on a linux box, try : ps -ef | grep tomcat
if any process are shown, try to shut it down (shutdown.sh), if it doesn't
work, try to kill the parent process.

good luck : )

Emerson
- Original Message -
From: Tom Oinn [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 11:33 AM
Subject: Re: I'm getting no responses to my requests for help on this list


 Hi,

 We're going to need some details of your environment, os and suchlike.
 Do you have any other servers running on this machine?

 Tom

 Gary Frick wrote:
 
  Hi All,
 
 I've been working day and night trying to get Tomcat started and to
get past the HTTP 500 error when trying to invoke the JSP examples.  I've
been combing the archives, but I'm not seeing any real solutions.  What must
I do and where must I go to get help?
 
 First it would be helpful to know what is going on.  When I try to
start Tomcat I get the following (See below. Only providing first few lines
of trace).  When I try file://localhost/examples  I can execute the
servlets, but not the JSPs.  On the JSPs I always get HTTP Status 500
messages.  I've followed the recommendations to recheck the classpaths and
environment variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.
For one thing I don't understand why port 8080 is already in use.  How can I
check?
 
  Thanks,
  Gary
 
  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)

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


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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Michael Teter

This list is very active, and due to the amount of
noise, it's hard to see or respond to every message. 
I'm sure it's not personal :)

Anyway, I don't know the background on your problem,
but the address already in use issue is certainly
not going to help anything.

You've got to figure out what you have running that
could be using that port.  I can't remember which app
servers use which ports for sure, but almost certainly
you already have an app server running.  Do a $ ps -ef
| more and scour the list of processes.  Do you have
Turbine/tdk?  Zope?  OpenACS/AOLServer?  Anything
else?

As a last resort, (but I really recommend you find the
conflict instead), you could edit your
$TOMCAT_HOME/conf/server.xml file and change your
non-SSL HTTP connector entry to use a different port,
like say 8675.  Then create the following file in your
$TOMCAT_HOME/webapps/ROOT

File test.jsp---
htmlheadtitleTest/title/head
body
%
String s = Hello World.;
%
h1This is my test page/h1
%=s%
/body
/html
(end of test.jsp)

Now point your browser to
http://127.0.0.1:8675/test.jsp

You should see a page that says 
This is my test page
 Hello World.

Good luck.
Michael


--- Gary Frick [EMAIL PROTECTED] wrote:
 Hi All,
 
I've been working day and night trying to get
 Tomcat started and to get past the HTTP 500 error
 when trying to invoke the JSP examples.  I've been
 combing the archives, but I'm not seeing any real
 solutions.  What must I do and where must I go to
 get help?
 
First it would be helpful to know what is going
 on.  When I try to start Tomcat I get the following
 (See below. Only providing first few lines of
 trace).  When I try //localhost/examples  I can
 execute the servlets, but not the JSPs.  On the JSPs
 I always get HTTP Status 500 messages.  I've
 followed the recommendations to recheck the
 classpaths and environment variables (JAVA_HOME and
 TOMCAT_HOME), but this hasn't helped.  For one thing
 I don't understand why port 8080 is already in use. 
 How can I check?
 
 Thanks,
 Gary
 
 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)
 


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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




RE: I'm getting no responses to my requests for help on this list

2002-05-16 Thread James Mitchell

Or... you can just pick a different port in your config.


JM

 -Original Message-
 From: Michael Teter [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, May 16, 2002 10:45 AM
 To: Tomcat Users List
 Subject: Re: I'm getting no responses to my requests for help on this
 list


 This list is very active, and due to the amount of
 noise, it's hard to see or respond to every message.
 I'm sure it's not personal :)

 Anyway, I don't know the background on your problem,
 but the address already in use issue is certainly
 not going to help anything.

 You've got to figure out what you have running that
 could be using that port.  I can't remember which app
 servers use which ports for sure, but almost certainly
 you already have an app server running.  Do a $ ps -ef
 | more and scour the list of processes.  Do you have
 Turbine/tdk?  Zope?  OpenACS/AOLServer?  Anything
 else?

 As a last resort, (but I really recommend you find the
 conflict instead), you could edit your
 $TOMCAT_HOME/conf/server.xml file and change your
 non-SSL HTTP connector entry to use a different port,
 like say 8675.  Then create the following file in your
 $TOMCAT_HOME/webapps/ROOT

 File test.jsp---
 htmlheadtitleTest/title/head
 body
 %
 String s = Hello World.;
 %
 h1This is my test page/h1
 %=s%
 /body
 /html
 (end of test.jsp)

 Now point your browser to
 http://127.0.0.1:8675/test.jsp

 You should see a page that says
 This is my test page
  Hello World.

 Good luck.
 Michael


 --- Gary Frick [EMAIL PROTECTED] wrote:
  Hi All,
 
 I've been working day and night trying to get
  Tomcat started and to get past the HTTP 500 error
  when trying to invoke the JSP examples.  I've been
  combing the archives, but I'm not seeing any real
  solutions.  What must I do and where must I go to
  get help?
 
 First it would be helpful to know what is going
  on.  When I try to start Tomcat I get the following
  (See below. Only providing first few lines of
  trace).  When I try //localhost/examples  I can
  execute the servlets, but not the JSPs.  On the JSPs
  I always get HTTP Status 500 messages.  I've
  followed the recommendations to recheck the
  classpaths and environment variables (JAVA_HOME and
  TOMCAT_HOME), but this hasn't helped.  For one thing
  I don't understand why port 8080 is already in use.
  How can I check?
 
  Thanks,
  Gary
 
  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)
 


 __
 Do You Yahoo!?
 LAUNCH - Your Yahoo! Music Experience
 http://launch.yahoo.com

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



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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Olaf Jahn

Paul Caton [EMAIL PROTECTED] hat geschrieben:

 Gary,
 
 You can see a list of assigned ports in /etc/services. If you want to
 check that a port not listed there is in use or not, use the command:
 
 netstat -an | grep [number]
 
 If you get no result, the port is not in use.

Better yet: If on Linux or Solaris: Become root and do

  lsof -i tcp:808

This gives you the process id of the process using the port.
You can then use ps to find out more about it or kill it right away.
If you are not root you will only be told about processes you own.

Olaf


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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick

Paul,

The results yielded  TCP0.0.0.0:8080   0.0.0.0:0
LISTENING .

Do you know what this means?

Thanks,
Gary
- Original Message -
From: Paul Caton [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 10:36 AM
Subject: Re: I'm getting no responses to my requests for help on this list


 Gary,

 You can see a list of assigned ports in /etc/services. If you want to
 check that a port not listed there is in use or not, use the command:

 netstat -an | grep [number]

 If you get no result, the port is not in use.

 Paul.

 --
 Paul Caton
 Electronic Publications Editor
 Women Writers Project

  e-mail: [EMAIL PROTECTED]
 tel: (401) 863-3619
 address: Box 1841, Brown University, Providence RI 02912




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



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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick

Tom,

I'm just running IIS 5 on XP Professional along with Tomcat.  Does that
constitue 2 servers?  If you need to look at any files let me know.

Thanks,
Gary
- Original Message -
From: Tom Oinn [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 10:33 AM
Subject: Re: I'm getting no responses to my requests for help on this list


 Hi,

 We're going to need some details of your environment, os and suchlike.
 Do you have any other servers running on this machine?

 Tom

 Gary Frick wrote:
 
  Hi All,
 
 I've been working day and night trying to get Tomcat started and to
get past the HTTP 500 error when trying to invoke the JSP examples.  I've
been combing the archives, but I'm not seeing any real solutions.  What must
I do and where must I go to get help?
 
 First it would be helpful to know what is going on.  When I try to
start Tomcat I get the following (See below. Only providing first few lines
of trace).  When I try //localhost/examples  I can execute the servlets, but
not the JSPs.  On the JSPs I always get HTTP Status 500 messages.  I've
followed the recommendations to recheck the classpaths and environment
variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.  For one
thing I don't understand why port 8080 is already in use.  How can I check?
 
  Thanks,
  Gary
 
  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)

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



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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick

James (Jim),

I'm not familiar or comfortable enough with the litany of config files to
know what to change without adding a new wrinkle to my problem.  Is this
something that you can easily guide me through.

Thanks,
Gary
- Original Message -
From: James Mitchell [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 10:55 AM
Subject: RE: I'm getting no responses to my requests for help on this list


 Or... you can just pick a different port in your config.


 JM

  -Original Message-
  From: Michael Teter [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, May 16, 2002 10:45 AM
  To: Tomcat Users List
  Subject: Re: I'm getting no responses to my requests for help on this
  list
 
 
  This list is very active, and due to the amount of
  noise, it's hard to see or respond to every message.
  I'm sure it's not personal :)
 
  Anyway, I don't know the background on your problem,
  but the address already in use issue is certainly
  not going to help anything.
 
  You've got to figure out what you have running that
  could be using that port.  I can't remember which app
  servers use which ports for sure, but almost certainly
  you already have an app server running.  Do a $ ps -ef
  | more and scour the list of processes.  Do you have
  Turbine/tdk?  Zope?  OpenACS/AOLServer?  Anything
  else?
 
  As a last resort, (but I really recommend you find the
  conflict instead), you could edit your
  $TOMCAT_HOME/conf/server.xml file and change your
  non-SSL HTTP connector entry to use a different port,
  like say 8675.  Then create the following file in your
  $TOMCAT_HOME/webapps/ROOT
 
  File test.jsp---
  htmlheadtitleTest/title/head
  body
  %
  String s = Hello World.;
  %
  h1This is my test page/h1
  %=s%
  /body
  /html
  (end of test.jsp)
 
  Now point your browser to
  http://127.0.0.1:8675/test.jsp
 
  You should see a page that says
  This is my test page
   Hello World.
 
  Good luck.
  Michael
 
 
  --- Gary Frick [EMAIL PROTECTED] wrote:
   Hi All,
  
  I've been working day and night trying to get
   Tomcat started and to get past the HTTP 500 error
   when trying to invoke the JSP examples.  I've been
   combing the archives, but I'm not seeing any real
   solutions.  What must I do and where must I go to
   get help?
  
  First it would be helpful to know what is going
   on.  When I try to start Tomcat I get the following
   (See below. Only providing first few lines of
   trace).  When I try //localhost/examples  I can
   execute the servlets, but not the JSPs.  On the JSPs
   I always get HTTP Status 500 messages.  I've
   followed the recommendations to recheck the
   classpaths and environment variables (JAVA_HOME and
   TOMCAT_HOME), but this hasn't helped.  For one thing
   I don't understand why port 8080 is already in use.
   How can I check?
  
   Thanks,
   Gary
  
   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)
  
 
 
  __
  Do You Yahoo!?
  LAUNCH - Your Yahoo! Music Experience
  http://launch.yahoo.com
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]



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



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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Alan Eustace

simple and dirty, you've probably tried it already-
fire up a browser with localhost:8080 as the URL (making sure tomcat isn't 
running) and if IIS or any other server is running, some sort of default 
page should tell you what the server is.

then you can kill it, (permanently if it's IIS ;))
a.



At 12:25 PM 5/16/2002 -0400, you wrote:
Tom,

I'm just running IIS 5 on XP Professional along with Tomcat.  Does that
constitue 2 servers?  If you need to look at any files let me know.

Thanks,
Gary
- Original Message -
From: Tom Oinn [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 10:33 AM
Subject: Re: I'm getting no responses to my requests for help on this list


  Hi,
 
  We're going to need some details of your environment, os and suchlike.
  Do you have any other servers running on this machine?
 
  Tom
 
  Gary Frick wrote:
  
   Hi All,
  
  I've been working day and night trying to get Tomcat started and to
get past the HTTP 500 error when trying to invoke the JSP examples.  I've
been combing the archives, but I'm not seeing any real solutions.  What must
I do and where must I go to get help?
  
  First it would be helpful to know what is going on.  When I try to
start Tomcat I get the following (See below. Only providing first few lines
of trace).  When I try //localhost/examples  I can execute the servlets, but
not the JSPs.  On the JSPs I always get HTTP Status 500 messages.  I've
followed the recommendations to recheck the classpaths and environment
variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.  For one
thing I don't understand why port 8080 is already in use.  How can I check?
  
   Thanks,
   Gary
  
   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)
 
  --
  To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
 
 

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


--
This message has been scanned for viruses by the
DIT Computer Centre Mail Scanner service, and is
believed to be clean.



Alan Eustace
CHI Project
Digital Media Centre
DIT Aungier Street
Dublin 2

tel +353 1 402 3264
fax +353 1 402 3293



--
This message has been scanned for viruses by the DIT
Computer Centre Mail Scanner service, and is
believed to be clean.


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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Alan Eustace

sorry, just noticed- you are running IIS, which (last time i saw it) runs 
on 8080 by default.

you can change your tomcat port easily thus:

open up server.xml (you'll find it at $CATALINA_HOME$/conf)

at line 54 or thereabouts you'll find a port setting- change the port to 
some port in the 8000 region. Here's the section from my machine, with the 
port set to 80(highlighted with ***):

   !-- Define a non-SSL HTTP/1.1 Connector on port 8080 --
 Connector className=org.apache.catalina.connector.http.HttpConnector
***port=80*** minProcessors=5 maxProcessors=75
enableLookups=true redirectPort=8443
acceptCount=10 debug=0 connectionTimeout=6/

At 05:27 PM 5/16/2002 +0100, you wrote:
simple and dirty, you've probably tried it already-
fire up a browser with localhost:8080 as the URL (making sure tomcat isn't 
running) and if IIS or any other server is running, some sort of default 
page should tell you what the server is.

then you can kill it, (permanently if it's IIS ;))
a.



At 12:25 PM 5/16/2002 -0400, you wrote:
Tom,

I'm just running IIS 5 on XP Professional along with Tomcat.  Does that
constitue 2 servers?  If you need to look at any files let me know.

Thanks,
Gary
- Original Message -
From: Tom Oinn [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 10:33 AM
Subject: Re: I'm getting no responses to my requests for help on this list


  Hi,
 
  We're going to need some details of your environment, os and suchlike.
  Do you have any other servers running on this machine?
 
  Tom
 
  Gary Frick wrote:
  
   Hi All,
  
  I've been working day and night trying to get Tomcat started and to
get past the HTTP 500 error when trying to invoke the JSP examples.  I've
been combing the archives, but I'm not seeing any real solutions.  What must
I do and where must I go to get help?
  
  First it would be helpful to know what is going on.  When I try to
start Tomcat I get the following (See below. Only providing first few lines
of trace).  When I try //localhost/examples  I can execute the servlets, but
not the JSPs.  On the JSPs I always get HTTP Status 500 messages.  I've
followed the recommendations to recheck the classpaths and environment
variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.  For one
thing I don't understand why port 8080 is already in use.  How can I check?
  
   Thanks,
   Gary
  
   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)
 
  --
  To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
 
 

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


--
This message has been scanned for viruses by the
DIT Computer Centre Mail Scanner service, and is
believed to be clean.



Alan Eustace
CHI Project
Digital Media Centre
DIT Aungier Street
Dublin 2

tel +353 1 402 3264
fax +353 1 402 3293



--
This message has been scanned for viruses by the DIT
Computer Centre Mail Scanner service, and is
believed to be clean.


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


--
This message has been scanned for viruses by the
DIT Computer Centre Mail Scanner service, and is
believed to be clean.



Alan Eustace
CHI Project
Digital Media Centre
DIT Aungier Street
Dublin 2

tel +353 1 402 3264
fax +353 1 402 3293



--
This message has been scanned for viruses by the
DIT Computer Centre Mail Scanner service, and is
believed to be clean.


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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick

Michael,

   I'm running on Windows XP Professional so your suggested 'list process'
command won't apply.  If I do a c:\netstat -an I get the following:

 TCP0.0.0.0:8080   0.0.0.0:0  LISTENING

but that doesn't tell me what process is actually doing the listening.

   Is this the section that I need to modify:

!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --
Connector className=org.apache.catalina.connector.http.HttpConnector
   port=8080 minProcessors=5 maxProcessors=75
   enableLookups=true redirectPort=8443
   acceptCount=10 debug=0 connectionTimeout=6/


- Original Message -
From: Michael Teter [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 10:45 AM
Subject: Re: I'm getting no responses to my requests for help on this list


 This list is very active, and due to the amount of
 noise, it's hard to see or respond to every message.
 I'm sure it's not personal :)

 Anyway, I don't know the background on your problem,
 but the address already in use issue is certainly
 not going to help anything.

 You've got to figure out what you have running that
 could be using that port.  I can't remember which app
 servers use which ports for sure, but almost certainly
 you already have an app server running.  Do a $ ps -ef
 | more and scour the list of processes.  Do you have
 Turbine/tdk?  Zope?  OpenACS/AOLServer?  Anything
 else?

 As a last resort, (but I really recommend you find the
 conflict instead), you could edit your
 $TOMCAT_HOME/conf/server.xml file and change your
 non-SSL HTTP connector entry to use a different port,
 like say 8675.  Then create the following file in your
 $TOMCAT_HOME/webapps/ROOT

 File test.jsp---
 htmlheadtitleTest/title/head
 body
 %
 String s = Hello World.;
 %
 h1This is my test page/h1
 %=s%
 /body
 /html
 (end of test.jsp)

 Now point your browser to
 http://127.0.0.1:8675/test.jsp

 You should see a page that says
 This is my test page
  Hello World.

 Good luck.
 Michael


 --- Gary Frick [EMAIL PROTECTED] wrote:
  Hi All,
 
 I've been working day and night trying to get
  Tomcat started and to get past the HTTP 500 error
  when trying to invoke the JSP examples.  I've been
  combing the archives, but I'm not seeing any real
  solutions.  What must I do and where must I go to
  get help?
 
 First it would be helpful to know what is going
  on.  When I try to start Tomcat I get the following
  (See below. Only providing first few lines of
  trace).  When I try //localhost/examples  I can
  execute the servlets, but not the JSPs.  On the JSPs
  I always get HTTP Status 500 messages.  I've
  followed the recommendations to recheck the
  classpaths and environment variables (JAVA_HOME and
  TOMCAT_HOME), but this hasn't helped.  For one thing
  I don't understand why port 8080 is already in use.
  How can I check?
 
  Thanks,
  Gary
 
  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)
 


 __
 Do You Yahoo!?
 LAUNCH - Your Yahoo! Music Experience
 http://launch.yahoo.com

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



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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Paul Caton

Hi Gary,

The netstat message tells you that some process is indeed using that
port. I was going to suggest you follow Olaf Jahn's suggestion to find
out what it is, but I see Alan Eustace has already provided the answer
(ie. it's almost certainly IIS listening onthat port). Looks like
you're going to have to find an unoccupied port and change your
server.xml file as others have described.

Good luck,

Paul.

-- 
Paul Caton
Electronic Publications Editor
Women Writers Project

 e-mail: [EMAIL PROTECTED]
tel: (401) 863-3619
address: Box 1841, Brown University, Providence RI 02912




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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Adrian


Although , a good description of the error output , what about platform ,
JVM maker and version etc...


- Original Message -
From: Gary Frick [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 10:30 AM
Subject: I'm getting no responses to my requests for help on this list


Hi All,

   I've been working day and night trying to get Tomcat started and to get
past the HTTP 500 error when trying to invoke the JSP examples.  I've been
combing the archives, but I'm not seeing any real solutions.  What must I do
and where must I go to get help?

   First it would be helpful to know what is going on.  When I try to start
Tomcat I get the following (See below. Only providing first few lines of
trace).  When I try //localhost/examples  I can execute the servlets, but
not the JSPs.  On the JSPs I always get HTTP Status 500 messages.  I've
followed the recommendations to recheck the classpaths and environment
variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.  For one
thing I don't understand why port 8080 is already in use.  How can I check?

Thanks,
Gary

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)




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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick

Adrian,

   I'm currently running on XP Professional using JSDK 1.4.0, JRTE 1.4.0 and
Tomcat 4.0.3.  Is this what you are requesting?  Please excuse me, but I'm
new to Tomcat and JAVA.

Thanks,
Gary
- Original Message -
From: Adrian [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 2:46 PM
Subject: Re: I'm getting no responses to my requests for help on this list



 Although , a good description of the error output , what about platform ,
 JVM maker and version etc...


 - Original Message -
 From: Gary Frick [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, May 16, 2002 10:30 AM
 Subject: I'm getting no responses to my requests for help on this list


 Hi All,

I've been working day and night trying to get Tomcat started and to get
 past the HTTP 500 error when trying to invoke the JSP examples.  I've been
 combing the archives, but I'm not seeing any real solutions.  What must I
do
 and where must I go to get help?

First it would be helpful to know what is going on.  When I try to
start
 Tomcat I get the following (See below. Only providing first few lines of
 trace).  When I try //localhost/examples  I can execute the servlets, but
 not the JSPs.  On the JSPs I always get HTTP Status 500 messages.  I've
 followed the recommendations to recheck the classpaths and environment
 variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.  For one
 thing I don't understand why port 8080 is already in use.  How can I
check?

 Thanks,
 Gary

 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)




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



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




RE: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Whitcomb, Roger

Gary -
I got this error early on and it was caused by having two Tomcat sessions 
going at once.  Maybe the Windows service and then another instance started manually?? 
 Look at Task Manager and see if there is already a Tomcat.exe running when you try to 
start it up again.

Roger Whitcomb
Computer Associates
Senior Software Engineer
Development
Phone: +1 408 965 8653
FAX: +1 408 965 8805
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


-Original Message-
From: Gary Frick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 11:43 AM
To: Tomcat Users List
Subject: Re: I'm getting no responses to my requests for help on this
list


Adrian,

   I'm currently running on XP Professional using JSDK 1.4.0, JRTE 1.4.0 and
Tomcat 4.0.3.  Is this what you are requesting?  Please excuse me, but I'm
new to Tomcat and JAVA.

Thanks,
Gary
- Original Message -
From: Adrian [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 2:46 PM
Subject: Re: I'm getting no responses to my requests for help on this list



 Although , a good description of the error output , what about platform ,
 JVM maker and version etc...


 - Original Message -
 From: Gary Frick [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, May 16, 2002 10:30 AM
 Subject: I'm getting no responses to my requests for help on this list


 Hi All,

I've been working day and night trying to get Tomcat started and to get
 past the HTTP 500 error when trying to invoke the JSP examples.  I've been
 combing the archives, but I'm not seeing any real solutions.  What must I
do
 and where must I go to get help?

First it would be helpful to know what is going on.  When I try to
start
 Tomcat I get the following (See below. Only providing first few lines of
 trace).  When I try //localhost/examples  I can execute the servlets, but
 not the JSPs.  On the JSPs I always get HTTP Status 500 messages.  I've
 followed the recommendations to recheck the classpaths and environment
 variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.  For one
 thing I don't understand why port 8080 is already in use.  How can I
check?

 Thanks,
 Gary

 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)




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



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

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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Adrian

Here's what I would do , granted I don`t have much windows experience but a
couple things I `d try.  If you can see the servlets, it may not be a port
problem. Are you running through an http server such as apache ?
I would think just maybe you have the runtime engine set as JAVA_HOME
not the JSDK. The best way to approach is one change at a time.

1) Is it running as a service ? If so disable that so you can start and stop
it yourself.
 2) With tomcat stopped, does anything display on http://localhost:8080 ?
3) Change TOMCAT_HOME to CATALINA_HOME (may solve ), CATALINA_HOME should be
the base installation directory (example c:\tomcat )
4) make sure JAVA_HOME is set to java base dir (C:\j2sdk1.4.0-rc)
5) does it work ?
6) C:\tomcat\bin\shutdown.bat  ( if not)
7) Open Server.xml in a text editor,
look for:

   !-- Define a non-SSL HTTP/1.1 Connector on port 8080 --
Connector className=org.apache.catalina.connector.http.HttpConnector
   port=8080 minProcessors=5 maxProcessors=75
   enableLookups=true redirectPort=8443
   acceptCount=10 debug=0 connectionTimeout=6/
!-- Note : To disable connection timeouts, set connectionTimeout value
 to -1 --
Change the port to say 9090

8) C:\tomcat\bin\startup.bat
9) try http://localhost:9090 or http://127.0.0.1:9090

10) Write me back with errors.




- Original Message -
From: Gary Frick [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 2:42 PM
Subject: Re: I'm getting no responses to my requests for help on this list


 Adrian,

I'm currently running on XP Professional using JSDK 1.4.0, JRTE 1.4.0
and
 Tomcat 4.0.3.  Is this what you are requesting?  Please excuse me, but I'm
 new to Tomcat and JAVA.

 Thanks,
 Gary
 - Original Message -
 From: Adrian [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Thursday, May 16, 2002 2:46 PM
 Subject: Re: I'm getting no responses to my requests for help on this list


 
  Although , a good description of the error output , what about platform
,
  JVM maker and version etc...
 
 
  - Original Message -
  From: Gary Frick [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, May 16, 2002 10:30 AM
  Subject: I'm getting no responses to my requests for help on this list
 
 
  Hi All,
 
 I've been working day and night trying to get Tomcat started and to
get
  past the HTTP 500 error when trying to invoke the JSP examples.  I've
been
  combing the archives, but I'm not seeing any real solutions.  What must
I
 do
  and where must I go to get help?
 
 First it would be helpful to know what is going on.  When I try to
 start
  Tomcat I get the following (See below. Only providing first few lines of
  trace).  When I try //localhost/examples  I can execute the servlets,
but
  not the JSPs.  On the JSPs I always get HTTP Status 500 messages.  I've
  followed the recommendations to recheck the classpaths and environment
  variables (JAVA_HOME and TOMCAT_HOME), but this hasn't helped.  For one
  thing I don't understand why port 8080 is already in use.  How can I
 check?
 
  Thanks,
  Gary
 
  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)
 
 
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 

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





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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Charles Baker


--- Gary Frick [EMAIL PROTECTED] wrote:
 Hi All,
 
I've been working day and night trying to get
 Tomcat started and to get past the HTTP 500 error
 when trying to invoke the JSP examples.  I've been
 combing the archives, but I'm not seeing any real
 solutions.  What must I do and where must I go to
 get help?
 
First it would be helpful to know what is going
 on.  When I try to start Tomcat I get the following
 (See below. Only providing first few lines of
 trace).  When I try //localhost/examples  I can
 execute the servlets, but not the JSPs.  On the JSPs
 I always get HTTP Status 500 messages.  I've
 followed the recommendations to recheck the
 classpaths and environment variables (JAVA_HOME and
 TOMCAT_HOME), but this hasn't helped.  For one thing
 I don't understand why port 8080 is already in use. 
 How can I check?
 
 Thanks,
 Gary
 
 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)
 


Are you using windows or *nix? Do you have another web
server or other server program running on your box
that might be listening on port 8080? Do you have a
java compiler installed? JSPs require a compiler, not
just the jre.

=
[EMAIL PROTECTED]
Hacking is a Good Thing!
See http://www.tuxedo.org/~esr/faqs/hacker-howto.html

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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




Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick

Charles,

I'm running Windows XP Pro. I finally got Tomcat to start after changing the
port number and stopping a rouge Tomcat process that was hanging around, but
I'm still getting the Status 500 error.  Yes, I have Java SDK 1.4.0
installed.  That is were I have JAVA_HOME pointing.

Gary
- Original Message -
From: Charles Baker [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 9:24 PM
Subject: Re: I'm getting no responses to my requests for help on this list



 --- Gary Frick [EMAIL PROTECTED] wrote:
  Hi All,
 
 I've been working day and night trying to get
  Tomcat started and to get past the HTTP 500 error
  when trying to invoke the JSP examples.  I've been
  combing the archives, but I'm not seeing any real
  solutions.  What must I do and where must I go to
  get help?
 
 First it would be helpful to know what is going
  on.  When I try to start Tomcat I get the following
  (See below. Only providing first few lines of
  trace).  When I try //localhost/examples  I can
  execute the servlets, but not the JSPs.  On the JSPs
  I always get HTTP Status 500 messages.  I've
  followed the recommendations to recheck the
  classpaths and environment variables (JAVA_HOME and
  TOMCAT_HOME), but this hasn't helped.  For one thing
  I don't understand why port 8080 is already in use.
  How can I check?
 
  Thanks,
  Gary
 
  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)
 


 Are you using windows or *nix? Do you have another web
 server or other server program running on your box
 that might be listening on port 8080? Do you have a
 java compiler installed? JSPs require a compiler, not
 just the jre.

 =
 [EMAIL PROTECTED]
 Hacking is a Good Thing!
 See http://www.tuxedo.org/~esr/faqs/hacker-howto.html

 __
 Do You Yahoo!?
 LAUNCH - Your Yahoo! Music Experience
 http://launch.yahoo.com

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



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