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: > > > > > Change the port to 443. Read the documentation > concerning

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: Change the port to 443. Read the documentation concerning the attributes (especially the sslProtocol and clientAuth). /mde/ --- vineesh k

Problem with tomcat configuration

2005-10-05 Thread vineesh kumar
Hi all, I manged to configure https on tomcat 5.5.9 with a passord different than changeit. It's working.But i tried to configure https on port 80 (i am running tomcat as root user). but when i point the browser to the system like https://localhost/ I am getting an error indicating that connection

Re: Vexing Problem with Tomcat connector

2005-09-28 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread.

Vexing Problem with Tomcat connector

2005-09-28 Thread [EMAIL PROTECTED]
Hello, I have a website that I am migrating to a new server. Server is Redhat ES3 2.4.21-20.0.1.ELsmp. Server version: Apache/2.0.46 I have jakarta-tomcat-5.5.9 installed and working properly on the new server. It is perfectly accessible from the legacy web server. On the Website on the new s

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
omcat 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 f

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

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Allistair Crossley
Message- > 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 ME

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
oblem with tomcat manager's deploy command Importance: High > 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

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

problem with tomcat manager's deploy command

2005-09-12 Thread rahul
Hi all, I am trying to use Tomcat Manager's deploy command using Ant script to deploy a web application. The command doesn't work in case there is an entry in tomcat configuration file "server.xml" for my application like ... ... which I am using for connection pooling purpose. on running tomca

Strange problem with tomcat 5.5.9

2005-07-14 Thread Paulo Neves
Hi all, I've a strange problem with my tomcat. When I have a network problem with my router my tomcat that is install in another machine reload webapps (balancer, manager, admin ) except my webapp. If i run tomcat manager and see webapps list, manager said that webapp is running but is not. To so

initial problem with tomcat

2005-07-13 Thread Antonio Albendiz
When I´m running Apache Tomcat I have this problem with Apache. Do you know Why ??? org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket GRAVE: El Punto Final (Endpoint) [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8443]] ignoró excepción: java.net.SocketException: SSL handshake er

Problem with Tomcat Service when Tomcat Installation pathname has double byte characters

2005-07-11 Thread Rakesh Pandit
We are using Tomcat 4.1 as a service. The service calls and runs the tomcat.exe correctly so long the tomcat installation pathname has ASCII characters only. But moment we install the Tomcat in a pathname that has double bytes, the tomcat.exe invoked by the service fails to run ? Any id

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-12 Thread Suraj Sashidharan
Hi Doug, Your suggestion is right on the money. Everything works well now. Thanks a lot! Regards, Suraj. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-12 Thread Suraj Sashidharan
anks again! From: David Smith <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling Date: Sun, 12 Jun 2005 13:49:52 -0400 This tells me a lot: > Caused by: java.sql.SQLException: No

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-12 Thread David Smith
This tells me a lot: > Caused by: java.sql.SQLException: No suitable driver Make sure the driver .jar file is in common/lib and the driverClassName parameter of your element references the correct driver class (don't use a DataSource class here). In your case, I think that should be 'com.poi

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-11 Thread Parsons Technical Services
aturday, June 11, 2005 5:38 PM Subject: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling Hi all, Tomcat 5.0.28 with Pointbase - Trying to obtain a database connection from the DataSource. I saw a zillion places in the web where they've discussed a problem quite sim

Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-11 Thread Suraj Sashidharan
Hi all, Tomcat 5.0.28 with Pointbase - Trying to obtain a database connection from the DataSource. I saw a zillion places in the web where they've discussed a problem quite similar to the exception shown below BUT, none exactly like what I'm experiencing. And by the way, I couldn't e

SOLVED: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-06-10 Thread Bernhard v. Fromberg
Hi, thanks to all who tried to help. In my case the fault was, the Character Encoding filter was not the first filter in the queue. The other hints: Setting the URIEncoding in the connectors and so on are useful as well. Sometimes you also must set the environment variable LC_CTYPE to something l

Re: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-06-10 Thread Bernhard v. Fromberg
Sorry, I was off for a while. It seems my problem comes in with Java1.5. I am not sure. I tried to set it up as shown below. Solves the GET problem. I use a filter. Solves nothing. I set it up in the struts-config file. No effect. It seems that something in between sets the request input stream

Problem with Tomcat 5.0.28 and big POSTs

2005-06-06 Thread Miguel Gesteiro
Hello everybody, we are having a strange problem with Tomcat getting big POSTs: Linux (FC3) Tomcat 5.0.28 SSL with a test certificate We have written a servlet with only the "doPost" method wich receives POSTs with a lot of parameters, 8 different (fixed) and all the rest repeated

RE: Problem with Tomcat 5.5.9

2005-05-25 Thread Steve Kirk
se. Hope this helps. > -Original Message- > From: Aleksandar Valchev [mailto:[EMAIL PROTECTED] > Sent: Wednesday 25 May 2005 13:19 > To: tomcat-user@jakarta.apache.org > Subject: Problem with Tomcat 5.5.9 > > > Hi, > please advise possible reason for: > W

Problem with Tomcat 5.5.9

2005-05-25 Thread Aleksandar Valchev
Hi, please advise possible reason for: We have a java web application running under Tomcat 5.0.19 without problems. After upgrade to Tomcat 5.5.9 we encountered the following: When requesting "http://localhost:8080/test/";(where "test" is our webapp context) an empty page with the follo

RE: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-12 Thread Arup Vidyerthy
UTF8Filter UTF8Filter *.do Hope this helps... Arup -Original Message- From: Steve Bosman [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 08:31 To: Tomcat Users List Subject: Re: UTF-8 Problem with Tomcat 5.0.27 and POST On 5/10/05, Bernhard v. Fromberg <[EMAIL PROT

Re: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-12 Thread Steve Bosman
On 5/10/05, Bernhard v. Fromberg <[EMAIL PROTECTED]> wrote: > Hi all, > > I desperatly try to POST UTF-8 data to an application using struts. > GET method works perfectly fine, but post does not. > I am using CharacterEncodingFilter > All pages have Content-Type header > > java1.5.0 update 2 > To

Re: Re: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-11 Thread Bernhard v. Fromberg
Hi Jimmy, Yes, true. From my debugging I am quite sure, that the encoding is correct, when the browser sends it off. When it arrives in the servlet the contents is messed up. It gets decoded in between the browser and the servlet. Struts always gives me the decoded data. So I think, that some decod

Re: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-10 Thread Harry Mantheakis
> I desperatly try to POST UTF-8 data to an application using struts. > GET method works perfectly fine, but post does not. > I am using CharacterEncodingFilter > All pages have Content-Type header I assume you're calling: response.setContentType( "text/html; charset=UTF-8" ); You'll also wa

Re: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-10 Thread Jimmy Ray
You dont really give enough details for your problem but... Maybe you have to decode the UTF-8 data. URLDecoder.decode("","UTF-8") should do the trick. Most GET requests are decoded before the request parameters reach the servlet. POST requests require the decode process. Regards, Jimmy Ray -

Problem With Tomcat Admin Application

2005-05-10 Thread Farid Izem
Hi all, I have installed a new tomcat server 5.0.28 on Linux Slackware 10. I' m facing a strange problem configuring my tomcat admin webapps. I wrote my own server.xml to learn how tomcat is working. I'm fully accessing the tomcat manager and Tomcat Administration. The Authentication is made using

UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-10 Thread Bernhard v. Fromberg
Hi all, I desperatly try to POST UTF-8 data to an application using struts. GET method works perfectly fine, but post does not. I am using CharacterEncodingFilter All pages have Content-Type header java1.5.0 update 2 Tomcat 5.0.27 various Un*x systems. Tia Bernhard -

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 lo

Re: Problem with Tomcat Upgrade 4.0 to 5.5

2005-03-25 Thread Beau Hebert
Thanks for the response Jason. I've removed my classpath, but still getting the same error. Any other suggestions? Rgds, Beau - Original Message - From: "Jason Bainbridge" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, March 25, 2005 10:23 AM S

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?) c

Problem with Tomcat Upgrade 4.0 to 5.5

2005-03-25 Thread Beau Hebert
Hello - 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. Before I think about upgrading the production environment, I am configuring the development environment first, which runs on Windows XP and not Linux. I've instal

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 s

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

2005-03-16 Thread Ramu, Vinod
esday, March 16, 2005 11:11 AM 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 - &

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 er

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

2005-03-16 Thread Asfand Qazi
--- Asfand Qazi <[EMAIL PROTECTED]> wrote: > > > > > Try adding: > > > > > > modificationTestInterval > > 0 > > > > > > 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 > >

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: > http://jakarta.apache.org/tomcat/to

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

2005-03-16 Thread Asfand Qazi
> > Try adding: > > > modificationTestInterval > 0 > > > 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 then start working again... > It didn't start worki

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! P

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, Tomc

Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Asfand Qazi
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 serves me the old compiled JSP scriptlet, instead of giving me the compile error message ag

Problem with Tomcat 4.1.31

2005-03-11 Thread vsubramanian
I am upgrading my application from 4.1.27 to 4.1.31. The problem is that I am unable to get session attributes in my Servlets after upgrading. This problem only occurs when I run only tomcat without IIS/ Apache. I tried to use different connectors but that does not solve my problem. If anyone has

Problem with Tomcat 4.1 in security mode (NT service)

2005-01-10 Thread Cocula Remi
Hi all, I run a Tomcat 4.1 on Windows 2000. I have installed it as an NT service and it works fine. here is the script used to install the service : -- set SERVICENAME=Apache Tomcat set JAVACLASSPATH=%CLASSPATH% set JAVACLASSPATH=%JAVACLASSPATH%;"%CATALINA_HOME%\bin\boo

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 i

Problem with Tomcat 5.5.6 and Java 1.5 on Solaris

2004-12-28 Thread Emil Petkov
Dear all, I installed the JDK 1.5 packages for Solaris (on Solaris 9). Seemingly the JDK is in /usr/jdk/instances/java1.5.0. Installed tomcat 5.5.6 as well. However, setting JAVA_HOME to this location results in the following message from the tomcat startup script: The JAVA_HOME environment variabl

Problem with Tomcat-IIS-Connection by JK

2004-12-17 Thread Michael Südkamp
It's solved! The customer admin has left an old JK setup on host level which I wasn't aware of when installing at website level. Best Regards Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Problem with Tomcat-IIS-Connection by JK

2004-12-17 Thread Michael Südkamp
Hi, I have connected Tomcat 4.1.30 to IIS a lot of times at several customer sites. Now at one site I have a problem. The JK log reports the following when accessing a resource at context '/dw_3_16_12'. The ajp13 worker is correctly configured in workers.properties. It's a distributed configurati

Re: Currency Problem with Tomcat on Windows

2004-12-16 Thread John Gardner
Giuseppe The application is a browser based app, therefore it is the server that dictates which currency symbol is displayed. Surely it doesn't matter what currency symbol the client is set to? John -- John Gardner - Senior Information Engineer Tagish Ltd. T: 01665 604 895 F: 01665 510 624

Re: Currency Problem with Tomcat on Windows

2004-12-15 Thread Giuseppe Briotti
> Subject: Currency Problem with Tomcat on Windows > == > > I wonder if anyone can help me. We have a number of applications > that > are installed at various clients, and are all running under Tomcat > on > Windows. > > One of our cl

Currency Problem with Tomcat on Windows

2004-12-15 Thread John Gardner
I wonder if anyone can help me. We have a number of applications that are installed at various clients, and are all running under Tomcat on Windows. One of our clients has started to exhibit a strange problem when the application displays currency. It alters between USD ($) and GBP (£) rando

RE: Problem With Tomcat and NT service

2004-11-18 Thread Cox, Charlie
Subject: RE: Problem With Tomcat and NT service > > 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 U

RE: Problem With Tomcat and NT service

2004-11-18 Thread Shapira, Yoav
of your design. It's 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 W

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

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 Tom

RE: Problem With Tomcat and NT service

2004-11-18 Thread Hubble, Christopher
st Subject: Problem With Tomcat and NT service Hello, I use Tomcat like a server of webservices. When I run Tomcat with the script startup.bat, my application works fine. But when I want to launch Tomcat with the NT service (created by the install) it doesn't work : I have to copy a

Problem With Tomcat and NT service

2004-11-18 Thread Raphael THIOLIERE
Hello, I use Tomcat like a server of webservices. When I run Tomcat with the script startup.bat, my application works fine. But when I want to launch Tomcat with the NT service (created by the install) it doesn't work : I have to copy a fichier in the directory system32. This fichier is use by my

Re: Servlet problem with Tomcat

2004-11-17 Thread Sharad Ramadas
Did you try setting the classpath for the JAR file. You need to give the entire path till the JAR file. -Sharad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Servlet problem with Tomcat

2004-11-17 Thread Shapira, Yoav
bootstrap classloader. The two are different... Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Ross Smith [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 17, 2004 9:32 AM >To: [EMAIL PROTECTED] >Subject: Servlet problem with Tomcat > >Hi, > >I

Servlet problem with Tomcat

2004-11-17 Thread Ross Smith
Hi, I am having an infuriating problem with a servlet in Tomcat 4.1.31: whenever I start tomcat, I get the error attached below. As far as I can see, the problem seems to lie with mx4j/tools/naming/NamingService not being found, even though the JAR containing this class is present. I suspect th

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

2004-11-04 Thread Mathias Payer
rom: "Mark 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 se

Re: Problem with Tomcat 4.1 & Charset

2004-11-03 Thread Mathias Payer
gt; > Yoav Shapira http://www.yoavshapira.com > > > >-Original Message- > >From: Mathias Payer [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, November 03, 2004 12:20 PM > >To: [EMAIL PROTECTED] > >Subject: Problem with Tomcat 4.1 & Charset >

RE: Problem with Tomcat 4.1 & Charset

2004-11-03 Thread Shapira, Yoav
the only way to ensure somewhat consistent behavior across browsers for this use-case. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Mathias Payer [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 03, 2004 12:20 PM >To: [EMAIL PROTECTED] >Subject: Pro

Problem with Tomcat 4.1 & Charset

2004-11-03 Thread Mathias Payer
Hi List! I've got a big problem to solve. On a windows server I installed an acutal jsdk and tomcat 4.1. Now I developed a jsp-Servlet that sets it's content-type to "application/pdf" and only writes pdf-data out. If I run this on my testserver with tomcat 4.0 (debian/linux) everything runs fine

Re: cookies problem with Tomcat 4.1.30

2004-10-25 Thread Mark
Hey, Is proxy involved on client's side ? -Mark. --- Todor Todorov <[EMAIL PROTECTED]> wrote: > Hello there, > > We experienced strange behavior with Tomcat under heavy load. > > Fairly simple JSP generates a page based on a persistent cookie, > unfortunately the browser receives someone el

RE: cookies problem with Tomcat 4.1.30

2004-10-25 Thread Steve Kirk
EMAIL PROTECTED] Subject: cookies problem with Tomcat 4.1.30 Hello there, We experienced strange behavior with Tomcat under heavy load. Fairly simple JSP generates a page based on a persistent cookie, unfortunately the browser receives someone else page. For example, browser B1 sends request

cookies problem with Tomcat 4.1.30

2004-10-24 Thread Todor Todorov
Hello there,   We experienced strange behavior with Tomcat under heavy load.   Fairly simple JSP generates a page based on a persistent cookie, unfortunately the browser receives someone else page. For example, browser B1 sends request with cookie C1, but receives page based on cooki

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 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

RE: Problem with Tomcat upgrading

2004-09-03 Thread Shapira, Yoav
Millennium 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

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

RE: Problem with Tomcat upgrading

2004-09-03 Thread Shapira, Yoav
re other errors, e.g. 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' >Subjec

RE: Problem with Tomcat upgrading

2004-09-03 Thread Bedrijven.nl
lay")); } if (errors.size() > 0) { errors.add("textheader", new ActionError("error.textheader.display")); } return errors; } } _______ -Oo

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

Problem with Tomcat upgrading

2004-09-03 Thread Bedrijven.nl
Hello, I am testing the new Tomcat version. So what dit I do: - Installed Tomcat 5.0.19 (older version was 4.0.25) - copied my webapps to the new installation - restarting tomcat Everything seems to work fine. However when I tried to start my webapplications everything goes fine but Tomcat trown

RE: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and OracleApplicationServer-9.0.4

2004-08-27 Thread Shapira, Yoav
nformatics >-Original Message- >From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] >Sent: Friday, August 27, 2004 2:38 PM >To: Tomcat-User List (E-mail) >Subject: ENC: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and >OracleApplicationServer-9.0.4 > > Hello

Re: ENC: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and O racleApplicationServer-9.0.4

2004-08-27 Thread Robert F. Hall
rkout, i just followed the Oracle´s recomendations, again this error only happens with DBCP. -Mensagem original- De: Edson Alves Pereira Enviada em: sexta-feira, 27 de agosto de 2004 14:44 Para: Tomcat-User List (E-mail) Assunto: another DBCP problem with tomcat 4.1.30, tomcat-5.0.2

ENC: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and O racleApplicationServer-9.0.4

2004-08-27 Thread Edson Alves Pereira
followed the Oracle´s recomendations, again this error only happens with DBCP. > -Mensagem original- > De: Edson Alves Pereira > Enviada em: sexta-feira, 27 de agosto de 2004 14:44 > Para: Tomcat-User List (E-mail) > Assunto: another DBCP problem with tomcat 4.1.30

Re: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and Oracle ApplicationServer-9.0.4

2004-08-27 Thread Robert F. Hall
Howdy, Apparently, the Connections returned from the DriverManager and the DBCP are not equivalent ;-). How is the DBCP getting Connections to Oracle? /Robert Edson Alves Pereira wrote: Hello dudes, i´m trying to store a value to a CLOB in my databse, everything is fine with a simple Conn

RE: another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and OracleApplicationServer-9.0.4

2004-08-27 Thread Shapira, Yoav
cific extensions as little as possible. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] >Sent: Friday, August 27, 2004 1:44 PM >To: Tomcat-User List (E-mail) >Subject: another DBCP problem with tomcat 4.1.3

another DBCP problem with tomcat 4.1.30, tomcat-5.0.27 and Oracle ApplicationServer-9.0.4

2004-08-27 Thread Edson Alves Pereira
Hello dudes, i´m trying to store a value to a CLOB in my databse, everything is fine with a simple Connection created with DriverManager, but when i use DBCP from one of these servlet-engines i got the same error: ava.sql.SQLException: invalid arguments in call 04/08/27 11:56:44 at o

Problem with Tomcat 4.1

2004-08-25 Thread Jitesh Sinha
Hello, I am getting following exception during the startup of my local server which is Tomcat 4.1. Any idea why it will come and how to remove it? 2004-08-25 15:46:19 StandardManager[/manager] IOException while loading persisted sessions: java.io.EOFException java.io.EOFException at java.

Problem with Tomcat 4.1.29 and german umlaut url-encoding

2004-08-25 Thread Thilo Krawietz
Hi folks, i actually face some strange phenomenon concerning tomcat and URL-encoding of german umlauts. As you may know, some browsers encode german umlauts for usage in the URL with %xx sequences for proper transportation. The problem i have now is, that i got a web application which allows the

problem with tomcat startup script in linux

2004-07-16 Thread Kamaleshwaran Sivalingam
Content-type: multipart/alternative; boundary="Next_1090005099---0-203.199.83.148-27860" This is a multipart mime message --Next_1090005099---0-203.199.83.148-27860 Content-type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inlin

Problem with tomcat 4.1.24 : java.net.SocketException: Connection reset by peer: socket write error

2004-07-01 Thread RK
Hi All I get the following error and my webserver gets hung up. After restarting the server everything works fine for a while until hangs up again. Using Tomcat 4.1.24. Help needed desperately. StandardWrapperValve[default]: Servlet.service() for servlet default threw ex

Re: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc

2004-06-23 Thread Parsons Technical Services
: "Fernando Fernandez" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, June 21, 2004 10:52 PM Subject: RE: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc > Hi Doug, > > Thanks for your suggestion.

AW: AW: Problem with Tomcat + Apache + mod_jk

2004-06-23 Thread Jens . Mueller
sendet: Dienstag, 22. Juni 2004 20:05 An: Tomcat Users List Betreff: Re: AW: Problem with Tomcat + Apache + mod_jk first you seem to have a problem with those 302 responses from tomcat. you have to fix that first. i'm using tomcat5 + apache2 + mod_jk2. in my setup, the chunked header

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 (Bisapi_r

Re: AW: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread ming fang
om the apache or from the tomcat? When it comes from tomcat, it is possible to disable this 'feature'`? Greets Jens -Ursprüngliche Nachricht- Von: ming fang [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Juni 2004 15:10 An: Tomcat Users List Betreff: Re: Problem with Tomcat

AW: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
t? When it comes from tomcat, it is possible to disable this 'feature'`? Greets Jens -Ursprüngliche Nachricht- Von: ming fang [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Juni 2004 15:10 An: Tomcat Users List Betreff: Re: Problem with Tomcat + Apache + mod_jk it looks li

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 comm

Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
Without Apache and mod_jk it works fine, so the application is clean. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread ming fang
Mail von extern mit internem Absender ***Problem with Tomcat + Apache + mod_jk Hello List, I have a problem with Tomcat 4.1.27, Apache 1.3.26, mod_jk 1.2.5, JDK1.4.2. Somethimes the Apache sends a wrong HTTP-Answer and I'll see the following HTTP-Header in the browser: #3>Apache Tomca

Problem with Tomcat + Apache + mod_jk

2004-06-22 Thread Jens . Mueller
ECTED] Betreff: *** Mail von extern mit internem Absender ***Problem with Tomcat + Apache + mod_jk Hello List, I have a problem with Tomcat 4.1.27, Apache 1.3.26, mod_jk 1.2.5, JDK1.4.2. Somethimes the Apache sends a wrong HTTP-Answer and I'll see the following HTTP-Header in the browser: #3>

RE: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc

2004-06-21 Thread Fernando Fernandez
to:[EMAIL PROTECTED] Sent: Sunday, June 20, 2004 3:54 PM To: Tomcat Users List Subject: Re: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc Do a chgrp -R youruser tomcatBaseDir and a chusr -R youruser tomcatBaseDir To have the tomcat directory structure that is owned and belongs t

Problem with Tomcat + Apache + mod_jk

2004-06-21 Thread Jens . Mueller
Hello List, I have a problem with Tomcat 4.1.27, Apache 1.3.26, mod_jk 1.2.5, JDK1.4.2. Somethimes the Apache sends a wrong HTTP-Answer and I'll see the following HTTP-Header in the browser: #3>Apache Tomcat/4.1.27 HTTP/1.1 302 Moved Temporarily Date: Fri, 18 Jun 2004 11:23:55 GM

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

2004-06-21 Thread Leif Mortenson
I have been using version 4.1.18 along with the newest isapi_redirect.dll at (Bthe time it was installed for the past year or. Recently to resolve an (Bunrelated problem we upgraded to Tomcat 4.1.30 and isapi_redirect.dll 1.2.5 (Band have been testing things out on our test servers. (B (BThis

Re: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc

2004-06-20 Thread Parsons Technical Services
> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, June 20, 2004 1:28 PM Subject: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc > Hi all, > > I found a problem that might be more of a jsvc problem than a tomcat > issue. But perhaps someone has

  1   2   3   4   5   6   >