Diana,

You confirm your configuration works by changing the url to point to IIS.
http://localhost:8080/servlet/myserv/run/page

Becomes
http://localhost/servlet/myserv/run/page

Uriworkermap.properties identifies "/servlet/*.* to redirect to Tomcat from
IIS.

JSP's remain in the Tomcat webapps directory for execution by the connector
processor.

Bob Kranson
Software Technical Support Analyst
UNIFACE and Optimal Products Technical Support
U.S. Support Center 888-551-0404
    New Calls: [EMAIL PROTECTED]
    31440 Northwestern Hwy, Farmington Hills, MI 48334-2564 
   (248)737-7300 x12702 Fax:(248)737-7574
 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 09, 2002 11:03 AM
> To: Tomcat Users List
> Subject: Re: tomcat 4.03 configuration with IIS 5.0
> 
> 
> 
> 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:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 



The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to