IIS doesn't do JSP by default, AFIK, so I would expect that you would either 
need to move them to a folder under Tomcat (so that Tomcat can process them), 
or convert them to something that IIS does know how to handle.  The suggestion 
to convert them to ASP might be the easiest if they are nothing but redirects.

Lyle

From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Agency Enterprise Help Desk
Sent: Tuesday, March 23, 2010 11:16 AM
To: [email protected]
Subject: Re: Mid-Tier on IIS 6.0 with Tomcat JSP - issue with jsp redirects

** **
Also, all of our jsp pages are located under C:\inetpub\wwwroot since the 
beginning of time, would they need to be moved somewhere else now that we are 
using Tomcat?

Just curious.

Thanks again,

Joelie Dudley
[email protected]<mailto:[email protected]>


-----Original Message-----
From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Tommy Morris
Sent: Tuesday, March 23, 2010 11:30 AM
To: [email protected]
Subject: Re: Mid-Tier on IIS 6.0 with Tomcat JSP - issue with jsp redirects

Uninstall Mid-tier and reinstall letting the installer configure tomcat. The 
mid-tier has a quick uninstall-reinstall procedure.

From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Agency Enterprise Help Desk
Sent: Tuesday, March 23, 2010 10: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 ARSlist: "Where the Answers Are"_
_attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"__attend WWRUG10 
www.wwrug.com ARSlist: "Where the Answers Are"_


 NOTICE: This email message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information. Any unauthorized 
review, use, disclosure or distribution is prohibited. If you are not the 
intended recipient, please contact the sender by reply email and destroy all 
copies of the original message.



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

Reply via email to