Re: Dependencies on extensions functionality

2012-02-04 Thread Violeta Georgieva
Hi, The Dependencies on Extensions mechanism is described in Servlet Spec 3.0 - chapter 10.7.1. In the web application's Manifest file one should describe the following: Extension-List: extension extension-Extension-Name: name extension-Specification-Version: version

Re: How can I access tomcat's logs using my jsp?

2012-02-04 Thread Pid *
On 3 Feb 2012, at 22:47, André Warnier a...@ice-sa.com wrote: Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: How can I access tomcat's logs using my jsp? - you can create a webapp named tomcat-logs (or whatever), just by creating a new directory

Re: How can I access tomcat's logs using my jsp?

2012-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/3/12 5:47 PM, André Warnier wrote: Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: How can I access tomcat's logs using my jsp? - you can create a webapp named tomcat-logs (or whatever), just

Re: Dependencies on extensions functionality

2012-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Violetta, On 2/3/12 8:25 AM, Violeta Georgieva wrote: I have a web application that specifies in the Manifest that wants to use an extension. I specify catalina.ext.dirs to point to the directory where I placed my extensions jar files. What is

Re: Form Authentication POST data not preserved?

2012-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 2/3/12 5:59 PM, Jess Holle wrote: Or could this be getting loused up by having a servlet request filter that calls getParameterMap() first thing? I'd *assume* not -- as that would be pretty hokey... Probably not: Tomcat's valves

Re: Form Authentication POST data not preserved?

2012-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 2/3/12 6:26 PM, Konstantin Kolinko wrote: 2012/2/4 Jess Holle je...@ptc.com: I posted a query recently wherein I thought that POST data was being lost *only* if the user had been authenticated, their session timed out, and then

Re: Dependencies on extensions functionality

2012-02-04 Thread Violeta Georgieva
Hi, Here is how one can reproduce the scenario: 1. Start Tomcat 2. Put attached war in webapps folder 3. In the console the following error message is printed: INFO: Deploying web application archive C:\apache-tomcat-7.0.25\webapps\test-web-app.war Feb 4, 2012 10:41:44 PM

Re: Form Authentication POST data not preserved?

2012-02-04 Thread Jess Holle
Yes, I'm using Tomcat authentication. Yes, the issue is after authentication on the POST retry. On 2/4/2012 12:27 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 2/3/12 5:59 PM, Jess Holle wrote: Or could this be getting loused up by having a servlet

Windows Service Start Fails at Command Line

2012-02-04 Thread Bill Rebey
Using 6.35 of Tomcat, the line tomcat6.exe //RS//Tomcat6 fails to start Tomcat. It tries, but it stops very early with this in the commons-daemon-date.log file: [2012-02-04 20:50:32] [info] Commons Daemon procrun (1.0.7.0 32-bit) started [2012-02-04 20:50:32] [info] Running 'Tomcat6'

Re: Dependencies on extensions functionality

2012-02-04 Thread Casper Wandahl Schmidt
Den 05-02-2012 08:18, Violeta Georgieva skrev: I'm attaching again the examples cause I think that one of them was not attached very well. The list strips attachments so you need to upload the files somewhere (eg. rapidshare) and give us a link to download it :) 2012/2/4 Violeta