This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: deploy struts app to / with jettytbfmicke Aug 14, 2002 6:41 PM (in response to mattp)There seems to be a bug in jetty here. 
 request.getContextPath() returns '/' instead of '' at least sometimes...
 A jsp that is called directly that has
 :<%= request.getContextPath() %>:
 correctly shows
 ::
 as output.
 But a jsp that I get to from a Struts forward with
 the same expression shows
 :/:
 as output.
- 
        2. Re: deploy struts app to / with jettytbfmicke Aug 14, 2002 6:47 PM (in response to mattp)*checking a bit more* 
 The previous test was done with the 3.0.0 download.
 A new test with 3.0.1 shows that this seems to be fixed there!
 So, download 3.0.1 and you should be happily strutsing :-)
 (Hoping you keep your feet dry too)
 Regards
- 
        3. Re: deploy struts app to / with jettymattp Aug 15, 2002 7:02 AM (in response to mattp)Yes 3.0.1 fixes it! Very nice to have it working. 
 I should have looked for your response earlier -- I spent an hour monkeying with it & pestering the Greg at Jetty about it.
 Thanks very much!
 Matt
 
    