RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-11 Thread Anup Ray
error: please help Yes, you need to restart Apache. You can use the 'graceful' option of apachectl, and Apache will reread it's configuration nicely after waiting for all open requests to be finished: /some/path/to/apache/bin/apachectl graceful For the Context element, you would want that within

apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Anup Ray
My platform is Sun Sparc Solaris 8. I have apache-ssl server already running on production. I want to integrate tomcat with apache so that a jspellhtml application ( a spellcheck program) runs with apache-tomcat environment. I used mod_jk.so connector. Now with tomcat HTTP standalone connector

RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Turner, John
error: please help My platform is Sun Sparc Solaris 8. I have apache-ssl server already running on production. I want to integrate tomcat with apache so that a jspellhtml application ( a spellcheck program) runs with apache-tomcat environment. I used mod_jk.so connector. Now

RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Anup Ray
. thanks, Anup -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 12:14 PM To: 'Tomcat Users List' Subject: RE: apache-tomcat : 405 mettod not allowed error: please help Looks to me like: 1) you're missing a Host element in server.xml

RE: apache-tomcat : 405 mettod not allowed error: please help

2002-12-10 Thread Turner, John
Subject: RE: apache-tomcat : 405 mettod not allowed error: please help Hi John, Thank you for your suggestions. I have gone through and implemented your suggestions but I still gets the same 405 method not allowed error(https://scds.safeguardproperties.com/jspellhtml/test.htm l). Could you

OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
Hi everyone, Here is my situation. -NT, -Tomcat 4.0.3 - 2 webapps that have a link to each other - catalog with Thousand of jpegs (70kb each) After a while Tomcat crashed with java.lang.outofmemory problem. Before crash, get errors in my logs: java.net.SocketException: Software

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 10:03 AM To: 'Tomcat Users List' Subject: OUT OF MEMORY ERROR - PLEASE HELP Hi everyone, Here is my situation. -NT, -Tomcat 4.0.3 - 2 webapps that have a link to each

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
: August 21, 2002 10:04 AM To: Tomcat Users List Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP Howdy, You may wish to have Apache, not tomcat, serve static content such as images. But for your current setup, using only tomcat, you probably need to increase the amount of memory available to the JVM

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Shapira, Yoav
ERROR - PLEASE HELP Thanks Yoav, I just changed the CATALINA.BAT file this way: I just added these two lines on the top of the batch file. Would that be ok? CATALINA_OPTS = -Xms512m -Xmx512m JAVA_OPTS = -Xms512m -Xmx512m -Original Message- From: Shapira, Yoav [mailto:[EMAIL

RE: OUT OF MEMORY ERROR - PLEASE HELP

2002-08-21 Thread Patrick Codere
Thanks a lot. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: August 21, 2002 10:29 AM To: Tomcat Users List Subject: RE: OUT OF MEMORY ERROR - PLEASE HELP Hi, Only one of CATALINA_OPTS or JAVA_OPTS is needed, not both. See if it works for you with 512MB

Error - Please Help

2002-07-12 Thread Sunit Munjal
Hi, I just installed Tomcat and setup JDK, but can't see any thing. I always get an error. I was trying the same thing in WebLogic before, but had an error over there. I can view the index.html page fine on my local host, but when I try to view a JSP page. I ge the following error: The

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
It seems to be the wrong JDK-Version. Try J2SDK1.4 It looks like you only installed the run-time. But this is not sufficient. You need the whole thing with javac, javaw etc. Cheers, Nick Sunit Munjal wrote: Hi, I just installed Tomcat and setup JDK, but can't see any thing. I always get an

RE: Error - Please Help

2002-07-12 Thread Turner, John
? Can you view/access the tomcat examples URL? John Turner [EMAIL PROTECTED] -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 9:18 AM To: [EMAIL PROTECTED] Subject: Error - Please Help Hi, I just installed Tomcat and setup JDK, but can't see

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help Hi, I just

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one, which one do I need to download? -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac, javaw. I just went to the sun site and downloaded an exe for J2RE1.4. If this is the wrong one,

Re: Error - Please Help

2002-07-12 Thread Nishant_Awasthi
] @db.com cc: (bcc: Nishant Awasthi) Subject: Re: Error - Please Help 07/12/2002 09:25 AM

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
. Message History From: Turner, John [EMAIL PROTECTED] on 07/12/2002 09:21 AM AST Please respond to Tomcat Users List [EMAIL PROTECTED] To:'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help Please provide

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
List [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL

RE: Error - Please Help

2002-07-12 Thread andre . powroznik
You would better have download the JSDK, not the JRE! ;-) Andre POWROZNIK -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 15:33 To: Tomcat Users List Subject: RE: Error - Please Help Where do I get it. Its not in my J2RE1.4.0 folder

RE: Error - Please Help

2002-07-12 Thread Turner, John
: Friday, July 12, 2002 9:31 AM To: Tomcat Users List Subject: RE: Error - Please Help Yes, I have followed instructions on the installation instructions and HOW-TO documents. I'm just using Tomcat and it is listening on port 80. What file do I find out from what values JAVA_HOME and CATALINA_HOME

Re: Error - Please Help

2002-07-12 Thread Nikolas A. Rathert
Sorry, I forgot: you need the All languages SDK not the JRE. Nikolas A. Rathert wrote: This is wrong. You need J2SDK 1.4. I think this one http://java.sun.com/j2se/1.4/download.html is right. Cheers, Nick Sunit Munjal wrote: I do have JDK 1.4 installed. How do I get javac,

RE: Error - Please Help

2002-07-12 Thread Sunit Munjal
: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help

Re: Error - Please Help

2002-07-12 Thread Sunit Munjal
Alright, it works now. I just copied tools.jar into that directory. Thanks everyone for the help. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and

RE: Error - Please Help

2002-07-12 Thread Reynir Hübner
either of the two, I suggested copying would be a simple way to achive this. just copy and try agian. -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 14:07 To: Tomcat Users List Subject: RE: Error - Please Help I just installed

RE: Error - Please Help

2002-07-12 Thread Arnaud HERITIER
Have you setted a JAVA_HOME environment variable to your new SDK installation directory ?? -Message d'origine- De : Sunit Munjal [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 12 juillet 2002 16:07 À : Tomcat Users List Objet : RE: Error - Please Help I just installed the SDK

RE: Error - Please Help

2002-07-12 Thread rsequeira
/2002 09:06:35 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Error - Please Help I just installed the SDK for all languages and it still doesn't work. Reynir mentioned something about putting the tools.jar into my tomcats

RE: Error - Please Help

2002-07-12 Thread Jacob Lund
: Error - Please Help put tools.jar from your jsdk into tomcats classpath (for example into tomcat/common/lib/ ) that should fix it -reynir -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12. júlí 2002 13:18 To: [EMAIL PROTECTED] Subject: Error - Please Help Hi

RE: Error - Please Help

2002-07-12 Thread jeff . guttadauro
]] Sent: 12. juli 2002 16:07 To: Tomcat Users List Subject: RE: Error - Please Help I just installed the SDK for all languages and it still doesn't work. Reynir mentioned something about putting the tools.jar into my tomcats classpath. What does that mean. Just copying and pasting the file

Re: Incompatible Class Change error Please help

2002-01-17 Thread Anton Brazhnyk
Hi! Did you use HttpSessions? It looks like stored sessions can't be deserialized (I think its ok, they get loaded by another ClassLoader) So, try to delete Tomcat work files (jakarta-tomcat-4.0.1\work\YOUR_APP or just SESSIONS.ser there) (don't blame me if you aren't going to backup them :)

Incompatible Class Change error Please help

2002-01-16 Thread Yaser Ansari
Hello all of you, I have a peculiar problem while running my web application. This webapplication communicates with a corba server for which i use the visibroker ORB jar files. Now when i place these jar files in my jakarta-tomcat-4.0.1\common\lib folder the application works

JAKARTA--------JSP ERROR!!! PLEASE HELP

2001-11-28 Thread Catalin
hi 2 all!! I've got an app that works with jsp on an jakarta-tomcat-3.3m4 on an win2k professional. The jsp files connet to a MSSQL db by an bean an get data for html reports. The rest of application work with servlets. If I conect myself from another comp witch is in the same network with

AW: JAKARTA--------JSP ERROR!!! PLEASE HELP

2001-11-28 Thread Ralph Einfeldt
PROTECTED]] Gesendet: Mittwoch, 28. November 2001 23:35 An: [EMAIL PROTECTED] Betreff: JAKARTAJSP ERROR!!! PLEASE HELP snip/ Root cause: java.lang.NullPointerException at Privacy675.RAP.archivio_list_dati_pers_1._jspService(archivio_ list_dati_pers_1.java:244) snip

RE: java.util.MissingResourceException error ... please help!

2001-09-03 Thread Helena Hjertén
*** -Original Message- From: Demetrios Sapounas [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 19:01 To: [EMAIL PROTECTED] Subject: java.util.MissingResourceException error ... please help! Tomcat newbie question. I have installed and configured tomcat 3.2.3 on a linux

java.util.MissingResourceException error ... please help!

2001-08-30 Thread Demetrios Sapounas
Tomcat newbie question. I have installed and configured tomcat 3.2.3 on a linux server. I used the rpm distribution from the jakarta web site. I am running tomcat as a stand-alone, accessing it through localhost:8080 All the servlet examples under ~tomcat/webapps/examples work fine. I created

500 ERROR ! PLEASE HELP!

2001-08-06 Thread alexus
after adding this line in httpd.conf JkMount /*.jsp remoteworker i got 500 Internal error instead of 404 not found any ideas why could that be? i just compiled tomcat and mod_jk to link them together and whever i access