Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
MP41 IIS integration
maltobello
I've upgraded our production servers to MP4.1SP1. Migration went well, but I'm having trouble configuring IIS integration (IIS 6.0 on Windows server 2003, MP is 4.1sp1 web components w/ tomcat). I've added the worksitemp and jakarta directories, and added the isapi redirect filter. I've put IIS in 5.0 isolation mode, and added the jakarta redirect as an allowed web service extension. IIS will find pages, so it works (tested by adding default pages to the worksitemp directory), but index.jsp fails, and gives a page not found error.
MP3.0.1 had some documentation for configuring IIS that describes the basic process, but I haven't found anything that talks about MP4.1 with IIS 6.0. Anyone have an idea how I can get this working? Thanks for the help.
Find more posts tagged with
Comments
peter_choe
i am not sure if you are having problem with connectors with iis to jakarta tomcat, but the link belows describes how you can connect the two together.
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html
hope it helps.
Ort618
I did not get this issue, so just guessing.
IIS 6.0 is completely different from IIS 5.0 from default settings based on security.
See difference here:
http://www.securityfocus.com/infocus/1765
It means, for example, that any dynamic content (like ASP files, or server side includes) will not work by default and you get 404 error.
To allow execution see detailed article here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/5d8a5d43-66f9-4185-8270-804d1dc4d4ca.asp
Regards,
Dmitry Bryazgin
maltobello
I finally got it working with some assistance from Ajay. The steps that Dimitry mentioned need to be done, as well as steps described under the heading "Additional configuration steps for IIS 6.0" on page 34 of the Trusted Logon Procedures manual for 41SP1.