RE: Problem with Log4J starting TOMCAT 5.5.9

2005-05-06 Thread Joy Kenneth Harry
Remove the commons-logging.jar from WEB-INF\lib and place log4j.jar in it And Place log4j.xml in WEB-INF\classes folder Joy Kenneth -Original Message- From: Alex Pure [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 8:41 PM To: Tomcat Users List Subject: RE: Problem

Re: Problem with Log4J starting TOMCAT 5.5.9

2005-05-06 Thread =?ISO-8859-1?Q?Rog=E9rio_Saulo?=
folder Joy Kenneth -Original Message- From: Alex Pure [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 8:41 PM To: Tomcat Users List Subject: RE: Problem with Log4J starting TOMCAT 5.5.9 my english es bad puede ser por que has instalado tu TomCat/Java como usuario

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 with compilation of jsp

2005-04-26 Thread Anto Paul
On 4/26/05, vishwam [EMAIL PROTECTED] wrote: hi i hhave installed new apache tomcat on my system, iam facing problem when executing jsp files i have set classpath as C:\Java\jdk1.5.0\lib;C:\Program Files\Java\jre1.5.0\lib;C:\Program Files\Apache Software Foundation\Tomcat

RE: problem with compilation of jsp

2005-04-26 Thread Raghupathy,Gurumoorthy
Please look at the list. This is because Tomcat has been installed on program files a directory with spaces ... Please install tomcat in a directory without space c:\Server\Tomcat and you should be fine Regards Guru -Original Message- From: vishwam [mailto:[EMAIL PROTECTED] Sent: 26

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 compilation of jsp

2005-04-26 Thread vishwam
the problem has been solved by copying the tools.jar file from $java_home/lib to $catalina_home/common/lib/ thanks for the reply to all - Original Message - From: vishwam [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, April 26, 2005 4:02 PM Subject: problem with

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-22 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository However, if you add a reference to the actual jar file (eg, shared.loader=${catalina.home}/shared/lib/velocity-dep-1.3.1

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-22 Thread Akoulov, Alexandre [IT]
To: Tomcat Users List Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-22 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository Please let me know what you think It doesn't really matter what I think - I'm not a Tomcat developer. If you believe

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository ClassLoaderFactory#createClassLoader(File unpacked[], File packed[], URL urls[], ClassLoader parent) is the actual method

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Akoulov, Alexandre [IT]
, 21 April 2005 9:27 PM To: Tomcat Users List Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Sent: 2005 April 21, Thursday 19:48 Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository I still think it is a bug!!! Read the javadoc for the class in question. (The full

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Akoulov, Alexandre [IT]
To: Tomcat Users List Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Sent: 2005 April 21, Thursday 19:48 Subject: RE: Problem with the classloader in jakarta-tomcat-5.0.28

RE: problem with installing tomcat in linux

2005-04-11 Thread Sir John Nueva
Did you set up CATALINA_HOME pointing to the tomcat folder? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 6:30 PM To: tomcat-user@jakarta.apache.org Subject: problem with installing tomcat in linux hi, I have a problem with

Re: problem with installing tomcat in linux

2005-04-11 Thread Cédric Buschini
hi, if errors occur when you try to start the server you have to set variable such as $CATALINA_HOME and $JAVA_HOME. I've do it adding in /etc/profile CATALINA_HOME=/path/to/bin JAVA_HOME=/path/to/jdkXX export CATALINA JAVA_HOME and it works [EMAIL PROTECTED] wrote: hi, I have a

Re: problem with installing tomcat in linux

2005-04-11 Thread Shaik . ShabeenaImam
yes i did exported those env variables. but still i am getting the following error Cannot find ./catalina.sh This file is needed to run this program I have even checked for the file permission mode. and also tried these commands #dos2unix startup.sh ... Still i am not getting. hi,

Re: problem with installing tomcat in linux

2005-04-11 Thread Paul Puschmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: yes i did exported those env variables. but still i am getting the following error Cannot find ./catalina.sh This file is needed to run this program I have even checked for the file permission mode. and also tried

Re: problem with installing tomcat in linux

2005-04-11 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: yes i did exported those env variables. but still i am getting the following error Cannot find ./catalina.sh This file is needed to run this program Executables, including shell scripts, are only found if they're in your PATH. Either add the $CATALINA_HOME/bin directory to

Re: problem configuring context resource in Tomcat 5.0 for mysql connector/j

2005-04-08 Thread junker
Doug, You are a saint! I had set the wrong ip address set for the mysql user. I feel a little stupid for overlooking this. It reminded of a problem I encountered when I first started working - could not figure out why I could not get onto the company network, tried everything! Turned out the

Re: problem configuring context resource in Tomcat 5.0 for mysql connector/j

2005-04-07 Thread Parsons Technical Services
You need to setup the user in the database. If you log into the database and switch to the mysql database. The do a select * from users you will see the users are defined with either localhost, %, or an IP. You will need to have the javauser setup to use the % (anywhere) or better the IP of the

Re: Problem with SSL

2005-03-27 Thread Mark Thomas
The problem appears to be that no client certificate is presented by your client. Do you get prompted by your browser to specify a client certificate? Browsers may be configured not to prompt for a certificate in any or all of the following cases: - No client certs have been imported into the

Re: Problem with SSL

2005-03-27 Thread bar_rin
By right the client should not be asked to present a cert because my server.xml setting is set to clientAuth=false --- Mark Thomas [EMAIL PROTECTED] wrote: The problem appears to be that no client certificate is presented by your client. Do you get prompted by your browser to specify a

Re: Problem with SSL

2005-03-27 Thread Mark Thomas
From the Tomcat documentation: quote clientAuth Set to true if you want the SSL stack to require a valid certificate chain from the client before accepting a connection. A false value (which is the default) will not require a certificate chain unless the client requests a resource protected by

Re: Problem with SSL

2005-03-27 Thread bar_rin
I tried setting it to true and it still does not work. --- Mark Thomas [EMAIL PROTECTED] wrote: From the Tomcat documentation: quote clientAuth Set to true if you want the SSL stack to require a valid certificate chain from the client before accepting a connection. A false value

Re: Problem with SSL

2005-03-27 Thread Mark Thomas
If you don't want the clients to have to provide a client certificate, don't specify CLIENT-CERT in your web.xml Mark [EMAIL PROTECTED] wrote: I tried setting it to true and it still does not work. --- Mark Thomas [EMAIL PROTECTED] wrote: From the Tomcat documentation: quote clientAuth Set to

Re: Problem with SSL

2005-03-27 Thread bar_rin
Hey it works! Thank you for enlightening me. But i would like to know why it works. If you can point me to some resources to explain this. I think in order for the client server to communicate over SSL the crucial setting is transport-guaranteeINTEGRAL/transport-guarantee NONE will mean no SSL.

Re: Problem with SSL

2005-03-27 Thread Mark Thomas
The resource you are looking for is the relevant servlet specification. See http://java.sun.com/products/servlet/reference/api/index.html The spec is *required* reading for anyone developing with servlets. Be aware that INTEGRAL does not require the data to be encrypted, only that the integrity

RE: Problem with error-handling

2005-03-26 Thread Ramu, Vinod
Hi, This what I did 1. I added below configuration error-page exception-typejava.sql.SQLException/exception-type location/index.html/location /error-page 2. Then added below lines to my doPost() throw new ServletException(SQLException, new SQLException());

RE: Problem with error-handling

2005-03-26 Thread bar_rin
yeah it works. But i still cannot understand why my code does not work. Theoretically my code should work right? --- Ramu, Vinod [EMAIL PROTECTED] wrote: Hi, This what I did 1. I added below configuration error-page exception-typejava.sql.SQLException/exception-type

RE: Problem with error-handling

2005-03-26 Thread Ramu, Vinod
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 26, 2005 8:17 PM To: Tomcat Users List Subject: RE: Problem with error-handling yeah it works. But i still cannot understand why my code does not work. Theoretically my code should work right? --- Ramu, Vinod [EMAIL

RE: Problem with error-handling

2005-03-26 Thread bar_rin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 26, 2005 8:17 PM To: Tomcat Users List Subject: RE: Problem with error-handling yeah it works. But i still cannot understand why my code does not work. Theoretically my code should work right? --- Ramu, Vinod [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 migrating from 4.1.30 to 5.5.7

2005-03-24 Thread George Sexton
The conf/serviceName/hostname directory George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Hay, Markus [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 11:10 AM To: tomcat-user@jakarta.apache.org Subject: Problem

Re: Problem with BASIC authentication

2005-03-17 Thread Lionel Farbos
Hi, Compared to Manager's web.xml, it seems you don't have the section resource-env-ref with the link to your user DataBase. Perhaps, try to put the role names without a - (rather a _ or nothing) Cheers. On Thu, 17 Mar 2005 10:49:29 +0530 Karanjkar, Sanjay V \(IT\) [EMAIL PROTECTED] wrote:

RE: Problem with BASIC authentication

2005-03-17 Thread Karanjkar, Sanjay V \(IT\)
Farbos [mailto:[EMAIL PROTECTED] Sent: 17 March 2005 09:58 To: Tomcat Users List Cc: Karanjkar, Sanjay V (IT) Subject: Re: Problem with BASIC authentication Hi, Compared to Manager's web.xml, it seems you don't have the section resource-env-ref with the link to your user DataBase. Perhaps, try

Re: Problem with BASIC authentication

2005-03-17 Thread Parsons Technical Services
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, March 17, 2005 12:19 AM Subject: RE: Problem with BASIC authentication Hi, Anyone had a chance to look at this one yet? Thanks Sanjay -Original Message- From: Karanjkar, Sanjay V (IT) Sent: 15 March 2005 11:19 To: tomcat-user

Re: Problem with BASIC authentication

2005-03-17 Thread Lionel Farbos
Message- From: Lionel Farbos [mailto:[EMAIL PROTECTED] Sent: 17 March 2005 09:58 To: Tomcat Users List Cc: Karanjkar, Sanjay V (IT) Subject: Re: Problem with BASIC authentication Hi, Compared to Manager's web.xml, it seems you don't have the section resource-env-ref with the link

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 with BASIC authentication

2005-03-16 Thread Karanjkar, Sanjay V \(IT\)
Hi, Anyone had a chance to look at this one yet? Thanks Sanjay -Original Message- From: Karanjkar, Sanjay V (IT) Sent: 15 March 2005 11:19 To: tomcat-user@jakarta.apache.org Subject: Problem with BASIC authentication Hi, I have the following setup: 1. A copied version of Tomcat

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 with Xerces, Xalan with Tomcat 5.0

2005-03-07 Thread Derrick Koes
You need to use the endorsed standards override mechanism. http://java.sun.com/j2se/1.4.2/docs/guide/standards/ Put your DFC.jar in common/endorsed and re-try. -Original Message- From: Faine, Mark [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 4:22 PM To:

Re: Problem with Welcome File mapped to a Servlet

2005-03-04 Thread Tim Funk
See bugzilla and search for welcome-files - I believe this was talked about a few times. -Tim Andreas Schildbach wrote: Hello everyone, I'm using Tomcat 5.0 and Servlet Spec 2.4. I have defined a servlet mapping all *.html and a standard welcome file, as follows: servlet

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 ssl

2005-02-21 Thread Antony Paul
You can check whether the keystore is properly created using the following command keytool -list -alias tomcat rgds Antony Paul On 22 Feb 2005 12:24:05 +0600, Thavarajah Kurinchikumaran [EMAIL PROTECTED] wrote: Hi all, I am using tomcat as my local server. I removed some keystore files

Re: Problem: mozilla, https

2005-02-10 Thread Jason Bainbridge
On Thu, 10 Feb 2005 16:32:36 +0100, Michal Kwiatek [EMAIL PROTECTED] wrote: Dear all, I'm having a strange problem with mozilla firefox. Sometimes it cannot understand the way tomcat sends https certificate and in consequence it fails to over HTTPS. The answer (some) users get is: Couldn't

Re: Problem in war deployment

2005-02-05 Thread Mario Winterer
Hi Doug! I think eilnet.xml IS the context.xml file you mentioned! To Manoj: As Dough said, try the following: 1) Remove eilnet.xml from .../conf/{engine}/manoj.eilnet.effectsoft.local 2) Rename eilnet.xml to context.xml 3) Put it into your war-file (into the manifest directory) Make sure

Re: Problem in war deployment

2005-02-03 Thread Parsons Technical Services
Is there a reason you are using an external eilnet.xml with a war file? Do you have a context.xml in the war file? Are you sure the app is not running? If you find it is then Tomcat is trying to deploy it twice. There are some notes in the docs on this. Post the eilnet.xml and the context.xml(if

Re: Problem with HTTPServletRequest

2005-01-24 Thread Tim Funk
We need a stack trace to help you debug. Odds are - its your servlet. -Tim Peter Monz wrote: Hi All, I have quite a problem with HTTPServletReuquest in some Servlets sometimes. Sometimes if I access HTTPServletRequest in Servlet I get only a null-Pointer and my Servlet crashes. But I can see in a

Re: Problem with HTTPServletRequest

2005-01-24 Thread Christoph Kutzinski
Hi, Peter Monz wrote: Hi All, I have quite a problem with HTTPServletReuquest in some Servlets sometimes. Sometimes if I access HTTPServletRequest in Servlet I get only a null-Pointer and my Servlet crashes. But I can see in a HTTP-trace, created with a spy programm that the date will be sent from

Re: problem with Basic authentication -- no window to login

2005-01-21 Thread Ashish Kulkarni
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, January 21, 2005 12:20 AM Subject: RE: problem with Basic authentication -- no window to login assuming you're using linux.. I encountered this problem in mozilla 1.6... downloaded 1.7 version and login window appeared

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Aris Javier
what browser ar you using? -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 6:24 AM To: tomcat-user@jakarta.apache.org Subject: problem with Basic authentication -- no window to login Hi i was able to make my application work with form

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Ashish Kulkarni
I have tried internet explorer and mozilla Ashish --- Aris Javier [EMAIL PROTECTED] wrote: what browser ar you using? -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 6:24 AM To: tomcat-user@jakarta.apache.org Subject: problem

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Aris Javier
assuming you're using linux.. I encountered this problem in mozilla 1.6... downloaded 1.7 version and login window appeared! =) -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 11:21 AM To: Tomcat Users List Subject: RE: problem with Basic

Re: problem with Basic authentication -- no window to login

2005-01-20 Thread Parsons Technical Services
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, January 21, 2005 12:20 AM Subject: RE: problem with Basic authentication -- no window to login assuming you're using linux.. I encountered this problem in mozilla 1.6... downloaded 1.7 version and login window appeared

Re: Problem with including JspC generated web.xml fragment

2005-01-18 Thread Thomas Chille
[EMAIL PROTECTED] wrote: JspC can acually edit web.xml? Where is this documented? I can't find any documentation of the jasper2 task except the old outdated jspc task (including all the options/attributes) that is included with Ant. Hi, i think JSPC can not merge the web.xml-fragment into the

Re: Problem with including JspC generated web.xml fragment

2005-01-18 Thread Tim Funk
My snippet does 2 things. 1) Merges the servlet names and mappings into web.xml 2) creates a file containing all the mappings done in 1 The 2 are independent from one another. But I like to see the snippet created by the JSPC task by iteslef occasionally for when bad things happen. The jasper2

Re: Problem with including JspC generated web.xml fragment

2005-01-18 Thread Thomas Chille
On Tue, 18 Jan 2005 06:43:16 -0500, Tim Funk [EMAIL PROTECTED] wrote: My snippet does 2 things. 1) Merges the servlet names and mappings into web.xml 2) creates a file containing all the mappings done in 1 Hi Tim, can you please provide this snippet, maybe direct to me? I googled around a

Re: Problem with including JspC generated web.xml fragment

2005-01-18 Thread Andreas Schildbach
Tim Funk wrote: The jasper2 task edits web.xml in place. That being said, make sure your build process creates a build directory. Copies all we resources to the build directory (including web.xml), then compile and classes to WEB-INF/classes (or compile and jar them), then run the jasper2 task

Re: Problem with including JspC generated web.xml fragment

2005-01-18 Thread Thomas Chille
On Tue, 18 Jan 2005 17:00:54 +0100, Andreas Schildbach [EMAIL PROTECTED] wrote: Sorry, it still does not work. You have still to specify the webXmlFragment-attribute. Without this i'm getting a NullpointerException too. @Tim: i found your snippet and now its works for me too :) It's funny how

Re: Problem with including JspC generated web.xml fragment (solved)

2005-01-18 Thread Andreas Schildbach
You have still to specify the webXmlFragment-attribute. Without this i'm getting a NullpointerException too. Thanks to the help of both of you, I finally managed to get it to work. You'll find my complete Ant target at the bottom of this post. From the perspective of a user I'd like to provide

Re: Problem with including JspC generated web.xml fragment

2005-01-17 Thread Tim Funk
Odd, I do not have this problem. Make sure you are building to a scratchpad. This means your web.xml is copied to a new location before you precompile. Then JSPC can edit it in place and you no not lose any of your changes. To get around the relative pathing issue - prefix your build with

Re: Problem with including JspC generated web.xml fragment

2005-01-17 Thread Andreas Schildbach
Tim Funk wrote: Odd, I do not have this problem. Make sure you are building to a scratchpad. This means your web.xml is copied to a new location before you precompile. Then JSPC can edit it in place and you no not lose any of your changes. To get around the relative pathing issue - prefix your

Re: Problem with including JspC generated web.xml fragment

2005-01-17 Thread Tim Funk
I haven't read the docs for this so I am very surprised it wasn't there. The source for JSPC is very easy to read. Anything that is a set method can be called via ant. With luck - I might find some time to update the docs for this one. -Tim Andreas Schildbach wrote: Tim Funk wrote: Odd, I do

Re: Problem with including JspC generated web.xml fragment

2005-01-17 Thread Andreas Schildbach
Tim Funk wrote: I haven't read the docs for this so I am very surprised it wasn't there. The source for JSPC is very easy to read. Anything that is a set method can be called via ant. With luck - I might find some time to update the docs for this one. Actually the semantics is more unclear

Re: Problem with mod_jk 1.2 - 500 Internal Server Error

2005-01-13 Thread Mladen Turk
Pat Maddox wrote: I'm using JBoss 4.0.1 with integrated Tomcat 5, and I'm trying to connect it to Apache 2. Whenever I make a request to a resource that should be passed along to Tomcat, I get a 500 Internal Server error. Looking at the mod_jk.log shows: [Thu Jan 13 13:45:34 2005]

Re: Problem with mod_jk 1.2 - 500 Internal Server Error

2005-01-13 Thread Pat Maddox
Well, I managed to get it. And I feel unbelievably stupid (as is the case with most problems). The simple fix is worker.list=default rather than workers.list=default On Jan 13, 2005, at 11:03 AM, Mladen Turk wrote: Pat Maddox wrote: I'm using JBoss 4.0.1 with integrated Tomcat 5, and I'm

RE: Problem getting http redirected to https

2005-01-11 Thread James_sys
Subject: Re: Problem getting http redirected to https Since it's not working right, it would help if you showed us what you did when you configured a security-constraint in web.xml for testPage.html. did you do: user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data

RE: Problem getting http redirected to https

2005-01-11 Thread James_sys
this initialisation call as part of its default initialisation. With these two changes, http - https worked as expected. -Original Message- From: James_sys [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 10:42 To: Tomcat Users List Subject: RE: Problem getting http redirected to https Thanks, Mark

Re: Problem getting http redirected to https

2005-01-10 Thread Mark Anderson
Since it's not working right, it would help if you showed us what you did when you configured a security-constraint in web.xml for testPage.html. did you do: user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint In CATALINA_HOME/conf/server.xml, you

Re: Problem getting http redirected to https

2005-01-10 Thread Mark Anderson
James, When I replied, I failed to notice that you are running tomcat 4.1. I've never used 4.1 so I don't know if it used the same connector configuration syntax. But, I'm guessing that you need to tell the HTTP connector to redirect to the HTTPS connector. - Mark James_sys wrote: Hi, I've

Re: problem setting up JNDI

2005-01-02 Thread Brett Randall
Did you add the res ref to your web.xml? Also note you are using the older MySQL JDBC driver. --- faisal [EMAIL PROTECTED] wrote: hi guys. I m getting some problems setting up JNDI for mysql db. i ve copied mysql driver in tomcat-dir\jakarta-tomcat-5.0.19\common\lib. i ve attached my

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 Sessions...is this a Tomcat bug?

2004-12-09 Thread Christoph Kutzinski
Gabriel Belingueres wrote: Hi, I just discovered a weird thing: I have a Tomcat 4.1.12 running in my machine, which is called ale2000, and I test my app using http://localhost:8080/xx as the url (not the machine name configured in Windows) When some of the html page make a request to the app,

RE: Problem with Sessions...is this a Tomcat bug?

2004-12-09 Thread Shapira, Yoav
AM To: Tomcat Users List Subject: Re: Problem with Sessions...is this a Tomcat bug? Gabriel Belingueres wrote: Hi, I just discovered a weird thing: I have a Tomcat 4.1.12 running in my machine, which is called ale2000, and I test my app using http://localhost:8080/xx as the url

Re: Problem with Sessions...is this a Tomcat bug?

2004-12-09 Thread Wade Chandler
Gabriel Belingueres wrote: Hi, I just discovered a weird thing: I have a Tomcat 4.1.12 running in my machine, which is called ale2000, and I test my app using http://localhost:8080/xx as the url (not the machine name configured in Windows) When some of the html page make a request to the app,

RE : Problem with JAAS

2004-12-02 Thread LERBSCHER Jean-Pierre
Use tomcat env JAVA_OPTS=-Djava.security.auth.login.config=java config file to declare your login module. -Message d'origine- De : Julian Templeman [mailto:[EMAIL PROTECTED] Envoyé : jeudi 2 décembre 2004 09:56 À : [EMAIL PROTECTED] Objet : Problem with JAAS I'm evaluating an ISP that

Re: RE : Problem with JAAS

2004-12-02 Thread Julian Templeman
On Thu, 2 Dec 2004 11:36:48 +0100, LERBSCHER Jean-Pierre [EMAIL PROTECTED] wrote: Use tomcat env JAVA_OPTS=-Djava.security.auth.login.config=java config file to declare your login module. Thanks... But what I want to know is *why* it wants to use JAAS at all. *I* certainly don't want to have

RE : RE : Problem with JAAS

2004-12-02 Thread LERBSCHER Jean-Pierre
Perhaps because your configure your jaas realm in engine/host configuration. -Message d'origine- De : Julian Templeman [mailto:[EMAIL PROTECTED] Envoyé : jeudi 2 décembre 2004 11:53 À : Tomcat Users List Objet : Re: RE : Problem with JAAS On Thu, 2 Dec 2004 11:36:48 +0100, LERBSCHER

Re: Problem with JAAS

2004-12-02 Thread QM
On Thu, Dec 02, 2004 at 08:56:26AM +, Julian Templeman wrote: : I'm evaluating an ISP that uses Tomcat to host webapps, and am running : into a security problem. : : Any webapp that uses FORM authentication triggers an error from JAAS, : saying that it can't find a login configuration. I'm

RE: Problem when accessing the index file in my web Application

2004-11-24 Thread Allistair Crossley
this was a bug as far as I can remember with ROOT as the web application name. Fix: don't use 5.5.0, use 5.5.4 which is stable. Allistair -Original Message- From: inr [mailto:[EMAIL PROTECTED] Sent: 21 February 2002 21:31 To: Tomcat Users List Subject: Problem when accessing the

RE: Problem with Admin Application...

2004-11-23 Thread Shapira, Yoav
Hi, If you post the complete stack trace from the log that accompanies this 500 error, we might be able to help more. Without it, it's fairly hopeless. The admin webapp works out of the box for me ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: Quinton Delpeche

RE: problem with simultaneous query submissions

2004-11-23 Thread Phillip Qin
: RE: problem with simultaneous query submissions here is my dopost method // Code starts here public void doPost(HttpServletRequest req,HttpServletResponse res) throws IOException, ServletException { System.out.println(Inside doPost); String strQueryFlag

RE: Problem with Manager application

2004-11-23 Thread Shapira, Yoav
Hi, There's probably an older servlet.jar (not servlet-api.jar, which is the name for Servlet Spec 2.4) around somewhere on the NetBeans runtime classpath. Or possibly a bigger j2ee.jar containing servlet and other J2EE APIs. So you're on the right debugging path: multiple instances of the

Re: Problem with Admin Application (SOLVED)...

2004-11-23 Thread Quinton Delpeche
On Tuesday 23 November 2004 15:43, Quinton Delpeche wrote: Hi, For those that are interested I manage to solve this problem last night. This happens because of incorrect permissions on the admin.xml stored in /etc/tomcat5/base/Catalina/localhost/ directory. By default SuSE 9.2 sets the

Re: problem with simultaneous query submissions

2004-11-22 Thread QM
Please post a *new* message when writing to the list. Replying to an old (unrelated) message confuses thread-aware mailers, which makes your question harder to find (and thus answer). On Tue, Nov 23, 2004 at 07:13:21AM +0530, Satish Plakote wrote: : I have written a servlet that takes the

RE: problem with simultaneous query submissions

2004-11-22 Thread Satish Plakote
that causes the problem ??? rgds satish -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 7:36 AM To: Tomcat Users List Subject: Re: problem with simultaneous query submissions Please post a *new* message when writing to the list. Replying to an old

<    1   2   3   4   5   6   7   8   9   10   >