Hi Will,

If I understand you correctly, you are wondering how to process requests to
servlets, on a server that is hosting ASP and JSP scripts.

The JRun filter automatically intercepts requests to /servlet/ and maps them
to the installed servlets, even if there is no virtual "servlet" directory
mapped under IIS.

(This is how I understand it works, anyhow  :)

--
| John J. Lehmann, [EMAIL PROTECTED]
+ Someday there will be a new kind of sadomasochistic 
+ role-playing in which the technologically adept will 
+ pay dominatrices to treat them like newbies.

> -----Original Message-----
> From: Will Hartung [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 29, 2000 5:02 AM
> To: JRun-Talk
> Subject: RE: MS ASP and JRun JSP co-habitation
> 
> 
> Thanx Travis!
> 
> Here's what we did:
>    We create a new web server, added the SCRIPTS directory, 
> and removed the
> JRun ISAPI filter.
>    Then we went into the Home Directory tab of the web site 
> properties, and
> added .jsp pointing it to the jrun.dll.
> 
> This serves up the JSPs just fine, and we're pretty sure it's 
> serving the
> other things natively.
> 
> However, now we're kind of stuck on serving Servlets. :-(
> 
> We have some contrived ideas, but we're wondering if anyone 
> else has any
> ideas. We tried adding a virtual directory with the hope that we could
> assign an ISAPI filter at the directory level, but that 
> doesn't seem to be
> an option.
> 
> Unfortunately, we can't convert all of the servlets to JSP 
> because we have
> some legacy applications deployed that need to talk to those servlets.
> 
> Any other ideas would be most appreciated.
> 
> Regards,
> 
> Will Hartung
> ([EMAIL PROTECTED])
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, November 27, 2000 5:52 PM
> > To: JRun-Talk
> > Subject: RE: MS ASP and JRun JSP co-habitation
> > 
> > 
> > You can set up Jrun/IIS to only serve files that end with 
> > .jsp.  This would be in the isapi section of the site on iis. 
> >  And make sure IIS is doing the actual serving, not jrun's 
> > web server.  You don't need to use jrun's server.  
> > 
> > We have this exact situation on our system, our public site 
> > is asp and our actual application is jsp yet some pages on 
> > the external site are jsp as well.  Mostly using asp for 
> > includes and simple stuff and the more involved things are jsp.
> > 
> > www.thinkvirtual.com/index.jsp is jsp and most of the other 
> > pages on the site are asp.  Both living in harmony.
> > 
> > Travis Reeder
> > Chief Software Architect
> > www.ThinkVirtual.com
> > 
> > 
> > ---- Original Message ----
> > From: Will Hartung <[EMAIL PROTECTED]>
> > Sent: 2000-11-27 17:37:24.0
> > To: [EMAIL PROTECTED]
> > Subject: RE: MS ASP and JRun JSP co-habitation
> > 
> > Hi all....
> > 
> > We're migrating our pure JSP/Servlet app into a larger scheme 
> > with a partner
> > that is pure Microsoft ASP's.
> > 
> > The first major issue is that, currently, our app is 
> aliased to the /
> > directory. This means that if the server tries to server up 
> > an ASP file,
> > Jrun grabs it instead...which is Bad.
> > 
> > So, we're looking for ideas on how ASPs and JSPs can live happily
> > side-by-side in an integrated environment.
> > 
> > We're working with JRun 3.0.
> > 
> > Thanx!
> > 
> > Will Hartung
> > ([EMAIL PROTECTED])
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Your ad could be here. Monies from ads go to support these 
> lists and provide more resources for the community. 
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to