IIS and Tomcat
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Consider two websites hosted in different services: Web X (Hosted in IIS) Web Y (Hosted in Tomcat) I have made a successful integration between tomcat and iis using isapi_redirector. Now, i can access the Web Y through IIS. How can we connect web X with web Y? Like how can i access the site (Y) using site (X) through IIS. Thanks.