Hi Alex, The changes I made to get my T2.1 app going were in web.xml. I just followed the instructions at the bottom of the readme that comes with Tomcat 4.1.12. Make sure you also uncomment the <servlet-mapping> entries for SSI and CGI, not just the <servlet> entries for same. For some stupid reason they separate the text that tells you about the servlet mapping from the text about the servlet tag.
David -----Original Message----- From: Alex McLintock [mailto:[EMAIL PROTECTED]] Sent: 08 October 2002 16:20 To: [EMAIL PROTECTED] Subject: Upgrade to 4.1.12 Hi folks, LIke some other people on this list I have upgraded my copy of tomcat to 4.1.12 This was recommended for security reasons. However I still can't get my turbine app working. I have re-enabled some of the commented things in the web.xml conf but to no avail. (the invoker, the SSI, and the CGI were all enabled ) However the two turbine apps don't seem to want to be deployed... This is my log caused by mod_webapp My two turbine based apps are jetspeed and oss_support and they don't seem to be deployed.... Any suggestions? [Tue Oct 08 16:03:40 2002] 2168 (wa_main.c:77) WebApp Library initializing [Tue Oct 08 16:03:40 2002] 2168 (wa_main.c:81) Initializing APR [Tue Oct 08 16:03:40 2002] 2168 (pr_info.c:66) INFO provider initialized [Tue Oct 08 16:03:40 2002] 2168 (pr_warp.c:62) WARP provider initialized [Tue Oct 08 16:03:40 2002] 2168 (wa_main.c:101) WebApp Library initialized [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:167) Created connection "warpConnection2" (Prov: "warp" Param: "localhost:8008") [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:126) Created virtual host "news.diversebooks.com:80" [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:100) Created application "metadata" in path "/metadata/" [Tue Oct 08 16:03:40 2002] 2168 (wa_main.c:187) Application metadata deployed for http://news.diversebooks.com:80/metadata/ (Conn: warpConnection2) [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:100) Created application "jetspeed" in path "/jetspeed/" [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:167) Created connection "warpConnection" (Prov: "warp" Param: "localhost:8008") [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:126) Created virtual host "www.owal.co.uk:80" [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:100) Created application "wyona-cms" in path "/wyona-cms/" [Tue Oct 08 16:03:40 2002] 2168 (wa_main.c:187) Application wyona-cms deployed for http://www.owal.co.uk:80/wyona-cms/ (Conn: warpConnection) [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:100) Created application "newapp" in path "/oss_support/" [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:126) Created virtual host "www.diversebooks.com:80" [Tue Oct 08 16:03:40 2002] 2168 (wa_config.c:100) Created application "metadata" in path "/metadata/" [Tue Oct 08 16:03:40 2002] 2168 (wa_main.c:187) Application metadata deployed for http://www.diversebooks.com:80/metadata/ (Conn: warpConnection) /usr/local/httpd_docs/bin/apachectl start: httpd started Openweb Analysts Ltd, London. Software For Complex Websites http://www.OWAL.co.uk/ Open Source Software Companies please register here http://www.OWAL.co.uk/oss_support/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
