Environment:
Windows 2003
Mid-Tier 7.1 patch 3
IIS 6.0
Tomcat 5.5
Remedy App server is windows 2003, 7.1 patch 3 server version.

Upgrade from New Atlanta Servlet to Tomcast.

We have a bunch of jsp pages which are just simple redirects.  Example:

String myURL = "  
http://remedydev2.state.pa.us/arsys/servlet/LoginServlet?server=Remedydev2.state.pa....to=/arsys/servlet/ViewFormServlet%3fserver%3dRemedydev2%2estate%2epa%2Eus%26form%3dHPDWEB%3aWebSubmit%26view%3dSAPView%26mode%3dCreate";;

response.sendRedirect(myURL);

etc. in the jsp page, but since we changed to Tomcat, all the jsp pages say  
Page cannot be found with HTTP Error 404 - file r directory not found.

I have been researching and found a white paper on proxyfilter class, changed 
that in web.xml  file like it suggested but still no go.

Am I missing something in Tomcat configuration or is there a change to the 
response.sendRedirect in IIS with Tomcast serlet?

Any help or suggestions would be helpful.

We use these so the end users do not have to use the long URL.

Thank you,

Joelie J Dudley | Senior Applications Developer
PA Office of Administration
Bureau of IT Services & Solutions
555 Walnut Street, 7th Floor | Harrisburg, PA 17101
Phone: 717.772.8143 | Fax: 717.772.8121
E-mail:  [email protected]<mailto:[email protected]>
www.oa.state.pa.us<http://www.oa.state.pa.us/>



_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to