Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
Hi I am trying to figure out why my tomcat install is not working. System: Apache 1.3.29 Server: Solaris 8 Tomcat: 4.1.18 I installed tomcat (setting my CATALINA_HOME and JAVA_HOME). When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Enclosed is the 'page'

Re: Help with Tomcat Install?

2004-09-08 Thread QM
On Wed, Sep 08, 2004 at 10:49:41AM -0500, Lash, David A (David) wrote: : When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Step 1 of Apache/jk(2)/Tomcat debugging: take Apache and JK out of the picture. Enable an HTTP connector on Tomcat and access it

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its a default response servlet in the WEB-INF/web.xml file Lash, David A (David) escribió: Hi

Re: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
Ok, you installed Tomcat, but is it running? Something like: $CATALINA_HOME/bin/start.sh should have happened before pointing at http://localhost:8080. It's a common mistake. Gerardo On Wed, 8 Sep 2004, Lash, David A (David) wrote: Hi I am trying to figure out why my tomcat install is not

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its a default response servlet

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) -Original Message- From: Gerardo Juarez [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:05 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Ok, you

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
, September 08, 2004 11:03 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? Well, certainly your Tomcat setup works fine, look at the end of your response page it could be, however, that the default webapp hasn't been installed, check webapps/ROOT and see if it is there, its

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 This error is saying that port 8080 is already

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
: Wednesday, September 08, 2004 9:45 PM Subject: Re: Help with Tomcat Install? Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080 LifecycleException: Protocol handler initialization failed: java.net.BindException

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
Research Informatics -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? It looks like the port is being used by another application. Run Shutdown.sh once, and then run

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
-Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? It looks like the port is being used by another application. Run Shutdown.sh once, and then run startup.sh and still if you

RE: Help with Tomcat Install?

2004-09-08 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? I think that's not the case, look that he gets a 404 status from tomcat with a Apache Tomcat/4.1.18 signature at the end the problem he's having

Re: Help with Tomcat Install?

2004-09-08 Thread Avinash R S
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:08 PM Subject: Re: Help with Tomcat Install? I think that's not the case, look that he gets a 404 status from tomcat with a Apache Tomcat/4.1.18 signature at the end the problem he's having is that the default servlet

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
that defines where tomcat looks for root files? (perhaps someone (at my site) changed this). Thanks Dave lash -Original Message- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:47 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? John

RE: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
08, 2004 11:47 AM To: Tomcat Users List Subject: Re: Help with Tomcat Install? John, Root App does not have a servlet. The page accessed is a static html page ROOT/index.html. Then verify whether index.html file along with 3 image files is available at location ROOT app. Best

Re: Help with Tomcat Install?

2004-09-08 Thread John Villar
in it, as his does: that's both valid and supported by Tomcat. Yoav Shapira Millennium Research Informatics -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install? I think that's

RE: Help with Tomcat Install?

2004-09-08 Thread Lash, David A (David)
at pages). thanks again dave lash -Original Message- From: Lash, David A (David) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 11:49 AM To: Tomcat Users List Subject: RE: Help with Tomcat Install? Hi all Here is the contents of webapps/ROOT WEB-INF

Re: STILL Need Help w. Tomcat Install

2002-08-22 Thread jeff . guttadauro
Need Help w. Tomcat Install 08/21/02 06:59 PM

STILL Need Help w. Tomcat Install

2002-08-21 Thread STEVE R BURRUS
This is Steve Burrus again, and I am damned sorry to have to post my plea for help/assistance again, but everyday when I first access my email there are literally 100's of postings from other members of the Tomcat newsgroup, and my original post--and any response--is VERY DIFFICULT to locate, so

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread [EMAIL PROTECTED]
what os? On Wed, 2002-08-21 at 15:50, STEVE R BURRUS wrote: This is Steve Burrus again, and I am damned sorry to have to post my plea for help/assistance again, but everyday when I first access my email there are literally 100's of postings from other members of the Tomcat newsgroup, and my

RE: STILL Need Help w. Tomcat Install

2002-08-21 Thread Sexton, George
Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] Sent: 21 August, 2002 1:50 PM To: [EMAIL PROTECTED] Subject: STILL Need Help w. Tomcat Install This is Steve Burrus again, and I am damned sorry to have

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Mona Wong-Barnum
Hi Steve: How exactly does one go about installing the Tomcat 4.0.* correctly??? What problem are you having? What platform? I installed pre-compiled tomcat 4.0.4 on my Solaris box and it worked fine. Cheers, Mona

RE: STILL Need Help w. Tomcat Install

2002-08-21 Thread Turner, John
As far as I know, Steve is using Windows XP. John Turner [EMAIL PROTECTED] -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 4:03 PM To: Tomcat Users List Subject: RE: STILL Need Help w. Tomcat Install This is nothing personal. I

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread micael
If you will try again and document exactly what you do, I will be happy to chime in with where I think you ought to change things. You must be missing something fundamental, because the documentation on this is pretty good. Micael YOU WROTE How exactly does one go about installing the

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Will Hartung
From: STEVE R BURRUS [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 12:50 PM This is Steve Burrus again, and I am damned sorry to have to post my plea for help/assistance again, but everyday when I first access my email there are literally 100's of postings from other members of the

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread Jacob Kjome
Steve, People have tried to help you. Case in point, you emailed me directly asking me the following Now, would you please list, very methodically, all of the various steps involved in installing Tomcat?! Incidentally, I am trying/attempting to install version 4.0.4 without too damned

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread micael
I made the same offer, with no response. At 06:59 PM 8/21/2002 -0500, you wrote: Steve, People have tried to help you. Case in point, you emailed me directly asking me the following Now, would you please list, very methodically, all of the various steps involved in installing Tomcat?!

newbie needs help with Tomcat install

2001-07-09 Thread Graham, Steve (GIC)
Hi there, i am trying to install Jakarta-tomcat 3.2 on a Linux for OS/390 environment. I made a printout of the readme doc named Tomcat Servlet Container. Installing and building Tomcat. I downloaded all the required packages XML, JSSE,ANT jakarta-servletapi etc i did the compile of