Home
Web CMS (TeamSite)
Tomcat 4.1 configuration with IIS 5.1
Arc
Hi,
If someone has configured Tomcat with IIS can you please share the steps you followed.
Thanks
Find more posts tagged with
Comments
jman
See attached
Arc
Thanks for posting the steps.
I am getting the following error
HTTP Status 500 - No Context configured to process this request
type Status report
message No Context configured to process this request
description The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request.
Apache Tomcat/4.1.30
If i uncomment AJP13 connector, in server.xml i am getting an MBean not found error during Tomcat startup.
I am attaching my server.xml file, so that you can tell me where the problem is.
Thanks much for your help and time.
Migrateduser
Please read the Interwoven "WSMPTrustedLogonProcedure.pdf" document (Note: which misses a few steps!)
I can send you my full install / configuration documentation including screen shots if you update your profile with a public email address if you like
PJD Steps for WorkSite MP 4.1 SP1 HFB7 Windows 2003 IIS 6.0 Configuration
-Run “D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\config\jk\iis\isapi_redirector.reg”
-Create a “Jakarta” Virtual directory in IIS Manager 6.0
-Create a “worksitemp” Virtual directory in IIS Manager 6.0
-Check Web Sharing and Security (Read only needed) of “D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\trustedLogon” directory
(Which creates a “worksitempTrusted” Virtual directory in IIS 6.0)
-Add MIME types and ISAPI Filters to Default Web Site as per "WSMPTrustedLogonProcedure.pdf" document
Changes to WorkSite MP Web Components server.xml file
-Delete following lines from “D:\worksitemp4\mpwebcomponents\tomcat4.1.30\conf\server.xml”
debug="0"/>
debug="0"/>
ADD following
tomcatAuthentication="false"/>
to section
-Modify
-Edit default login page
\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\views\default\index.jsp
Add the following after domain
Trusted
Logon
-Changes to Tomcat Config.xml file (Needed only if your domain doesn’t end with .com)
“D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\config\config.xml”
.com.au
companydomain.com.au
ldap://ad_domain_controller.company_domain.com.au:389/DC= company_domain,DC=com,DC=au
-Install Tomcat 4.1.30 as a Windows 2003 service
C:
cd %CATALINA_HOME%
%CATALINA_HOME%\bin\tomcat.exe -install "WorkSite MP Web Component Server" %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=D:\worksitemp4\mpwebcomponents\tomcat4.1.30\bin\bootstrap.jar;C:\j2sdk1.4.2_03\lib\tools.jar;D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\lib\iis-auth.jar;D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\lib\worksitemp-auth.jar;D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\lib\jaas.jar;D:\worksitemp4\mpwebcomponents\tomcat4.1.30\common\lib\servlet.jar;D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\lib\log4j.jar;D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\lib\xml-apis.jar;D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp\WEB-INF\lib\xercesImpl.jar -Dcatalina.home=%CATALINA_HOME% -Dsun.io.useCanonCaches=false -Xms256m -Xmx512m -Xrs -start org.apache.catalina.startup.BootstrapService -params start -stop org.apache.catalina.startup.BootstrapService -params stop -out %CATALINA_HOME%\logs\stdout.log -err %CATALINA_HOME%\logs\stderr.log
If you need to change values later
REGEDIT
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WorkSite MP Web Component Server\Parameters
-Add a “Web Service Extension” for Jakarta
-Windows 2003 File Permissions of “D:\worksitemp4\mpwebcomponents\tomcat4.1.30\webapps\worksitemp” directory and sub files / directories (Everyone Read)
-IIS 6.0 Application Pool Operator account (Select configurable and IWAM_MACHINENAME)
-You receive an "HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials" error message when you try to access a Web site that is part of an IIS 6.0 application pool
Microsoft Article ID : 871179
Cd C:\Inetpub\AdminScripts
cscript adsutil.vbs set w3svc/NTAuthenticationProviders "NTLM"
Hope this helps
PJD
Arc
Thx PJD
If u can send the complete documentation to
akshiti2004@yahoo.com
, it will help me.
Thanks again for your help!!