** Thank you...it appears majority are saying change to asp, so that is what it appears I will be doing.
Thanks everyone for your input. It has been much appreciated as always. If anyone does have a fix or knows how to get jsp pages working in this environment, I would appreciate the insight in the future. Thanks again! :) ~Joelie -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Jeff Lockemy Sent: Tuesday, March 23, 2010 1:33 PM To: [email protected] Subject: Re: Mid-Tier on IIS 6.0 with Tomcat JSP - issue with jsp redirects I had problems running JSP redirect pages when I migrated to Tomcat as well. Rather than spend much time on it, I just changed them to ASP pages: <% response.Redirect("http://midtier/arsys/forms/appserver/form/view/") %> I would be interested in the fix if you get them working with JSP pages though... Cheers, Jeff Jeff Lockemy Lead Remedy Engineer SPAWAR SSC Pacific (QMX) From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Agency Enterprise Help Desk Sent: Tuesday, March 23, 2010 8:24 AM To: [email protected] Subject: Mid-Tier on IIS 6.0 with Tomcat JSP - issue with jsp redirects ** 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/> _attend WWRUG10 www.wwrug.com<http://www.wwrug.com> ARSlist: "Where the Answers Are"_ _attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

