Re: Very Strange 404 to JSP with getRequestDispatcher().forward()

2015-12-24 Thread Konstantin Kolinko
2015-12-24 18:12 GMT+03:00 Marc Boorshtein : >> >> You have to provide the actual source code. >> >> There is an example in the examples webapp that performs forwarding to >> a JSP and it works, >> >> \webapps\examples\WEB-INF\classes\ServletToJsp.java >> >> > So the good

Re: Very Strange 404 to JSP with getRequestDispatcher().forward()

2015-12-24 Thread Marc Boorshtein
> > > > Your request wrappers store their own reference to a > HttpServletRequest in addition to the one stored by the > ServletRequestWrapper class. > > > My guess is that your issue will be solved if you either override > ServletRequestWrapper.setRequest() to update your request field, or > use

Re: Very Strange 404 to JSP with getRequestDispatcher().forward()

2015-12-24 Thread Konstantin Kolinko
2015-12-24 17:37 GMT+03:00 Marc Boorshtein : > All, > > I'm having a very strange issue with > request.getServletContext().getRequestDispatcher().forward(). It gives me > a 404 on a JSP page that if I go to directly, works fine. This is with > tomcat 8.0.30 on OSX on JDK :

Re: Very Strange 404 to JSP with getRequestDispatcher().forward()

2015-12-24 Thread Marc Boorshtein
> > You have to provide the actual source code. > > There is an example in the examples webapp that performs forwarding to > a JSP and it works, > > \webapps\examples\WEB-INF\classes\ServletToJsp.java > > So the good news is that I got it to work by getting rid of any of the methods that were

RE: very strange. SOLVED

2006-05-24 Thread Asensio, Rodrigo
Users List Subject: RE: very strange It is getting better! It works with tomcat 5.5.12 up to 15, but not with 17 -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 10:28 AM To: Tomcat Users List Subject: RE: very strange Nop, Im using DBCP

Re: very strange

2006-05-23 Thread Antonio Petrelli
Asensio, Rodrigo ha scritto: I have a webapp in server A and when I hit a button, It opens a new window ( window.open() ) calling my servlet or any jsp in server B. It works few times..but there is a moment that stop working, my tomcat didnt receive not even the request. The users see a blank

RE: very strange

2006-05-23 Thread Asensio, Rodrigo
To: Tomcat Users List Subject: Re: very strange Asensio, Rodrigo ha scritto: I have a webapp in server A and when I hit a button, It opens a new window ( window.open() ) calling my servlet or any jsp in server B. It works few times..but there is a moment that stop working, my tomcat didnt receive

RE: very strange

2006-05-23 Thread Asensio, Rodrigo
It is getting better! It works with tomcat 5.5.12 up to 15, but not with 17 -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 10:28 AM To: Tomcat Users List Subject: RE: very strange Nop, Im using DBCP with a huge Oracle, there is a lot