Re: Problem with tomcat configuration

2005-10-06 Thread Mark Eggers
https is port 443. You need to to uncomment the HTTP 1.1 connector for 8443 and change the port to 443. Uncomment the following connector in server.xml: !-- Define a SSL HTTP/1.1 Connector on port 8443 -- !-- Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150

Re: Problem with tomcat configuration

2005-10-06 Thread Marcus Franke
On Thu, Oct 06, 2005 at 12:14:58AM -0700, Mark Eggers wrote: https is port 443. You need to to uncomment the HTTP 1.1 connector for 8443 and change the port to 443. Uncomment the following connector in server.xml: !-- Define a SSL HTTP/1.1 Connector on port 8443 -- !-- Connector

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
=${tomcat.manager.password} path=/${app.name} / /target any suggestions? -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 7:50 PM To: Tomcat Users List Subject: RE: problem with tomcat manager's

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Allistair Crossley
- From: rahul [mailto:[EMAIL PROTECTED] Sent: 13 September 2005 14:23 To: Tomcat Users List Subject: RE: problem with tomcat manager's deploy command Thanks Charles, Now I am defining my application context in a separate file under META-INF But still I am not been able to undeploy my

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Caldarale, Charles R
From: rahul [mailto:[EMAIL PROTECTED] Subject: RE: problem with tomcat manager's deploy command Tomcat Manager's undeploy command, which I run from ant is not cleaning some of the jar files in my application's lib folder However no error shown on ant prompt. What happens if you try

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
Users List Subject: RE: problem with tomcat manager's deploy command From: rahul [mailto:[EMAIL PROTECTED] Subject: RE: problem with tomcat manager's deploy command Tomcat Manager's undeploy command, which I run from ant is not cleaning some of the jar files in my application's lib folder

RE: problem with tomcat manager's deploy command

2005-09-12 Thread Caldarale, Charles R
From: rahul [mailto:[EMAIL PROTECTED] Subject: problem with tomcat manager's deploy command If I remove this context tag from server.xml then the deploy command works fine. But I want to keep this information in server.xml and at the same time use tomcat manager's deploy command from

RE: Problem Running Tomcat on Russian MS Windows

2005-07-29 Thread Peter Crowther
From: CW Lee [mailto:[EMAIL PROTECTED] 1) Why doesn't Tomcat work on Russian MS Windows? 2) Is there anything i can do for Tomcat to run on Russian MS Windows? 2) Is there any other solution which allows me to run JSP off Russian MS Windows? CW, have you successfully installed and run

Re: Problem Running Tomcat on Russian MS Windows

2005-07-28 Thread Tom
1) Why doesn't Tomcat work on Russian MS Windows? May I suggest you describe what the problem is, including the Windows, Tomcat, Java versions? Most of us do not have access to Russian Windows systems so we can't check it ourselves. 2) Is there anything i can do for Tomcat to run on

RE: Problem running tomcat with a CMS application

2005-07-26 Thread Allistair Crossley
from memory you need to ensure you add users and roles to the tomcat-users.xml file? it's all in the manual. -Original Message- From: Patrick saad [mailto:[EMAIL PROTECTED] Sent: 26 July 2005 15:39 To: tomcat-user@jakarta.apache.org Subject: Problem running tomcat with a CMS

Re: Problem running tomcat with a CMS application

2005-07-26 Thread David Smith
Hi. I run the same CMS here. I've seen this happen when the repository isn't initialized right. Check the logs to see what happened, post the version of Magnolia you're working with, and also ask on the magnolia list at [EMAIL PROTECTED] --David Patrick saad wrote: Hy, I am trying to run a

Re: Problem running tomcat with a CMS application

2005-07-26 Thread David Smith
Normally you're right on the money. In this case Magnolia manages it's own authorization through a repository. --David Allistair Crossley wrote: from memory you need to ensure you add users and roles to the tomcat-users.xml file? it's all in the manual. -Original Message- From:

RE: Problem running tomcat with a CMS application

2005-07-26 Thread Allistair Crossley
Okidokes :o) -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 26 July 2005 16:02 To: Tomcat Users List Subject: Re: Problem running tomcat with a CMS application Normally you're right on the money. In this case Magnolia manages it's own authorization

Re: Problem running tomcat with a CMS application

2005-07-26 Thread Patrick saad
I posted the issue to the mailing list for magnolia, no one answered me back with an answer yet. On 7/26/05, Patrick saad [EMAIL PROTECTED] wrote: Hy David, Thank you for the quick reply. Im working with magnolia ver 2.0.3. Here is a small part of my magnolia-error log file:

Re: Problem running Tomcat on Windows 64-Bit Edition

2005-07-22 Thread Spors, Jeffrey R
9:00 PM To: tomcat-user@jakarta.apache.org Subject: Re: Problem running Tomcat on Windows 64-Bit Edition There is a srvbatch in commons-daemon (I'm too lazy to look if there is a binary released for it :) that will allow you run the batch files as a service. You can also grab the source from

Re: Problem running Tomcat on Windows 64-Bit Edition

2005-07-21 Thread Bill Barker
There is a srvbatch in commons-daemon (I'm too lazy to look if there is a binary released for it :) that will allow you run the batch files as a service. You can also grab the source from commons-daemon and compile a 64bit version yourself (only the MSDK is needed, but you need to create your

Re: Problem in Tomcat startup

2005-05-31 Thread Anto Paul
On 5/31/05, Ram Sriram [EMAIL PROTECTED] wrote: Caused by: java.lang.IllegalArgumentException: addChild: Child name 'bizDispatc her' is not unique at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase .java:860) at

Re: Problem in Tomcat startup

2005-05-31 Thread Ram Sriram
Anto, Thanks. That worked. BizDispatcher was declared both in application web.xml and Tomcats conf\web.xml. I commented the one in Tomcats conf\web.xml. I am not having the problem anymore...Ram --- Anto

RE: Problem with Tomcat 5.5.9

2005-05-25 Thread Steve Kirk
Have you moved your config files across? conf/web.xml conf/server.xml conf/tomcat-users.xml conf/[engineName]/[hostName]/contextName.xml Do you have the welcome files configured in web.xml (either in conf/ or in the webapp's WEB-INF folder) ? What do they point to for /test/? If a servlet,

RE: Re: Problem in Tomcat installation in HP-UX

2005-05-15 Thread Kurniawan Kurt
] Sent: Friday, 13 May 2005 7:35 PM To: tomcat-user@jakarta.apache.org Subject: Re: Problem in Tomcat installation in HP-UX Hi , Check if e CompressionFilter class is in /WEB-INF/classes . Or it is in the jar file which located in /WEB-INF/lib Thanks. - weetat Kurt Kurniawan wrote: Hi

RE: Re: Problem in Tomcat installation in HP-UX

2005-05-15 Thread Kurniawan Kurt
: RE: Re: Problem in Tomcat installation in HP-UX Hi, thanks for your response. What is the jar name for this ? Isn't all the jar should be included in the download? I'm using the tar.gz download. I tried this (the same installation) under Windows and it works fine. Kurt. -Original Message

Re: Problem in Tomcat installation in HP-UX

2005-05-13 Thread weetat
Hi , Check if e CompressionFilter class is in /WEB-INF/classes . Or it is in the jar file which located in /WEB-INF/lib Thanks. - weetat Kurt Kurniawan wrote: Hi, I've installed Tomcat 5.0.28 in HP_UX. tomcat startups and run and i can access the main page but when i click on the example

RE: Problem Binding Tomcat to Ports 80/443

2005-04-26 Thread Peter Crowther
From: Craig [mailto:[EMAIL PROTECTED] Apr 26, 2005 1:24:04 AM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Permission denied:80 Are you running the Tomcat process as root? If not, you won't be able to bind to ports 80 or 443 on

Re: Problem Binding Tomcat to Ports 80/443

2005-04-26 Thread Nikola Milutinovic
Craig wrote: Hey Tomcat Users! I am having a very desperate problem with Tomcat. I have a demonstration due later today, and the script I have been using to run tomcat (5.0.27) on ports 80/443 doesn't seem to do the job -- though it had been workingfor weeks up until a restart earlier today.

Re: Problem Binding Tomcat to Ports 80/443

2005-04-26 Thread Parsons Technical Services
Check to see if Tomcat is already running. Also the config you posted has the port at 8086. And something is listening on 8086. Do a reboot and look at your processes and netstat before doing anything else. Then take it from there. Doug - Original Message - From: Craig [EMAIL

Re: Problem with Tomcat Upgrade 4.0 to 5.5

2005-03-25 Thread Jason Bainbridge
On Fri, 25 Mar 2005 09:08:15 -0500, Beau Hebert [EMAIL PROTECTED] wrote: Hello - exception: javax.servlet.ServletException: javax/mail/Message root cause: java.lang.NoClassDefFoundError: javax/mail/Message I'm not sure, but it seems that the compiler (or is it the container?) can't

Re: Problem with Tomcat Upgrade 4.0 to 5.5

2005-03-25 Thread Beau Hebert
: Re: Problem with Tomcat Upgrade 4.0 to 5.5 On Fri, 25 Mar 2005 09:08:15 -0500, Beau Hebert [EMAIL PROTECTED] wrote: Hello - exception: javax.servlet.ServletException: javax/mail/Message root cause: java.lang.NoClassDefFoundError: javax/mail/Message I'm not sure, but it seems that the compiler

Re: Problem with Tomcat Upgrade 4.0 to 5.5

2005-03-25 Thread QM
On Fri, Mar 25, 2005 at 09:08:15AM -0500, Beau Hebert wrote: : I am in the processs of upgrading from Tomcat 4.0 to Tomcat 5.5. I have an : application that runs on Linux-Java-Tomcat-MySQL. : [snip] : javax.servlet.ServletException: javax/mail/Message As someone else already pointed out, you no

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Jason Bainbridge
On Wed, 16 Mar 2005 14:45:07 + (GMT), Asfand Qazi [EMAIL PROTECTED] wrote: Hi, Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Caldarale, Charles R
From: Asfand Qazi [mailto:[EMAIL PROTECTED] Subject: Problem with Tomcat caching old pages that it shouldn't The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile error message again! Please include the exact

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Try adding: init-param param-namemodificationTestInterval/param-name param-value0/param-value /init-param to your definition of the JSP servlet in %TOMCAT_HOM#%\conf\web.xml By default it is 4 seconds but I'm not sure why the compile would fail once and

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
Please include the exact Tomcat level in problem descriptions, so people will have some idea of which documentation pages to tell you to read. 5.7 Here's some to look at that may have some bearing on the issue, and specific parameters on each:

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
--- Asfand Qazi [EMAIL PROTECTED] wrote: Try adding: init-param param-namemodificationTestInterval/param-name param-value0/param-value /init-param to your definition of the JSP servlet in %TOMCAT_HOM#%\conf\web.xml By default it is 4 seconds

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Hassan Schroeder
Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the old compiled JSP scriptlet, instead of giving me the compile

RE: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Ramu, Vinod
To: Tomcat Users List Subject: Re: Problem with Tomcat caching old pages that it shouldn't Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
--- Hassan Schroeder [EMAIL PROTECTED] wrote: Asfand Qazi wrote: Basically here's my problem: I make a jsp page that works correctly. OK. Then, I make a fault in it that shows a compile error page - also fine. The problem is, when I reload it a second time, Tomcat serves me the

Re: problem on Tomcat 3.3.1a: hang

2005-03-08 Thread Bill Barker
Connection reset by peer isn't usually that interesting (it usually means that the browser dropped the connection). Making some wild guesses: Using the Http10Connector on Windows usually means that you need to add something like socketCloseDelay=50 to the element in server.xml. Even better

RE: problem installation Tomcat

2005-03-01 Thread Allistair Crossley
Hi, First question - I notice you are using 1.4.2 with TC 5.5 .. are you using the compatibility package? Else you need Java 5.0. Allistair. -Original Message- From: Francesca [mailto:[EMAIL PROTECTED] Sent: 01 March 2005 14:49 To: tomcat-user@jakarta.apache.org Subject: problem

Re: Problem with Tomcat 5.5.6 and Java 1.5 on Solaris

2004-12-28 Thread QM
On Wed, Dec 29, 2004 at 12:19:17AM +0100, Emil Petkov wrote: : I installed the JDK 1.5 packages for Solaris (on Solaris 9). Seemingly : the JDK is in /usr/jdk/instances/java1.5.0. : [snip] : [Error message:] : The JAVA_HOME environment variable is not defined correctly : This environment variable

RE: problem starting tomcat 5.5 /jdk1.3.1_11

2004-12-13 Thread Peter Crowther
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I just installed tomcat5.5 i am getting following error, [...] Im using jdk1.3.1_11 Tomcat 5.5 requires *at least* JDK1.4.2, and even that needs some extra configuration to make it work. Upgrade your JDK or use an older version of Tomcat,

RE: problem starting tomcat 5.5 /jdk1.3.1_11

2004-12-13 Thread birendar . waldiya
Thanks peter ! Birendar Singh Waldiya Peter Crowther [EMAIL PROTECTED] 12/13/2004 06:33 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: problem starting tomcat 5.5 /jdk1.3.1_11 From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: problem starting tomcat 5.5 /jdk1.3.1_11

2004-12-13 Thread birendar . waldiya
] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: problem starting tomcat 5.5 /jdk1.3.1_11 Thanks peter ! Birendar Singh Waldiya Peter Crowther [EMAIL PROTECTED] 12/13/2004 06:33 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc

RE: Problem With Tomcat and NT service

2004-11-18 Thread Hubble, Christopher
That's because when Tomcat is run as a service, it's base directory becomes System32 instead of whatever dir you run the startup bat file in. Chris -Original Message- From: Raphael THIOLIERE [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 4:40 AM To: Tomcat Users List

RE: Problem With Tomcat and NT service

2004-11-18 Thread hui
Hi In this case, can we change the base directory? Regards, hui -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 8:28 AM To: 'Tomcat Users List' Subject: RE: Problem With Tomcat and NT service That's because when Tomcat is run

RE: Problem With Tomcat and NT service

2004-11-18 Thread Hubble, Christopher
Not AFAIK. Chris -Original Message- From: hui [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:15 AM To: 'Tomcat Users List' Subject: RE: Problem With Tomcat and NT service Hi In this case, can we change the base directory? Regards, hui -Original Message- From

RE: Problem With Tomcat and NT service

2004-11-18 Thread Shapira, Yoav
poor design that lacks in portability: change it. Yoav Shapira http://www.yoavshapira.com -Original Message- From: hui [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:15 AM To: 'Tomcat Users List' Subject: RE: Problem With Tomcat and NT service Hi In this case, can we

RE: Problem With Tomcat and NT service

2004-11-18 Thread Cox, Charlie
http://www.tburke.net/info/reskittools/topics/srvany_using.htm See the paragraph about setting the working directory... Charlie -Original Message- From: hui [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:15 AM To: 'Tomcat Users List' Subject: RE: Problem With Tomcat

Re: Problem clustering tomcat when a failed server is restarting

2004-11-17 Thread Filip Hanik - Dev
What version of tomcat? It fails when it tries to write the principal information to the stream. Since I don't know what version of tomcat you are using, I can't tell you exactly what went wrong. maybe something in the principal returns null Filip - Original Message - From:

RE : Problem clustering tomcat when a failed server is restarting

2004-11-17 Thread LERBSCHER Jean-Pierre
We are using Tomcat 5.0.27. -Message d'origine- De : Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 novembre 2004 18:27 À : Tomcat Users List Objet : Re: Problem clustering tomcat when a failed server is restarting What version of tomcat? It fails when it tries

Re: Problem clustering tomcat when a failed server is restarting

2004-11-17 Thread Filip Hanik - Dev
:55 AM Subject: RE : Problem clustering tomcat when a failed server is restarting We are using Tomcat 5.0.27. -Message d'origine- De : Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 novembre 2004 18:27 À : Tomcat Users List Objet : Re: Problem clustering tomcat when

RE : Problem clustering tomcat when a failed server is restarting

2004-11-17 Thread LERBSCHER Jean-Pierre
Could you give me a link to open bugzilla report? Or more recent versions of Tomcat can they correct this problem ? -Message d'origine- De : Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 novembre 2004 19:10 À : Tomcat Users List Objet : Re: Problem clustering tomcat

Re: Problem clustering tomcat when a failed server is restarting

2004-11-17 Thread Filip Hanik - Dev
http://issues.eu.apache.org/bugzilla/ - Original Message - From: LERBSCHER Jean-Pierre [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 12:15 PM Subject: RE : Problem clustering tomcat when a failed server is restarting Could you give me

Fw: Re: Problem with Tomcat 4.1 Charset - Resolved!

2004-11-04 Thread Mathias Payer
Sutton [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: Problem with Tomcat 4.1 Charset Hi I am having problems posting to the list so I thought I would mail you directly. I had a similar problem with PDFs and it seemed to be this bug: http://nagoya.apache.org/bugzilla

RE: Problem with Tomcat 4.1 Charset

2004-11-03 Thread Shapira, Yoav
Hi, You're barking up the wrong (but only slightly wrong) tree. Instead of messing with the charset stuff, make sure to set a content-disposition header on your response. Google for it if you're not sure what it is: it's simple and there are tons of examples online. This is the only way to

Re: Problem with Tomcat 4.1 Charset

2004-11-03 Thread Mathias Payer
Hi Yoav, thanks for your suggestion, but I already tried that! ( esponse.setHeader(Content-disposition,inline;filename=generated.pdf ); ) But this does not work on all browsers! On some IE Versions the adobe-plugin is loaded (you see the splash-screen) and then the page remains white. No PDF and

RE: Problem with Tomcat upgrading

2004-09-03 Thread Shapira, Yoav
Hi, Import your classes if you're not doing so already. Yoav Shapira Millennium Research Informatics -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 7:27 AM To: 'Tomcat Users List' Subject: Problem with Tomcat upgrading Hello, I am

RE: Problem with Tomcat upgrading

2004-09-03 Thread Bedrijven.nl
; } } ___ -Oorspronkelijk bericht- Van: Shapira, Yoav [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 2:11 PM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: RE: Problem with Tomcat upgrading Hi, Import your classes

RE: Problem with Tomcat upgrading

2004-09-03 Thread Shapira, Yoav
. during server startup, that might be affecting your webapp? Yoav Shapira Millennium Research Informatics -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 9:30 AM To: 'Tomcat Users List' Subject: RE: Problem with Tomcat upgrading Hello, I

RE: Problem with Tomcat upgrading

2004-09-03 Thread Bedrijven.nl
.. -Oorspronkelijk bericht- Van: Shapira, Yoav [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 2:37 PM Aan: Tomcat Users List Onderwerp: RE: Problem with Tomcat upgrading Hi, It's possible to copy over webapps that adhere strictly to the Servlet Specification and general Java

RE: Problem with Tomcat upgrading

2004-09-03 Thread Shapira, Yoav
Research Informatics -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 9:54 AM To: 'Tomcat Users List' Subject: RE: Problem with Tomcat upgrading Hi, No not that I can see in the log. What I know is that ven not all the examples work as well. Some

RE: Problem with Tomcat upgrading

2004-09-03 Thread Bedrijven.nl
;s wrong?? I don't understand it anymore iam hopeless Maarten -Oorspronkelijk bericht- Van: Shapira, Yoav [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 2:58 PM Aan: Tomcat Users List Onderwerp: RE: Problem with Tomcat upgrading Hi, Make sure you do a clean

Re: Problem with Tomcat upgrading

2004-09-03 Thread QM
On Fri, Sep 03, 2004 at 03:54:18PM +0200, Bedrijven.nl wrote: : No not that I can see in the log. What I know is that ven not all the : examples work as well. Some does other not. What was your upgrade process? Did you recompile everything against the new JARs, etc? There's a brief list of steps

RE: Problem in Tomcat

2004-08-26 Thread Shakeel Ahmad
Actually this is not an error, when you press Ctrl+Break key on Tomcat Console it dumps all the threads in this fashion. By the way this crashing your web app -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 4:53 PM To: Tomcat Users List

RE: Problem in Tomcat

2004-08-26 Thread Jitesh Sinha
Users List Subject: RE: Problem in Tomcat Actually this is not an error, when you press Ctrl+Break key on Tomcat Console it dumps all the threads in this fashion. By the way this crashing your web app -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Thursday, August

RE: Problem in Tomcat

2004-08-26 Thread Shakeel Ahmad
So I need exact details of the problem. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 10:23 AM To: Tomcat Users List Subject: RE: Problem in Tomcat Well,this is what we are seeing in our log files...and it can be seen only when we see

RE: Problem in Tomcat

2004-08-26 Thread Jitesh Sinha
To: Tomcat Users List Subject: RE: Problem in Tomcat So I need exact details of the problem. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 10:23 AM To: Tomcat Users List Subject: RE: Problem in Tomcat Well,this is what we are seeing in our log

RE: Problem in Tomcat

2004-08-26 Thread Shakeel Ahmad
: RE: Problem in Tomcat This error is not consistent...It works fine in 70% of the cases...In rest of the cases the web page goes blankAnd the log files show what is written in my first email -Original Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: Friday, August 27

Re: Problem with Tomcat 4.1.30, IIS, isapi_redirect.dll and POSTs

2004-06-23 Thread Leif Mortenson
For the archives. I got no replies to this. But I was able to correct this (Bproblem by switching over to using jk2 rather than jk. That means using (Bisapi_redirector2.dll rather than isapi_redirect.dll. (B (BThis was not at all clear from the online docs. Everything points to using

Re: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread ming fang
it looks like the respond is in chunked format. you should have a header that reads Transfer-Encoding:chunked. mod_jk1/2 both have serious bugs with chunked encoding. try going to tomcat direct to see with the proper header is there. On Jun 22, 2004, at 8:33 AM, [EMAIL PROTECTED] wrote:

Re: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread ming fang
you can try turning off chunking in tomcat. On Jun 22, 2004, at 9:12 AM, [EMAIL PROTECTED] wrote: Without Apache and mod_jk it works fine, so the application is clean. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Problem with tomcat 5.0.25 service

2004-06-04 Thread Jens Kühnberger
What do you mean by check the 'configure tomcat' part ? The service is using C:/Programme/Java/j2re1.4.2_04/lib/ext/sunjce_provider.jar while JAVA_HOME is C:\j2skd1.4.2_04 where can I change this for the service? James Sherwood wrote: If this is on a windows machine, check the 'configure tomcat'

Re: Problem with tomcat 5.0.25 service

2004-06-03 Thread James Sherwood
If this is on a windows machine, check the 'configure tomcat' part and make sure its pointing to the same jvm as your %java_home% is - Original Message - From: Jens Kühnberger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 12:43 PM Subject: Problem with tomcat

Re: Problem with tomcat 5.0.25 service

2004-06-03 Thread Jacob Kjome
I think this is because tools.jar isn't added to the classpath in the service.bat service installer file. I've modified mine to include this. See attached (renamed to service.txt to avoid being removed by filters). BTW, I've mentioned this a few times to the Tomcat developers with little

RE: Problem with Tomcat 5.0.19 and JSTL (googleapi.jar conflicts with Jasper)

2004-04-06 Thread Knight, Digby
: Tom K Subject: RE: Problem with Tomcat 5.0.19 and JSTL Date: Thu, 01 Apr 2004 11:16:54 -0800 The key to getting Tomcat 5 to work with JSP 2.0 and expression language is to copy the standard.jar and the jstl.jar (that already exists in Tomcat5's examples/lib directory) into the lib directory you

RE: Problem with Tomcat 5.0.19 and JSTL

2004-04-01 Thread Tom K
The key to getting Tomcat 5 to work with JSP 2.0 and expression language is to copy the standard.jar and the jstl.jar (that already exists in Tomcat5s examples/lib directory) into the lib directory you are using for your app. You DO NOT have to edit the web.xml file at all but the web-app tag

RE: Problem in Tomcat 5.0.19 - Help Needed

2004-03-26 Thread Ramachandran
To: Tomcat Users List Subject: Re: Problem in Tomcat 5.0.19 - Help Needed Hi Ramachandran, Are you using any custom tags(your own) in your menuinclude.jsp? Could you post your jsp page to get a clear insight about the issue. Thanks Shan Ramachandran wrote: Hi All, I am using Tomcat

Re: Problem in Tomcat 5.0.19 - Help Needed

2004-03-26 Thread shanmugampl
- From: shanmugampl [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 1:40 PM To: Tomcat Users List Subject: Re: Problem in Tomcat 5.0.19 - Help Needed Hi Ramachandran, Are you using any custom tags(your own) in your menuinclude.jsp? Could you post your jsp page to get a clear insight

Re: Problem in Tomcat 5.0.19 - Help Needed

2004-03-26 Thread Andres Ledesma
Hi Ramachandran, You can check out your session, if it is new, include the page, otherwise do not do it. Andrew On Friday 26 March 2004 09:10, shanmugampl wrote: Hi Ramachandran, Are you using any custom tags(your own) in your menuinclude.jsp? Could you post your jsp page to get a

Re: problem with tomcat 4.1.30, apache 2...

2004-03-25 Thread staf wagemakers
one thing I find frustrating about mod_jk is the logging code: it only reports the errocode, not the strerror. You got 101 as errno, it's possible to convert this code to human readable string with a small c program: tsterror.c: #include error.h #include string.h int main () {

Re: problem with tomcat 4.1.30, apache 2...

2004-03-25 Thread Dionisio Ruiz de Zarate
i test the tomcat and apache in the tomcat ad apache have been instaled machine. when i restart the tomcat appears in the catalina.out log file this (if you can help me): 24-mar-2004 13:35:51 org.apache.coyote.http11.Http11Protocol destroy INFO: Stoping http11 protocol on 8080

Re: Problem in Tomcat 5.0.19 - Help Needed

2004-03-25 Thread shanmugampl
Hi Ramachandran, Are you using any custom tags(your own) in your menuinclude.jsp? Could you post your jsp page to get a clear insight about the issue. Thanks Shan Ramachandran wrote: Hi All, I am using Tomcat 5.0.19. I am using file called menuinclude.jsp in all the files using

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread staf wagemakers
What have you specified in your workers.properties? Normally you should have: worker.list=ajp13 ... worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 ... The ajp13 connector must be enabled in your server.xml. Try to telnet localhost 8009 to be sure. kind regards, --

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread Dionisio Ruiz de Zarate
i have those lines in my workers.properties file worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 What have you specified in your workers.properties? Normally you should have: worker.list=ajp13 ... worker.ajp13.port=8009

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread staf wagemakers
ok, looks good. Are you sure that the ajp13 connector is enabled in tomcat? Try to telnet to localhost port 8009, and see if you get a response. $ telnet localhost 8009 Trying 127.0.0.1... Connected to stafbox. Escape character is '^]'. If you get connection refused or something like that, the

Re: problem with tomcat 4.1.30, apache 2...

2004-03-24 Thread Dionisio Ruiz de Zarate
i make teklnet to the localhost 8009 and: server:/# telnet localhost 8009 Trying ::1... Connected to localhost. Escape character is '^]'. the connection is not refused whit the same configuration, the same configuration files, i have put the tomcat 4.1.27 and its mod_jk.so file and it runs

RE: Problem with tomcat talking to OpenEJB

2004-03-22 Thread Shapira, Yoav
Hi, java.lang.NullPointerException at org.apache.jsp.cardholder.account.statements_jsp._jspService(statements _jsp . java:206) Look at the java version of this JSP in tomcat's work directory. That will show you where the error occurs. If I had to guess without even looking, I'd say

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread David Rees
Axel Scheel wrote, On 3/16/2004 6:34 AM: Hi, we are using a slightly old tomcat 3.2.4 with apache 1.3.29 under Gentoo Linux and have a problem rewriting URLs like: So i think the problem is that the request is first taken by mod_jk before it is passed to mod_rewrite but i don't see any solution

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread Axel Scheel
David Rees wrote: Axel Scheel wrote, On 3/16/2004 6:34 AM: Hi, we are using a slightly old tomcat 3.2.4 with apache 1.3.29 under Gentoo Linux and have a problem rewriting URLs like: So i think the problem is that the request is first taken by mod_jk before it is passed to mod_rewrite but i

Re: Problem using Tomcat with mod_rewrite.

2004-03-16 Thread David Rees
Axel Scheel wrote: The mod_jk was at the end of the LoadModule section. I tried around a little with the order and finaly it works if the mod_jk is located beween the mod_alias and the mod_rewrite. So the end of the load modules list looks like: LoadModule alias_module

RE: problem with tomcat shutdown on solaris

2004-03-06 Thread Alex
I have experienced the same since upgrading from 5.0.18 to 5.0.19 -- although i did see some weirdness and reported it as a bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27251 i still have to kill the pid after i try the shutdown. it being not clean also means that the sessions aren't

Re: problem with tomcat shutdown on solaris

2004-03-05 Thread Adam Buglass
As I remember, tomcat (including this specific version) will often leave some sort of background thread running even when the shutdown script has been successfully executed. I don't know enough about tomcat to say what it is or why it is running. You could use the kill -TERM command to kill it off

RE: problem with tomcat shutdown on solaris

2004-03-05 Thread Shapira, Yoav
Hi, As I remember, tomcat (including this specific version) will often leave some sort of background thread running even when the shutdown script has been successfully executed. What are you talking about? You remember this from where? Tomcat doesn't leave any of its threads running when the

RE: problem with tomcat shutdown on solaris

2004-03-05 Thread Daniel Savard
Le ven 05/03/2004 à 08:47, Shapira, Yoav a écrit : As I remember, tomcat (including this specific version) will often leave some sort of background thread running even when the shutdown script has been successfully executed. What are you talking about? You remember this from where?

RE: problem with tomcat shutdown on solaris

2004-03-04 Thread Shapira, Yoav
Hi, I'm having a problem with a Tomcat 4.1.27 install on a SunOS 5.8 platform. When I run the shutdown.sh script, the script executes without throwing any errors. It looks like Tomcat does shutdown, however, the process does not die (which I can see by doing a ps -ef |grep tomcat). Does

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Sunit Bansal
PROTECTED] Sent: Wednesday, February 18, 2004 11:28 AM To: Tomcat Users List Subject: Re: PROBLEM STARTING TOMCATPLEASE HELP Sunit, This is moving off topic for the list, but here it goes. First READ all of these instruction. You may find your problem without having to go through all

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
List [EMAIL PROTECTED] cc Subject RE: PROBLEM STARTING TOMCATPLEASE HELP Thanks. I tried that and got some break through. Now instead of error code 2 ping 127.0.0.1, gives Destination unreachable and for ping localhost, it gives unknown host name. Also ipcongif still

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
PROTECTED] cc Subject RE: PROBLEM STARTING TOMCATPLEASE HELP Thanks. I tried that and got some break through. Now instead of error code 2 ping 127.0.0.1, gives Destination unreachable and for ping localhost, it gives unknown host name. Also ipcongif still doesnt work

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Sunit Bansal
No, I just configured IP and subnet mask. -Sunit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 5:30 PM To: Tomcat Users List Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP did u configure DNS

Re: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Parsons Technical Services
- Original Message - From: Sunit Bansal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 7:06 AM Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP No, I just configured IP and subnet mask. -Sunit -Original Message

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-17 Thread Sunit Bansal
:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 10:34 AM To: Tomcat Users List Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP can you view TCP/IP under ur netwrork adapter,if then check the IP of it..if you dont have it then install TCP/IP using MS Loop back adapter

  1   2   3   4   >