Avinash.
I don't know what you are trying to do, but ASP, JSP pages cannot
communicate. But what you are trying to do is possible.
I assume your file system is like this
WebApps>>JSP>> ASP/JSP files
Assuming you have integrated Tomcat and IIS, one way of doing it is
- having your context "jsp" have the docbase "webapps/jsp" in server.xml
- having root directory in IIS as "webapps"
So when you request an JSP file, the "JSP" in the URL becomes a context, and
if you request ASP file, "JSP" becomes a directory.....
Hope that is clear....:-)
Praveen Wicliff
----- Original Message -----
From: "Avinash Prasad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 4:01 PM
Subject: Need Help
>
> Hi,
>
> I configured the tomcat with IIS (in process) on windows 2000
> professional. Its working fine for JSP , I want to execute
> ASP page from the same directory where I putted my jsp file.
>
> Like
>
> /webapps/jsp/hello.jsp-----This is working fine
>
> /webapps/jsp/hello.asp---its not working.
>
> I came to know that if tomcat is configured In process with
> IIS. Both asp and jsp page can communicate.
>
> Note: How can i test my configuration that,it is in process.
>
> Need help urgently.
>
> Regards,
>
> Avinash Prasad
>
>
>
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>