Amazing stuff with Tomcat

2008-08-09 Thread Johnny Kewl
We now doing absolutely incredible stuff with Tomcat... and I just want to show you where we at. For those that dont know... we made Tomcat not only do our web stuff, Tomcat is also our application server... But have a look at this to see just how interesting this has become... We now make ou

RE: https & j_security_check

2008-08-09 Thread Julio César Chaves Fernández
Yes, i'm logging over https ...without https the application authenticates the user and then calls for an action (with struts) ... but with https the application returns to the login page ... it's like nothing had happened. > Date: Sat, 9 Aug 2008 17:37:10 +0100> From: [EMAIL PROTECTED]> To: >

Re: Can't start tomcat within Eclipse.

2008-08-09 Thread Sam Wun
On Sun, Aug 10, 2008 at 3:41 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Sam Wun" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Saturday, August 09, 2008 6:31 PM > Subject: Re: Can't start tomcat within Eclipse. > > >> Hi, >> >> this is a follow up of

Re: Can't start tomcat within Eclipse.

2008-08-09 Thread Sam Wun
thansk for the response, it is actually a typo when I type it in the email here. In eclipse, I use \ instead of / Thansk On Sun, Aug 10, 2008 at 3:41 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Sam Wun" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent:

Re: Would like to monitor memory use offline

2008-08-09 Thread Richard S. Huntrods
Richard, Richard S. Huntrods wrote: |public static Vector listLookup(String table) { | //Connection connection = null; // connection is managed by a | connection pool So, is 'connection' a local or not? It's part of my code (I use my own connection pool class) but not to the DBMS co

Re-opening the browser

2008-08-09 Thread Tokajac
Hello! I'm working on password recovery part of my webapp. It is done with Tomcat server and j_security_check. When i mistype the password 3 times for username, the service sends the activation link to the e-mail address of that user. I find the link in my mailbox and when i click it, in the NEW

Re: Can't start tomcat within Eclipse.

2008-08-09 Thread Johnny Kewl
- Original Message - From: "Sam Wun" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, August 09, 2008 6:31 PM Subject: Re: Can't start tomcat within Eclipse. Hi, this is a follow up of the problem I am having. In Ecllipse: I defined JAVA_HOME in eclipse as C:/Program Fil

Re: https & j_security_check

2008-08-09 Thread Mark Thomas
Julio César Chaves Fernández wrote: but my problem is when the user and password are right ... i doesn't takes me to the site but leaves me again in the login page Are you logging in over https? Mark - To start a new topic,

Re: Can't start tomcat within Eclipse.

2008-08-09 Thread Sam Wun
Hi, this is a follow up of the problem I am having. In Ecllipse: I defined JAVA_HOME in eclipse as C:/Program Files/Java/jdk1.6.0_10/lib/tools.jar TOMCAT_HOME as C:/apache-tomcat-5.5.17 Still in Eclipse: In the Tomcat option -> JVM Settings, I choose JRE1.6.0_07 for JRE, and C:/Program Files/Java

RE: https & j_security_check

2008-08-09 Thread Julio César Chaves Fernández
Yes, it is the way it's designed ... but my problem is when the user and password are right ... i doesn't takes me to the site but leaves me again in the login page (this when I have https, without it the application works fine)... with the redirection to the form-error page defined in the web

Can start tomcat within Eclipse.

2008-08-09 Thread Sam Wun
sorry about the preivous email with a different subject. Here is the quest with the right subject name: Hi, I have just configured Eclipse 3.4 with tomcat in windows vista. The environemt is running JDK1.6 and JRE 1.5, but I have selected jdk1.6 for the enviornemt. When I press the Start Tomcat me

Re: How to programmatically add parameters to ServletRequest objects?

2008-08-09 Thread Sam Wun
Hi, I have just configured Eclipse 3.4 with tomcat in windows vista. The environemt is running JDK1.6 and JRE 1.5, but I have selected jdk1.6 for the enviornemt. When I press the Start Tomcat menu in the Eclispe menu bar, it thrown the following exception in the Eclispe console: 10/08/2008 12:51:1

Re: Problem with POST to servlet: 16384 bytes maximum?

2008-08-09 Thread Konstantin Kolinko
2008/8/7 Michele Fuortes <[EMAIL PROTECTED]>: > Hi, > > I have a problem with POSTing an XML file to a servlet which writes the XML > to disk. If the XML file is less than 16384 bytes all goes well. If it's > bigger the first 16384 bytes are written correctly, the rest all all 00s. > The lenght of

Re: Possible virus uploaded to Tomcat 5.5.3

2008-08-09 Thread Mark Thomas
Warren Bell wrote: Mark Thomas wrote: Another thought occurs to me. If this server is only accessible via the firewall and the firewall is locked down to just port 8080 how did you get the source for the JSP you posted originally? Through a VPN connection No questions here - just checking m

request for enlightenment on request.getHeaders()

2008-08-09 Thread André Warnier
Hi. Following another thread with the subject "How to programmatically add parameters to ServletRequest objects?", I have a couple follow-up questions. This is related to a HttpServletRequestWrapper-derived class I wrote for a filter. I would like to make sure of precisely how I have to handle