Re: Re: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
Thanks for your email! no my web.xml doesnt have 331 lines. I had added entire web.xml in previous email. I have created a dir called jsfApp under webapps and have set this context. so will any other application cause problem? Thanks  On Sun, 22 May 2005 Shinji Miyamoto wrote : Hi, The

RE: Error at tomcat start up

2005-05-22 Thread Dale, Matt
The error may be in your main tomcat web.xml rather than your webapps as it appears to be at line 331 and your webapp web.xml does not have that many lines. Ta Matt -Original Message- From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] Sent: 21 May 2005 19:10 To:

Re: RE: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
 Hi Thanks for your email, problem is sorted out, it was due to another web.xml which was not in order. On Sun, 22 May 2005 Dale,Matt wrote : The error may be in your main tomcat web.xml rather than your webapps as it appears to be at line 331 and your webapp web.xml does not have that

Re: Error at tomcat start up

2005-05-21 Thread Shinji Miyamoto
Hi, The error say that web-app element is invlid for DTD. The order of child elements of web-app is not correct, maybe. But your web.xml seem correct. SEVERE: Parse Error at line 331 column 11: Does your web.xml have 331 lines? I think the error is cause by other web application.

RE: Error Running Tomcat 5.0.28 Service on Win2K3

2005-05-17 Thread Jackson James W MAJ MNF-I CIS KM Portal Manager
: Darryl Wilburn [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 10:37 PM To: Tomcat Users List Subject: Re: Error Running Tomcat 5.0.28 Service on Win2K3 It sounds to me as though it would have something to do with user rights. I'm assuming when you launch the bat files, you're most likely

Re: Error Running Tomcat 5.0.28 Service on Win2K3

2005-05-16 Thread Darryl Wilburn
It sounds to me as though it would have something to do with user rights. I'm assuming when you launch the bat files, you're most likely logged in as Admin with all the rights in the world. Have you tried setting the service to run as the Admin account (for testing only) as opposed to System?

RE: Error in tomcat manager

2004-12-15 Thread kangkoong Kakoong
thanks for your suggestion Yoav, but I am newbie in tomcat, so would you like to tell me how to automate it using web.xml, I mean what command I should use? , or any one can help me? thanks a lot - Do you Yahoo!? Yahoo! Mail - You care about

RE: Error in tomcat manager

2004-12-14 Thread Shapira, Yoav
Hi, I have deploy myapp in context path at tomcat manager but myapp didn't start?,then when I click start at commands the following message show: FAIL - Application at context path /wrok could not be started Why that happened and how to solve it? Check your logs. 2.how to make

RE: Error with tomcat 5.5.3

2004-11-09 Thread Shapira, Yoav
Hi, One reason may be that the server is already stopped. Please try 5.5.4 instead of 5.5.3. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Amit Gupta [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 10:54 PM To: Tomcat Users List Subject: Error with tomcat

RE: Error on Tomcat startup

2004-10-14 Thread Aziz Yacoub
Thanks,servlet tag in wrong order... Shapira, Yoav [EMAIL PROTECTED] 13/10/2004 10:55:19 pm Hi, There should be a message in the (normal, not error) log like deploying web application at /path -- that's how you can tell what web.xml caused the error. An alternative approach (which should

RE: Error on Tomcat startup

2004-10-13 Thread Shapira, Yoav
Hi, There should be a message in the (normal, not error) log like deploying web application at /path -- that's how you can tell what web.xml caused the error. An alternative approach (which should be done anyways as a matter of habit) is to independently (that is, outside of Tomcat) validate

Re: Error starting tomcat 5

2004-08-26 Thread QM
On Thu, Aug 26, 2004 at 09:12:13AM +0200, angel cabello wrote: : Last month I installed sucesfully tomcat 5.0.24, but this tuesday I : tried to upgrate it to tomcat 5.027. : I didn't stop the old tomcat, I just killed him (signal 15, I am running : linux SUSE 9.1). : : Now I am not able to

RE: Error on Tomcat server

2004-08-23 Thread Shapira, Yoav
Hi, This is not an error, it's what a thread is doing. And it's not a Tomcat question at that, it's DBCP, so please ask on the proper list. Thanks, Yoav Shapira Millennium Research Informatics -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Monday, August 23,

RE: Error on Tomcat server

2004-08-23 Thread Shakeel
This is not an exception message , some one has pressed (Ctrl+Break) key on Tomcat server console. Doing this dumpts the threads information on the console which is extremly helpful at times. S H A K E E L A H M A D (EE, SCJP, SCWCD SCBCD) Northstar Technologies, Inc. -Original

RE: Error with Tomcat 5.0.19 server

2004-07-29 Thread Shapira, Yoav
Hola, A better solution? Dump Access in favor of pretty much any other database out there. Then use a normal pure JDBC driver, not ODBC or JDBC-ODBC bridge. This is not a tomcat problem: your DB is rejecting connections or operations because too many are connected to it. Yoav Shapira

Re: error starting tomcat

2004-06-09 Thread Ben Souther
You need to be root when you start tomcat in order to bind to port 80 (or any port 1024). The jsvc will then lower it's user status to tomcat_user ( or whatever user you have configured). On Wednesday 09 June 2004 08:10 am, Werner van Mook wrote: Hi, I have the following error starting

Re: error starting tomcat

2004-06-09 Thread Werner van Mook
It is not complaining about the port number. I've seen the error if your not root. It's not the same. Starting tomcat manual as root gives me the same error. Sorry wrong answer ;-) On Jun 9, 2004, at 2:08 PM, Ben Souther wrote: You need to be root when you start tomcat in order to bind to port 80

Re: error starting tomcat

2004-06-09 Thread David Smith
There's probably a reference to it or a reference to a symlink in your server.xml's GlobalNamingResources.../GlobalNamingResources section. Tomcat5 should own this file or be a member of a group that owns it and has read access to it. --David Werner van Mook wrote: It is not complaining about

RE: error starting tomcat

2004-06-09 Thread Benjamin Armintor
Systems Analyst ITS-Systems: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: Werner van Mook [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 8:36 AM To: Tomcat Users List Subject: Re: error starting tomcat

Re: error starting tomcat

2004-06-09 Thread Werner van Mook
: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: Werner van Mook [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 8:36 AM To: Tomcat Users List Subject: Re: error starting tomcat It is not complaining about the port

Re: error starting tomcat

2004-06-09 Thread David Smith
: Wednesday, June 09, 2004 8:36 AM To: Tomcat Users List Subject: Re: error starting tomcat It is not complaining about the port number. I've seen the error if your not root. It's not the same. Starting tomcat manual as root gives me the same error. Sorry wrong answer ;-) On Jun 9, 2004, at 2:08 PM, Ben

Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread Stefano Rebollini
Have the user all the rights to write in the logs directory ? - Original Message - From: suviswan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 3:31 PM Subject: Error during tomcat 4.1.29 startup Hi Team I am getting this

Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread suviswan
, February 17, 2004 8:46 PM Subject: Re: Error during tomcat 4.1.29 startup Have the user all the rights to write in the logs directory ? - Original Message - From: suviswan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 3:31 PM Subject: Error

Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread Antonio Fiol Bonnín
- From: Stefano Rebollini [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:46 PM Subject: Re: Error during tomcat 4.1.29 startup Have the user all the rights to write in the logs directory ? - Original Message - From: suviswan [EMAIL PROTECTED

Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Error during tomcat 4.1.29 startup

2004-02-17 Thread correo
Ya hemos recibido su solicitud de correo en breve le enviaremos su nombre de usuario y contreseña. Gracias por confiar en nosotros - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: error configuring tomcat + apache with mod_jk2

2003-11-10 Thread Andrew Davis
Try an 'apachectl configtest'. With mod_jk2, I don't believe any directives are allowed/permitted in httpd.conf. I was in a similar boat last week, only I'm using Apache 1.3.27. My *understanding* is that you should only Load/Add the module in httpd.conf. The workers2.properties file needs to

RE: error configuring tomcat

2003-09-23 Thread robert.tomlin
docBase=myNewcontext -Original Message- From: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED] Sent: 23 September 2003 13:21 To: [EMAIL PROTECTED] Subject: error configuring tomcat Hello. i want to configure intomcat one new context (http://localhost/myNewContext/ ) I have the new

RE: error configuring tomcat

2003-09-23 Thread Shapira, Yoav
Howdy, What's under myNewContext? Specifically, is there a valid WEB-INF/web.xml file? Yoav Shapira Millennium ChemInformatics -Original Message- From: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 8:21 AM To: [EMAIL PROTECTED] Subject: error

RE: error building tomcat 4.1.27 from source on solaris

2003-09-08 Thread Shapira, Yoav
Howdym You don't have servlet.jar on your classpath. Why not just download the tomcat binary? You don't need to build it yourself, we've already done that for you ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Ziying Sherwin [mailto:[EMAIL PROTECTED] Sent:

Re: error building tomcat 4.1.27 from source on solaris

2003-09-03 Thread Iain McClure
Sounds like your missing the servlet.jar with the servlet API classes in it. I had a similar problem building mod_jk2 from a source download as it doesn't include it. However, I've not had this problem building Tomcat 4.1.27 on RedHat. You could try downloading the relevant servlet.jar

Re: Error reinstalling Tomcat

2003-07-25 Thread Luis Duran
Pale, i just want to die trying to read all the log you send, but the section: SEVERE: Catalina.start: LifecycleException:Â Protocol handler start failed: java.net.BindException: Address already in use:8080 at ... means, that you are already running some process that uses the 8080 TCP/IP Port,

RE: error starting Tomcat 4.1.24 without Internet connection

2003-06-25 Thread Lindgren Swanthe
You could try to add your computer to your host file C:\WINDOWS\system32\drivers\etc\hosts Add the following rows: 127.0.0.1 localhost 127.0.0.1 [your_computers_name] This might do the trick //Swanthe -Original Message- From: Flo [mailto:[EMAIL PROTECTED] Sent: den 24 juni 2003

RE: Error in Tomcat

2003-06-11 Thread Reynir Hübner
Hi, Well, I don't know how many threads you are using, if your website is under a lot of load you might want to increase the maxProcessors settings in tomcat_home/conf/server.xml in the config for the connector you are using. This could also be result of requests locking up threads, which in

Re: error with tomcat examples

2003-05-29 Thread Jason Bainbridge
On Thu, 29 May 2003 19:23, electroteque wrote: hi there i am having problems trying to get the source code of the jsp examples doesnt seem to work http://electroteque.dyndns.org:1025/examples/jsp/index.html Hmmm wonder why the source isn't displayed inline? Anyway you just need to click the

Re: error with tomcat examples

2003-05-29 Thread Anthony Cunningham
jsp files are compiled into servlets when you first request them on windows they are compiled into the tomcat/work/localhost/webappname folder electroteque wrote: hi there i am having problems trying to get the source code of the jsp examples doesnt seem to work

RE: error with tomcat examples

2003-05-29 Thread electroteque
right ok thanks heaps , so servlets are compiled jsp , would be similar to encoding php into precompiled scripts -Original Message- From: Anthony Cunningham [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 8:33 PM To: Tomcat Users List Subject: Re: error with tomcat examples jsp

RE: error starting Tomcat

2003-04-05 Thread WIPRO Anil Gandhi
Subject: RE: error starting Tomcat Howdy, It might be that you don't have permission to bind to that socket on your server. Yoav Shapira Millennium ChemInformatics -Original Message- From: WIPRO Anil Gandhi [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:12 AM To: Tomcat

RE: error starting Tomcat

2003-04-02 Thread Shapira, Yoav
Howdy, It might be that you don't have permission to bind to that socket on your server. Yoav Shapira Millennium ChemInformatics -Original Message- From: WIPRO Anil Gandhi [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:12 AM To: Tomcat Users List Subject: error starting

Re: Error with tomcat 4.1.18

2003-03-27 Thread Mr. Cristian Romanescu
Yes, you have to put in your path the JDK 1.4, 'java' and 'javac' should be made available to the environment. I had the same problem when upgrading from JDK 1.3/tomcat 4.0.3 to JDK 1.4/tomcat 4.1.18... good luck! On Thu, 2003-03-27 at 10:07, Samuel Blanchet wrote: Hi, Have you ever seen

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Romualdo Rubens de Freitas
Aidan, If you know what that error means, you should also know that it violates Servlet specification. Maybe WebLogic has a pseudo-bug, because it allows for you to send the buffer response to the server and yet allows for you to keep filling it up. Just my thoughts. Best regards, Romualdo

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Tim Funk
Weblogic isn't the best at obeying the spec. (From past painful experience) You probably have code which is sending data to the browser and then the response is getting committed. Then you try a RequestDispatcher.forward(). This is illegal with respect to the spec. It could be because weblogic

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Peter Lin
I will second the remarks about this particular behavior. It is a bug and isn't normal behavior. I believe the behavior was present in version 5 and 6. the solution is to well, not do that, since it's not logical. what I ended up doing was to place the sendRedirect logic at the top of a JSP

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Aidan Monroe
It could be because weblogic had a larger buffer than tomcat before flushing. Thanks, that sounds like it might be it as I am 99% certain that I am not committing the response and then sending more data, which I know is against the spec. I'll look into the buffer size of WebLogic compared

RE: error opening tomcat admin login page

2003-02-20 Thread Roberts, Eric
. HTH -Original Message- From: Mark Strecker [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 19. Februar 2003 19:34 To: Tomcat Users List Subject: Re: error opening tomcat admin login page Thanks for your response. I am having trouble understanding what to do. I tried to track down

Re: error opening tomcat admin login page

2003-02-20 Thread Mark Strecker
Subject: Re: error opening tomcat admin login page Thanks for your response. I am having trouble understanding what to do. I tried to track down the source of the problem and I found the message tag in struts-bean.tld ... but that's it. I couldn't find any properties files in the admin webapp

RE: error opening tomcat admin login page

2003-02-19 Thread Roberts, Eric
Hi, Its a case sensitivity issue - when you installed either message got translated to MESSAGE or the other way round. Two solutions - 1) re-install from another souce or 2) go down into the admin app directories and change the names of the properties files manually HTH -Original

Re: error opening tomcat admin login page

2003-02-19 Thread Mark Strecker
Thanks for your response. I am having trouble understanding what to do. I tried to track down the source of the problem and I found the message tag in struts-bean.tld ... but that's it. I couldn't find any properties files in the admin webapp ... would you be more specific about which file(s)

RE: error starting tomcat

2003-01-17 Thread [EMAIL PROTECTED]
Have you an XML error in your web.xml ? a Tag chistophe CLN Hi, I just installed Tomcat 4.1.18 on my Window 2000. When I start to run the Tomcat, I got the following error: Jan 16, 2003 5:13:09 PM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 233

RE: error starting tomcat

2003-01-17 Thread Turner, John
What file did you edit when you did the install? If you didn't edit any files, one of your files is probably corrupt: SEVERE: Parse Error at line 233 column 45: Element type TR must be declared. SEVERE: Parse Error at line 234 column 16: Probably server.xml or web.xml has a syntax error in it.

Re: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR

2003-01-08 Thread p niemandt
Rather send your message as plain text: Copy and paste if you are using word. I only run linux and do not open word documents: A suspect a lot of other people as well. On Wed, 2003-01-08 at 14:59, [EMAIL PROTECTED] wrote: -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Turner, John
This is the fourth time you've posted this today. We get it. If someone has an answer, I'm sure they will reply. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: ERROR IN TOMCAT 4.18 +

Re: Error in Tomcat 4.18 + Apache 2.0.43 + JK2 Conenctor

2003-01-06 Thread Jason Pyeron
Ms. Krishna please read: http://www.tuxedo.org/~esr/faqs/smart-questions.html here is the contents of her attached document: If I try to browse a jpg file of size greater than 34KB then I get an image which has a dark pattern from the middle of the image. This only happens if the image is

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Krishna_R . _Nagaraj
Sorry. I didn't mean to send 4 times. The first 2 times only the attached document was displayed in the mail. That's why I sent it out again by adding more explanation into the attached doc. Again I apologize for the inconvenience.

RE: Error during Tomcat 3.3 startup

2002-12-17 Thread Filip Hanik
looks like you are trying to run more than one process listening to the same port make sure you only start one tomcat process listening to that port Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect www.filip.net -Original Message- From: James Hong

Re: Error during Tomcat 3.3 startup

2002-12-17 Thread Rafael Angarita
There's another process listening on port 8007. Check your tomcat configuration and check you are not running 2 tomcat instances listening on the same port. - Original Message - From: James Hong [EMAIL PROTECTED] To: Tomcat Help [EMAIL PROTECTED] Sent: Wednesday, December 18,

RE: Error in tomcat but not in resin (caucho)

2002-09-06 Thread Curwen, Michael
Because this: % response.setHeader(Cache-Control,no-cache); response.setHeader(Pragma,no-cache); will commit the response, after which you cannot redirect. Not sure why Resin would allow this. -Original Message- From: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: Error with Tomcat 4.1.0

2002-09-06 Thread Han Ming Ong
They just released 4.1.10-stable. Unless there is a typo in your mail, you might want to try this first: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.10/ On Friday, September 6, 2002, at 04:36 PM, Dan Payne wrote: I've just upgraded to the latest release of Tomcat

RE: Error with Tomcat 4.1.10

2002-09-06 Thread Dan Payne
There was indeed a type. Using 4.1.10. -Original Message- From: Han Ming Ong [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 6:54 PM To: Tomcat Users List Subject: Re: Error with Tomcat 4.1.0 They just released 4.1.10-stable. Unless there is a typo in your mail, you might

RE: Error with Tomcat 4.1.10

2002-09-06 Thread Dan Payne
Got it. User error. -Original Message- From: Dan Payne [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 7:08 PM To: Tomcat Users List Subject: RE: Error with Tomcat 4.1.10 There was indeed a type. Using 4.1.10. -Original Message- From: Han Ming Ong [mailto:[EMAIL

RE: Error in tomcat but not in resin (caucho)

2002-09-06 Thread Justin Ruthenbeck
Many app servers buffer the response output and allow anything to be done to the response until the first time the buffer is flushed to the client. This can lead to runtime situations where you can call response.setHeader() AFTER writing something to the response... so long as you don't

Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when usingmanager/reload

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Frédéric Houbie - ABSIS-GROUP wrote: Date: Wed, 9 Jan 2002 08:31:38 +0100 From: Frédéric Houbie - ABSIS-GROUP [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using

Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using manager/reload

2002-01-09 Thread Tom Drake
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 8:47 AM Subject: Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using manager/reload | | An easier choice for Oracle users is to use

Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when usingmanager/reload

2002-01-09 Thread Gary Helmling
On Wed, 2002-01-09 at 12:06, Tom Drake wrote: - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 8:47 AM Subject: Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using manager/reload

RE: Error starting Tomcat 3.3 under NT4, class..

2001-12-18 Thread Larry Isaacs
This implies your conf/jk/wrapper.properties is not configured properly. The wrapper.cmd_line command at the end of the file should create a java command that includes tomcat.jar on the classpath. This isn't succeeding since the startup class in this jar is not being found. Most likely there

Re: Error running Tomcat as a Service with NT and 2000

2001-08-16 Thread Robert Upshall
Hi, These steps worked for me, it took me a while to get it all up and running so I documented each step. I have gotten it working a couples times using these steps so it should work for you too. Good luck Robert Upshall Johnson Incorporated - Team Leader, Internet Development [EMAIL

RE: Error running Tomcat as a Service with NT and 2000

2001-08-16 Thread Scott Weaver
I used JavaService to install Tomcat on 2000 and haven't had any problems. It comes with a batch file to install Tomcat. http://www.alexandriasc.com/index.html good luck. Scott -Original Message- From: Piper, James [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 2:44 PM To:

RE: Error with Tomcat-Example-JSPs

2001-06-08 Thread Randy Layman
-Original Message- From: Frank Niedermann [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 12:24 PM To: tomcat-user Mailing List Subject: Error with Tomcat-Example-JSPs java.lang.NoClassDefFoundError: sun/tools/javac/Main Your tools.jar file is not being

Re: Error on Tomcat

2001-04-23 Thread S Uma
Please unsubscribe me from this list Thanks, Uma Dana Marcusanu wrote: Hi I think I got the first problem, but now I still get this error: 2001-04-23 10:33:48 - ContextManager: Adding context Ctx( /examples ) Starting tomcat. Check logs/tomcat.log for error messages 2001-04-23 10:33:48 -

Re: error 404 tomcat/IIS

2001-03-22 Thread Leigh Dyer
I'm having exactly the same problem trying to run servlets in Tomcat 3.2 on IIS 4.0 - IIS successfully passes the first request back to Tomcat, but after that the redirector seems to die and IIS tries to serve the requests itself, resulting in the 404. Has anyone ever seen anything like this?

RE: error starting tomcat

2001-01-17 Thread Jose Ferrer
Manuel, We were getting the same problem with Win98. Fixed it by downloading the latest service pack Jose On Wednesday, January 17, 2001 5:25 AM, Manuel Alzola [SMTP:[EMAIL PROTECTED]] wrote: Hello. My tomcat 3.2.1 installed on a machine with win95 with internet explorer 5.5 sp1

Re: error running tomcat

2001-01-08 Thread Nagappan A
Hello, Another instance of tomcat is running. Stop that one using killall Kaffe in case of Linux. If U R NOT able 2 stop using the standard shutdown.sh. - Original Message - From: Gallagher, Stephen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 08, 2001 5:22 PM

Re: error running tomcat

2001-01-08 Thread Robert Wohleb
It might also be that your tomcat config is setup to use 80 rather than 8080 for web services and are thus conflicting with your http daemon... ~Rob Nagappan A wrote: Hello, Another instance of tomcat is running. Stop that one using killall Kaffe in case of Linux. If U R NOT able 2