Thanks!
-Original Message-
From: Bill Miller [mailto:millebi.subscripti...@gmail.com]
Sent: Tuesday, May 24, 2011 4:32 PM
To: 'Tomcat Users List'
Subject: RE: Static Resources - Runtime Problems
Using a filter would insert the entry point of the Servlet into an entire path
Sent: Tuesday, May 24, 2011 4:07 PM
> To: Tomcat Users List
> Subject: RE: Static Resources - Runtime Problems
>
>> From: Jay, Michael [mailto:em...@ufl.edu]
>> Subject: RE: Static Resources - Runtime Problems
>
>> I haven't mapped the .htm to anything.
>
> Actu
ge-
From: Jay, Michael [mailto:em...@ufl.edu]
Sent: May 24, 2011 4:21 PM
To: 'Tomcat Users List'
Subject: RE: Static Resources - Runtime Problems
That was gnawing at the back of my mind a little bit. So how would you have an
entry point servlet run at a simple address without consumi
4, 2011 4:07 PM
To: Tomcat Users List
Subject: RE: Static Resources - Runtime Problems
> From: Jay, Michael [mailto:em...@ufl.edu]
> Subject: RE: Static Resources - Runtime Problems
> I haven't mapped the .htm to anything.
Actually, you have:
>
> HRSurveyLogin
> From: Jay, Michael [mailto:em...@ufl.edu]
> Subject: RE: Static Resources - Runtime Problems
> I haven't mapped the .htm to anything.
Actually, you have:
>
> HRSurveyLogin
> /
>
That will send everything to HRSurveyLo
ht
conditions.
I'll try again to isolate the error.
mj
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Tuesday, May 24, 2011 2:23 PM
To: Tomcat Users List
Subject: Re: Static Resources - Runtime Problems
-BEGIN PGP SIGNED MESSAGE-
Hash
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael,
On 5/24/2011 10:47 AM, Jay, Michael wrote:
> I apologize for the insufficient data. The goal is to foward the
> user to google.com to login and on successful authentication, reveal
> the original page desired. The original author used a .jsp
On Tue, 24 May 2011 10:47:32 -0400, Jay, Michael wrote:
IMHO code that follows pattern
try {
... something
} catch (Exception e) {
System.out("oops");
}
...
try {
... something
} catch (Exception e) {
System.out("oops");
}
deserves only /dev/null as a permanent storage destination.
--
Miko
I apologize for the insufficient data. The goal is to foward the user to
google.com to login and on successful authentication, reveal the original page
desired. The original author used a .jsp that simply produces itself. But
that's a separate issue--I think. I've not been able to capture an ex
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
> From: Caldarale, Charles R
> Subject: RE: Static Resources - Runtime Problems
> C) Configuring a loop in your filter declarations. Post
> your WEB-INF/web.xml so we can look at it.
Might not be in filter declarations; could easily be just the servlet mapping
you've set up.
> From: Jay, Michael [mailto:em...@ufl.edu]
> Subject: Static Resources - Runtime Problems
> I must be overlooking something very basic.
A) Not telling us the version of Tomcat you're using, the JVM level, the
platform it's all running on, and whether or not you're run
I'm finding that whether I use a redirect() or a forward() to a static
resource, my server goes crazy.
at
org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:572)
at
javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:22
13 matches
Mail list logo