It seems like you upgraded your JDK to a latest version. And Tomcat seems to use an earlier version. You probably need to copy tools.jar to the CATALINA_HOME\common\lib directory or re-install Tomcat so that it uses the right JDK version. The asp files could co-exist with the jsps. All you need to do is probably make the sub-directory under "webapps" a virtual directory. IIS (via isapi_redirect.dll and uriworkermap.properties) will be intelligent enough to redirect all jsp requests to Tomcat and IIS will handle the static and asp content. You could use "Inetpub" as your base directory too, instead of "webapps".
RS "Diana McLean" <[EMAIL PROTECTED]> on 07/09/2002 09:30:57 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> cc: Subject: tomcat 4.03 configuration with IIS 5.0 I followed the instructions for configuring tomcat to run with IIS but have a few questions: - how do I confirm that the configuration works? I already have the green arrow up. I am now getting the " javax.servlet.ServletException: sun/tools/javac/Main (Unsupported major.minor version 48.0) " which was not a problem previously. - how do I setup/revise the web project that uses asp and jsp, servlets? I have the virtual directory for tomcat in IIS with the isapi_redirect.dll. Does this mean I keep the jsp and servlets in the webapps directory as usual or that I need to move it under Inetpub? There appears to be no explanation as to how this works. I searched everywhere and there appears to be no directions on how to setup a project that includes both technologies once the configuration is complete. thanks -- 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]>
