Re: Auth incorrectly redirects to img file

2008-07-29 Thread Jerry Atrick
ay to do an exclusion? or should i modify my jsp directory? thanks for your help! Junos On Tue, Jul 29, 2008 at 2:49 PM, Felix Schumacher < [EMAIL PROTECTED]> wrote: > Am Dienstag, den 29.07.2008, 13:44 -0400 schrieb Jerry Atrick: > > OK, a bit more info. > > > &g

Re: Auth incorrectly redirects to img file

2008-07-29 Thread Jerry Atrick
ogin, the site.css file is not loaded. But when I login, it attempts to redirect and dumps the actual site.css file to the browser. config problem?? Junos On Mon, Jul 28, 2008 at 5:14 PM, Jerry Atrick <[EMAIL PROTECTED]> wrote: > > When attempting to log into a standard form-based

Auth incorrectly redirects to img file

2008-07-28 Thread Jerry Atrick
When attempting to log into a standard form-based login field, I'm always redirected to an image folder. My folder layout: /img /web-inf/ /web-inf/web.xml /index.jsp /login.jsp /error.jsp setup: Spring2.5/tiles2/tomcat5.5 in my web.xml: [code] Security Constraint Protected Pages

Retrieving tomcat log files within war

2008-07-24 Thread Jerry Atrick
Is there a way to programmically retrieve the tomcat log files? I can reconstruct the log location by doing a new File(System.getProperty("catalina.base")), logFileIwant ) but I'm wondering if there's a better way... Anyone had any experience with doing this?

Re: retrieving tomcat info from within a war

2008-07-24 Thread Jerry Atrick
Awesome, that worked perfectly! On Thu, Jul 24, 2008 at 5:56 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Jerry Atrick" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, July 23, 2008 10:51 PM > Subject: retrieving tomcat i

retrieving tomcat info from within a war

2008-07-23 Thread Jerry Atrick
Is there a way to retrieve tomcat version/info from within a War file? I actually would prefer this to be web container agnostic, but I'm working with Tomcat, so that's where I will start. I know that the manager does almost exactly what I want when going to: http://localhost:8080/manager/serverin