Re: startup error

2004-06-28 Thread Woodchuck
hi, i would recommend you do the first technique, which is to set an environment variable in windows called CATALINA_HOME. the value in your case would be c:\tomcat (without the quotes) do you know how to do this? (which operating system are you using?) --- Mendo, Anthony J. [EMAIL

Re: startup error

2004-06-28 Thread Giuseppe Briotti
But where am I suppost to point? my install is: c:\tomcat Thus for you %CATALINA_HOME% = C:\tomcat G -- Giuseppe Briotti [EMAIL PROTECTED] Alme Sol, curru nitido diem qui promis et celas aliusque et idem nasceris, possis nihil urbe Roma visere maius. (Orazio)

RE: startup error

2004-06-28 Thread Mendo, Anthony J.
thanks but no joy. I had that. -Original Message- From: Giuseppe Briotti [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: startup error But where am I suppost to point? my install is: c:\tomcat Thus for you %CATALINA_HOME% = C

RE: startup error

2004-06-28 Thread Hans
but no joy. I had that. -Original Message- From: Giuseppe Briotti [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: startup error But where am I suppost to point? my install is: c:\tomcat Thus for you %CATALINA_HOME% = C:\tomcat G -- Giuseppe

Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote: thanks but no joy. I had that. ? So you open a command window and enter C: echo %CATALINA_HOME% and get what? What version of Win* are you running? -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 ===

RE: startup error

2004-06-28 Thread Mendo, Anthony J.
Now I am getting different errors: the variable value when opening the window is: Variable Name: %CATALINA_HOME% Variable Value: C:\tomcat this is what displays... C:\%CATALINA_HOME% 'C:\tomcat\bin\' is not recognized as an internal or external command, operable program or batch file. so if I

RE: startup error

2004-06-28 Thread Hans
Hi, your startup script might not be correct. It can be found, however the script tells you, the CATALINA HOME is not set, but it is. Correct the error in the startup script or fix the inconsistency in your output: Variable Value: C:\tomcat this is what displays... C:\%CATALINA_HOME%

Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote: Now I am getting different errors: the variable value when opening the window is: Variable Name: %CATALINA_HOME% Variable Value: C:\tomcat this is what displays... C:\%CATALINA_HOME% 'C:\tomcat\bin\' is not recognized as an internal or external command, operable program or

Re: RE: startup error

2004-06-28 Thread Giuseppe Briotti
Hi, when in your command prompt and you execute echo %CATALINA_HOME% do you actually see c:\tomcat being printed? Because I don't think that %CATALINA_HOME%=c:\tomcat is going to work. Should be something like SET CATALINA_HOME=c:\tomcat greetz Hans Of course Hans, you're right

RE: startup error

2004-06-28 Thread FRANCOIS Dufour
try to add java_home environement variable pointing to your jdk instalation directory (drive leter:\folder that\ hold your jdk) then add catalina_home pointing to your tomcat folder (drive leter:\folder that\ hold your tomcat container should work im running 4.0 on my server it runs prety well

RE: Startup error Tomcat 4.

2003-11-21 Thread Shapira, Yoav
Howdy, How did you install tomcat? You used GNU tar if you expanding a tarball, right? Yoav Shapira Millennium ChemInformatics -Original Message- From: Bruchem, A. van (Alexander) [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 9:57 AM To: '[EMAIL PROTECTED]' Subject:

Re: startup error

2003-06-12 Thread Daniel Ost
Hi, you have to set a additional parameter in the {CATALINA-HOME}/conf/web.xml file. Add in the jsp - servlet section the following: init-param param-namefork/param-name param-valuefalse/param-value /init-param CU Daniel --- Sandra Williams [EMAIL

Re: startup error

2003-06-12 Thread Sandra Williams
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:28 AM Subject: Re: startup error Hi, you have to set a additional parameter in the {CATALINA-HOME}/conf/web.xml file. Add in the jsp - servlet section the following: init-param param-namefork

Re: startup error

2003-06-12 Thread Daniel Ost
PROTECTED] Sent: Thursday, June 12, 2003 10:28 AM Subject: Re: startup error Hi, you have to set a additional parameter in the {CATALINA-HOME}/conf/web.xml file. Add in the jsp - servlet section the following: init-param param-namefork/param-name

Re: startup error

2003-06-12 Thread Sandra Williams
List [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:35 PM Subject: Re: startup error Hi, mmh, no idea, sorry. After adding the additional rows into web.xml, every of my jsps run smoothly. Did you eleminate the usual suspects like classpath, every needed jar is in place (especially

RE: startup error

2003-06-12 Thread Shapira, Yoav
Howdy, It looks like you're passing a Throwable to something that expects a subclass, Exception. Check you index.jsp page to make sure you pass exceptions, or throws exception, or whatever you do to get the handlePageException method doesn't give it a Throwable. Yoav Shapira Millennium

RE: startup error

2003-06-12 Thread Angus Mezick
but not the other way around. --Angus -Original Message- From: Sandra Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 5:48 AM To: Tomcat Users List Subject: Re: startup error Hi, Thanks. I added the code as you suggested and now I get this error: 2003-06-12 10:38

RE: Startup error

2003-06-06 Thread Luc Foisy
Nobody can point me in the right direction? Would this be the right RPM to fix this? libstdc++-3.2.2-5.i386.rpm OR this? glibc-2.3.2-11.9.i686.rpm (this package supplies libc.so.6, that that what I need) I am lost here, every other install of tomcat that I have done was fine. I am thinking when I

Re: Startup error

2003-06-06 Thread Tim Shaw
FWIW. RH 8.0 'Server' install also had this problem. I had to install 'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation CDs). Workstation install was fine (already did it I guess. Looks like RH 9 has the same quirk? tim Luc Foisy wrote: Nobody can point me in the right

Re: Startup error

2003-06-06 Thread John Turner
I didn't encounter it with RH 9, but I think I did a custom install. John On Thu, 05 Jun 2003 20:41:34 +0100, Tim Shaw [EMAIL PROTECTED] wrote: FWIW. RH 8.0 'Server' install also had this problem. I had to install 'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation CDs).

RE: Startup error

2003-06-06 Thread Luc Foisy
I bet the workstation install worked because it installed Netscape or Mozilla in the newer versions. So it is in fact the compatibility rpm, thanks -Original Message- From: Tim Shaw [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 3:42 PM To: Tomcat Users List Subject: Re: Startup

RE: Startup Error

2003-01-09 Thread Donie Kelly
Try removing the servlet.jar from you WEB-INF/lib directory as it's already in the tomcat/common/lib directory Donie -Original Message- From: Nathan McMinn [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 13:47 To: Tomcat Users List Subject: Startup Error First, thanks to everyone for

Re: Startup Error

2003-01-09 Thread Nathan McMinn
DOH! thanks - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 7:41 AM Subject: RE: Startup Error Try removing the servlet.jar from you WEB-INF/lib directory as it's already in the tomcat/common/lib