Re: Jars not being loaded from WEB-INF/lib

2006-04-09 Thread manivannan84
Have you restarted your tomcat, after placing the jar's inside WEB-INF/lib? Try setting relaod="true" in your context declaration (conf/server.xml) -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Barbara Geller <[EMAIL PROTECTED]> To: users@t

Re: Tomcat 3.2.1 + JDK 1.4

2006-04-09 Thread manivannan84
1. Check out the keystore files. 2. Verify connectors. Better upgrade your tomcat to recent one. (1.4.x or 1.5.x) -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Sandeep N <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Sun, 9 Apr 2006

Can we set the User Principal to another user once a user has been logged in??

2006-04-09 Thread Dhiraj Ramakrishnan
HI,

Re: Tomcat 3.2.1 + JDK 1.4

2006-04-09 Thread Bill Barker
Even by Tomcat's very liberal standards, you are asking about a version that has been officially unsupported in over five years ;-). If you are really lucky, there may be a grey-beard out here that remembers that far back (but, I'm not that old :). Otherwise, it's probably time to consider upg

Re: Help with filter affecting Chinese words in request parameters

2006-04-09 Thread Mike Sabroff
So, what are the differences on the machines that have the problem vs the ones that don not?? roy tang wrote: Hi, I'm new to this list, hope someone here can help. :) We're developing a webapp that should be able to accept Chinese input. We also have a filter installed in the webapp for some

Help with filter affecting Chinese words in request parameters

2006-04-09 Thread roy tang
Hi, I'm new to this list, hope someone here can help. :) We're developing a webapp that should be able to accept Chinese input. We also have a filter installed in the webapp for some auditing that we need to do per request that's processed. However, we've found that when we submit a form with Chi

Please help me check my mod_jk setup?

2006-04-09 Thread Kurt Overberg
I'm hoping that someone here can tell me if this configuration looks sane, or at least in line with what others are using. I am running Apache 1.3.33, mod_jk 1.2.15 and tomcat 5.0.28. The apache and each tomcat are running on separate RedHat ES release 4 machines (so 3 boxes total). I'm

Tomcat 3.2.1 + JDK 1.4

2006-04-09 Thread Sandeep N
I am getting error messages on the console when a https page is invoked. The error messages starts coming on the console immediately when the certificate dialog appears.If we do not respond to the certificate dialog box, error messages will continue to appear on the console and finally cau

Strange problem with startup, InvocationTargetException

2006-04-09 Thread NMCMINN
I am trying to get Liferay Portal 4.0.0RC1 up and running on an existing installation of Tomcat 5.5.12 using JDK 1.5.0_05. Everything is set up according to the instructions, but when I go to start the Tomcat server I get the following exceptions: java.lang.reflect.InvocationTargetException at sun

Re: Tomcat embedded does not show ROOT context

2006-04-09 Thread Nic Daniau
> http://localhost:6969/manager/ also gives The requested resource (/) is not available. try http://localhost:6969/manager/html On 09/04/06, Juergen Weber <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > I made a war from the Tomcat root and manager applications and startet > them > with the code

Re: 5.5.15 and JDK 1.4.2_08 to 5.5.16 andJDK 1.5.0_06 yields an extra question mark for all requests

2006-04-09 Thread Scott Dunbar
Thanks very much! Rainer Jung wrote: TC 5.5.16 problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=38113 Should be fixes in 5.5.17 (not yet realeased). Scott Dunbar wrote: Hello, I recently tried to upgrade from Tomcat 5.5.15 with the 1.4 compatibility libraries and 1.4.2_08 to 5.5.

Tomcat embedded does not show ROOT context

2006-04-09 Thread Juergen Weber
Hi everybody, I made a war from the Tomcat root and manager applications and startet them with the code below. The manager app works and it lists the Root applicatio= n as installed. But when I try to go to http://localhost:6969/ there is only The requested resource (/) is not available. I added

Re: calling ant launcher

2006-04-09 Thread Rolf Schumacher
Found a good explenation for my error here: http://www.jspwiki.org/wiki/A2AClassCastException Building a servlet that invokes Ant, one should not use the Launcher.java in favor of the Ant class Project.java: This is my invoker - assuming ant.jar, ant-launcher.jar and e.g. ant-trax.jar in WEB-I