Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
jsessionid appended to URL and page not found`

jsessionid appended to URL and page not found`

2007-02-08       - By Joe Germuska

 Back
Reply:     1     2     3     4     5     6  

The solution Christopher and Dave discuss above can be handled with this in
the Apache httpd.conf file:

    RewriteRule ^(.*);jsessionid=.*$ $1

This strips the session ID from anything that the HTTPD server is handling,
although it should still get passed through the proxy.  To be honest, our
apps depend on cookies for other reasons so if URL rewrite sessions didn't
work, we might never notice.

The fact that your proxy config is not correctly brokering some URLs over to
the servlet container would depend on how your proxy config is set up; I'm
not  very experienced in actally setting this up, but my diagnosis is
correct, then the Struts mailing list is not the best place for the question
anyway...

Joe


On 2/7/07, Christopher Schultz <chris@(protected)> wrote:
>
> -- --BEGIN PGP SIGNED MESSAGE-- --
> Hash: SHA1
>
> Dave,
>
> Dave Newton wrote:
> > --- Vinod Kumar <vkmatri@(protected)> wrote:
> >> So I have apache+tomcat integrated. What
> >> confirguration settings, do I need to make this work
> >> in this scenario.
> >
> > IIRC when we had this problem we used one of the
> > rewrite mods to nudge Apache to know that the
> > ;jsessionid etc. was special.
> >
> > There's probably a better solution these days :)
>
> For me, this strategy is only necessary when I want Apache httpd to
> serve static content that has an encoded jsessiond in the URL. Anything
> that gets passed-through to the app server (Tomcat in my case) is
> handled correctly.
>
> Use of mod_rewrite is only necessary when Apache httpd incorrectly
> includes the ";jsessionid" as part of the filename, and therefore fails
> to locate "some-static.html;jsessionid=ABCDEF" in the filesystem.
> mod_rewrite can be used to remove the jsessionid, allowing Apache httpd
> to correctly locate the static resource on the disk.
>
> - -chris
> -- --BEGIN PGP SIGNATURE-- --
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFyoWQ9CaO5/Lv0PARArqsAKDEW+7/4JQmg1QkbK8XiqL1elywvQCfVxa5
> dteBRDBaFEmOqbktSGxrti0=
> =vchZ
> -- --END PGP SIGNATURE-- --
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
>


--
Joe Germuska
Joe@(protected) * http://blog.germuska.com

"The truth is that we learned from Jo?o forever to be out of tune."
-- Caetano Veloso

©2008 junlu.com - Jax Systems, LLC, U.S.A.