Problem with tomcat configuration

2005-10-06 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: 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

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

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

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

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 context path=/myAppName . ... ... /context which I am using for

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

response.sendError() problem on Tomcat 5.5.9

2005-08-27 Thread Garret Wilson
logged that Java makes it to the response.sendError() but not past it. Firefox WebDeveloper 0.9.3 tells me I'm getting back a 200 OK rather than a 404. Is there a Tomcat problem, or am I missing something really obvious? Cheers, Garret

URL decoding problem in Tomcat

2005-08-19 Thread jonas skrebys
Dear Tomcat experts :) I have encountered a problem and I have fallen into despair to solve it myself :( I'd appreciate it very much for an advice. I run Tomcat 4.1.31 release under Windows XP. I have a jsp application that exposes *.jpg files to clients. Client receives a piece of HTML

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

Problem Running Tomcat on Russian MS Windows

2005-07-28 Thread CW Lee
Good morning, I am facing problems running Tomcat on the Russian version of MS Windows. There are a few questions which i hope helpful users here can answer. 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

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

Problem running tomcat with a CMS application

2005-07-26 Thread Patrick saad
Hy, I am trying to run a CMS program called magnolia on my http://localhost:8080/magnolia/ I made sure that everything is installed properly: tomcat 4.1.31, mysql. I downloaded the .war file and dropped it in my webapps folder. I also made sure that my environment variables for CATALINA HOME are

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
: Patrick saad [mailto:[EMAIL PROTECTED] Sent: 26 July 2005 15:39 To: tomcat-user@jakarta.apache.org Subject: Problem running tomcat with a CMS application Hy, I am trying to run a CMS program called magnolia on my http://localhost:8080/magnolia/ I made sure that everything is installed properly

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

Problem running Tomcat on Windows 64-Bit Edition

2005-07-21 Thread Spors, Jeffrey R
I am trying to run Tomcat 5.5.9 as a service on Windows Server 2003 64-Bit Edition. The following scenarios work fine: - 32-bit JDK and Tomcat 5.5 running as a service and using startup.bat - 64-bit JDK and Tomcat 5.5 using startup.bat However, I can't run 64-bit JDK and Tomcat 5.5 as a

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

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

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

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

2005-07-12 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

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 ResourceParams element references the correct driver class (don't use a DataSource class here). In your case, I think that

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

2005-06-12 Thread Suraj Sashidharan
! From: David Smith [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org 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

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]

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

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

2005-06-11 Thread Parsons Technical Services
- From: Suraj Sashidharan [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Saturday, 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

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

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

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 (the same

Problem in Tomcat startup

2005-05-31 Thread Ram Sriram
Hi, I have been using Tomcat for some time. Recently my machine crashed and I had to reinstall the entire environment. When I do startup of Tomcat, I get an error. I am attaching the screen when I do startup. Can anyone help me with this? Thanks...Ram

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

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

RE: Problem with Tomcat 5.5.9

2005-05-25 Thread Steve Kirk
. 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: We have a java web application running under

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

Problem in Tomcat installation in HP-UX

2005-05-13 Thread Kurt Kurniawan
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 servets and jsp pages i get errors! I get the following errors when running startup.sh in hp-ux in catalina.out log: SEVERE: Exception starting filter Compression

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

RE: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-05-12 Thread Arup Vidyerthy
To: Tomcat Users List Subject: Re: UTF-8 Problem with Tomcat 5.0.27 and POST 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

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

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

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(YOUR_STRING_HERE,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,

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

Problem Binding Tomcat to Ports 80/443

2005-04-26 Thread Craig
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. I'm getting

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
PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, April 26, 2005 6:18 AM Subject: Problem Binding Tomcat to Ports 80/443 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

Problem building Tomcat 5.5.9 Source in Solaris 9

2005-04-19 Thread capa
Hi, I try to build de source of Tomcat 5.5.9 in Solaris 9 with j2sdk1.4.2_05 and Ant 1.6.2. I found this error in the building: Thanks for any help. build-catalina: [echo] == Building: catalina in /development/developer/tomcat/jakarta-tomcat-5/build flags: flags.display:

Nested tag problem in tomcat 5.0.29..Please help

2005-04-07 Thread Narayan, Satya
Hi all, I am having problem compiling jsp pages with nested struts tags. Is this a known error ? I have a bean tag within a html tag which is causing a problem. I tried the same web application in 4.1.29 it works perfectly fine but with 5.0.29 and 5.0.28 it gives unable to

RE: Nested tag problem in tomcat 5.0.29..Please help

2005-04-07 Thread Folashade Adeyosoye
Can you post a sample code -Original Message- From: Narayan, Satya [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 2:10 AM To: tomcat-user@jakarta.apache.org Subject: Nested tag problem in tomcat 5.0.29..Please help Hi all, I am having problem compiling jsp

Nested tag problem in tomcat 5.0.29

2005-04-06 Thread Narayan, Satya
Hi all, I am having problem compiling jsp pages with nested struts tags. Is this a known error ? It says Unable to compile class for JSP Generated servlet error: %CATALINA_HOME%\work\Catalina\localhost\test\org\apache\jsp\ui\Showjsp.j ava:124:

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

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

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

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

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: Configuration Problem in Tomcat for HTTPS

2005-03-15 Thread suryadevara dushyanth
Sanjeev, How can i set the path for the keystore in server.xml? --- Sanjeev Srivastava [EMAIL PROTECTED] wrote: Hi Dushyanth, Have you created server.keystore, also are you specifing the right path in server.xml for the server.keystore. Check this, your problem will be solved. In

Re: Configuration Problem in Tomcat for HTTPS

2005-03-15 Thread Sanjeev Srivastava
Dushyanth! Have you created server.keystore using keytool..? In server.xml check the code below and provide the path to KeystoreFile and put the password. keystoreFile=/cm/de/cfg/server.keystore keystorePass=changeit Make sure the 443 or 8443 should be same in port 80 and port

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread suryadevara dushyanth
I have modified the server.xml and removed the comments for ssl connector on port 8443. I generated a self signed certificate in the path of java_home. This is the procedure given in http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html. After modifying the server.xml for testing I typed

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread Antony Paul
If you followed instruction in the tomcat docs the key will be stored in the users home directory. In windows it will be in c:\documents and settings\username\.keystore . By default Tomcat looks at this location for the key. Are you getting any error in logs ?. On Mon, 14 Mar 2005 05:09:27

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread suryadevara dushyanth
No I am not getting any errors in logs. --- Antony Paul [EMAIL PROTECTED] wrote: If you followed instruction in the tomcat docs the key will be stored in the users home directory. In windows it will be in c:\documents and settings\username\.keystore . By default Tomcat looks at this

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread Jason Bainbridge
On Mon, 14 Mar 2005 12:04:55 -0800 (PST), suryadevara dushyanth [EMAIL PROTECTED] wrote: No I am not getting any errors in logs. Where exactly is your .keystore? You are best putting it somewhere simple and then referencing it with the parameter keystoreFile in the connector for the SSL. As a

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread Sanjeev Srivastava
Hi Dushyanth, Have you created server.keystore, also are you specifing the right path in server.xml for the server.keystore. Check this, your problem will be solved. In case of any problem, do let me know... Cheers!, Sanjeev --- suryadevara dushyanth [EMAIL PROTECTED] wrote: No I am not

Configuration Problem in Tomcat for HTTPS

2005-03-13 Thread suryadevara dushyanth
Hi, I am trying to configure my Tomcat with https support. I tried in two versions of tomcat. Tomcat 5 I followed the process as given by the documentation but https is not working as i typed in the url https://localhost:8443; I am getting page not available. Tomcat 4.1.29 I followed the

Re: Configuration Problem in Tomcat for HTTPS

2005-03-13 Thread Bill Barker
Urm, not really enough info here to help you. Of course I'm assuming that you've already read http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html. Beyond that, you can try setting your logging category (log4j/java.util.logging config) for 'org.apache.tomcat.net.jsse' to DEBUG to

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

problem on Tomcat 3.3.1a: hang

2005-03-08 Thread Marcus Nugroho
Hi All, We are implementing CRM application using Tomcat as a web server : The platform and version : - Jakarta Tomcat 3.3.1a - Windows 2000 Advance Server SP4 The problem is after several users logged in properly, then the next user login will hang. Any other login process after it will

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

problem installation Tomcat

2005-03-01 Thread Francesca
I have this error: Using CATALINA_BASE: C:\jakarta-tomcat-5.5.4\ Using CATALINA_HOME: C:\jakarta-tomcat-5.5.4\ Using CATALINA_TMPDIR: C:\jakarta-tomcat-5.5.4\\temp Using JAVA_HOME: C:\j2sdk1.4.2_06 log4j:WARN No appenders could be found forloggerorg.apache.catalina.startup.ClassLoaderFactory.

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

Problem Configuring Tomcat 5.0.28 and IIS5.0

2005-02-11 Thread Kumar, Modha
Hi All I am trying to configure IIS5 with tomcat5.0.28. My tomcat works fine. I have tested IIS http://localhost/ http://localhost/ it shows the IIS page fine. However if I try to access jsp-examples http://localhost:8080/jsp-examples/jsp2/el/basic-arithmetic.jsp

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

classloader problem in tomcat 5

2005-01-04 Thread ssk 2001
Hi, I can able to start the tomcat5 ,but when i give the url it gives null pointer exception error I think it is due to class loader problem , can any suggest on this... ServletContext classloader[0]: class sun.misc.Launcher$ExtClassLoader ServletContext classloader[1]: class

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

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

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

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:

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

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 (£)

Re: Currency Problem with Tomcat on Windows

2004-12-15 Thread Giuseppe Briotti
What about the settings on the clients? This randomly means randomly on the same client at different time? Did you check this? G. == Date: Wed, 15 Dec 2004 14:57:34 + From: John Gardner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Currency Problem

problem starting tomcat 5.5 /jdk1.3.1_11

2004-12-13 Thread birendar . waldiya
I just installed tomcat5.5 i am getting following error, Im using jdk1.3.1_11 can any body help me thanks rgds Exception in thread main java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupport ed major.minor version 48.0) at

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

  1   2   3   4   5   6   7   8   9   10   >