RE: Forwarding from one Context to another

2009-03-30 Thread behofmann
Chuck, I made some modifications to my relative paths and everything is now working. Thanks again for your help. Brandon Caldarale, Charles R wrote: > >> From: behofmann [mailto:behofm...@gmail.com] >> Subject: Re: Forwarding from one Context to another >> >>

Re: Forwarding from one Context to another

2009-03-29 Thread behofmann
Chuck, Thank you again for your help. Since I'm new at this, please forgive me if my questions seem elementary. The following code now works: ServletContext appContext = getServletContext().getContext( "/dev" ); if ( appContext != null ) { RequestDispatcher rd = appContex

Re: Forwarding from one Context to another

2009-03-29 Thread behofmann
e to another new . Does someone have an example how to do this? I already added crossContext="true" to context.xml for both the original and new . Thanks, Brandon behofmann wrote: > > In Tomcat 6.0.18, isn't it possible to forward a request/response from one > to a

Re: Forwarding from one Context to another

2009-03-29 Thread behofmann
Gregor, Thank you for the additional information. I will try the technique we discussed and post back if I have further questions. Thanks, Brandon Gregor Schneider wrote: > > Brandon, > > please reply to the list so that other ppl also benefit from this. > > On Sun, Mar 29, 2009 at 3:22 P

Forwarding from one Context to another

2009-03-29 Thread behofmann
In Tomcat 6.0.18, isn't it possible to forward a request/response from one to another? Is there some special method/code to accomplish this? Thanks, Brandon -- View this message in context: http://www.nabble.com/Forwarding-from-one-Context-to-another-tp22767662p22767662.html Sent from the To

RE: Serving Multiple Application Versions within the same Context

2009-03-26 Thread behofmann
Chuck, Thank you again for your help and being a great resource! I'm sure I'll have other questions soon. Thanks again, Brandon Caldarale, Charles R wrote: > >> From: behofmann [mailto:behofm...@gmail.com] >> Subject: RE: Serving Multiple Application Versions w

RE: Serving Multiple Application Versions within the same Context

2009-03-26 Thread behofmann
Chuck, Could you please point me to some documentation that explains how the construct production#1.0 works? I want to understand how Tomcat deploys this. Thanks again for all your quick replys and helpful information. Thanks, Brandon Caldarale, Charles R wrote: > >> From:

RE: Serving Multiple Application Versions within the same Context

2009-03-26 Thread behofmann
Chuck, In my last post, I was trying to confirm if there is any relation between the name and webapps/production#1.0; specifically if the name would be "production#1.0" in context.xml. Thanks, Brandon Caldarale, Charles R wrote: > >> From: behofmann [mailto:behofm...@gm

Re: Serving Multiple Application Versions within the same Context

2009-03-26 Thread behofmann
ication now and want to design it correctly from the beginning since it will be a foundation for additional modules. Thanks again for your valuable input. Brandon behofmann wrote: > > I'm creating a web application where I want to define each region > (Development, User Acceptanc

RE: Serving Multiple Application Versions within the same Context

2009-03-25 Thread behofmann
ld have to experiment to see how that exactly works. Would a redirection filter only be sufficient? Thanks again for your input! Brandon Caldarale, Charles R wrote: > >> From: behofmann [mailto:behofm...@gmail.com] >> Subject: Serving Multiple Application Versions within the

Serving Multiple Application Versions within the same Context

2009-03-25 Thread behofmann
I'm creating a web application where I want to define each region (Development, User Acceptance Testing, and Production) as separate contexts. Ultimately, clients will use www.mycompany.com/production/index.jsp to access my web application. While designing this application, I would like the abil