Re: How to set base context path?

2009-02-05 Thread Dave Newton
David C. Hicks wrote: ChadDavis wrote: "Harvey" is nice though. Great movie. There's a scene with this slightly chubby lady singing that cracks me up completely. Amazing, but you're the first person I've encountered who got the reference to the movie. I had to explain it to everyone else

Re: How to set base context path?

2009-02-05 Thread David C. Hicks
Most excellent! I just served that up to the team on our chat channel. They're lovin' it. ChadDavis wrote: You want this one: http://www.imdb.com/title/tt0042546/ On Thu, Feb 5, 2009 at 3:14 PM, Musachy Barroso wrote: Ah, now you made curious... musachy On Thu, Feb 5, 2009 at 5:13 PM

Re: How to set base context path?

2009-02-05 Thread ChadDavis
You want this one: http://www.imdb.com/title/tt0042546/ On Thu, Feb 5, 2009 at 3:14 PM, Musachy Barroso wrote: > Ah, now you made curious... > > musachy > > On Thu, Feb 5, 2009 at 5:13 PM, David C. Hicks wrote: >> >> ChadDavis wrote: >>> >>> "Harvey" is nice though. Great movie. There's a sce

Re: How to set base context path?

2009-02-05 Thread Musachy Barroso
Ah, now you made curious... musachy On Thu, Feb 5, 2009 at 5:13 PM, David C. Hicks wrote: > > ChadDavis wrote: >> >> "Harvey" is nice though. Great movie. There's a scene with this >> slightly chubby lady singing that cracks me up completely. >> > > Amazing, but you're the first person I've en

Re: How to set base context path?

2009-02-05 Thread David C. Hicks
ChadDavis wrote: "Harvey" is nice though. Great movie. There's a scene with this slightly chubby lady singing that cracks me up completely. Amazing, but you're the first person I've encountered who got the reference to the movie. I had to explain it to everyone else - the magical, invisi

Re: How to set base context path?

2009-02-05 Thread ChadDavis
"Harvey" is nice though. Great movie. There's a scene with this slightly chubby lady singing that cracks me up completely. On Thu, Feb 5, 2009 at 3:00 PM, David C. Hicks wrote: > I think we've got the problem solved now. One of the developers found that > in one case the path was actually hard

Re: How to set base context path?

2009-02-05 Thread David C. Hicks
I think we've got the problem solved now. One of the developers found that in one case the path was actually hard-coded in a JSP. Ugh! We also had not provided a namespace for our struts package, and so apparently it was defaulting to the package name. Just little details that get left unti

Re: How to set base context path?

2009-02-05 Thread ChadDavis
> 2) Is it possible to not have to have the base path defined in Struts at > all? It seems to me that this would be the ideal solution. If you deploy the app as the root app in the servlet container, then your struts namespaces are essentially doing this. I think the net effect is what you are

Re: How to set base context path?

2009-02-05 Thread Musachy Barroso
> 1) How would I go about changing that base context path "/harvey" into > "/somethingelse"? It depends on the container that you are using > 2) Is it possible to not have to have the base path defined in Struts at > all? It seems to me that this would be the

How to set base context path?

2009-02-05 Thread David C. Hicks
ard to this. 1) How would I go about changing that base context path "/harvey" into "/somethingelse"? 2) Is it possible to not have to have the base path defined in Struts at all? It seems to me that this would be the ideal solution. Thanks, Dave ---

Base Context

2005-04-29 Thread Andrew Thorell
I'm not sure if this is a struts ... 'thing' or it's just for web development in general, but perhaps someone can explain this for me. My file structure is set up like this. My index.jsp is in the root directory, all my other .jsps are located in the /pages/ directory. A link off the index pages