Thanks Taufik! I'll give that a shot!
Appreciatively,
Christian
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Taufik
> Nandipinto
> Sent: Thursday, September 07, 2000 6:28 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: IIS/PWS Web Connectors
>
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> ------_=_NextPart_001_01C01933.F9AC4BBE
> Content-Type: text/plain;
> charset="iso-8859-1"
>
> Maybe you can try this :
>
> 1. open the MMC (Microsoft Management Console/IIS)
> 2. select the site you want to configure, right click -> properties.
> 3. On the Virtual Directory tab, select CONFIGURATION -> APP
> MAPPINGS, click
> on Add button.
> 4. click on browse button if you don't know exactly where the location of
> jrun.dll ( I usually put it in the /scripts directory)
> 5. on the extension text box, type .jsp (dot jsp), click OK, and OK again.
>
>
> good luck!
>
>
> TN
>
>
> -----Original Message-----
> From: Christian Cryder [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 8 September 2000 06:39
> To: JRun-Talk list server
> Subject: IIS/PWS Web Connectors
>
>
> Hi folks,
>
> I hope this isn't blatantly obvious (because it's not to me)...I've just
> installed JRun 3.0 and it's working fine: I can run the demos,
> etc. What I'm
> trying to figure out is how do I get IIS or PWS to pass requests off to
> JRun? I installed a connector on port 7999, but I get the feeling
> I need to
> do something else as well.
>
> When I access the default server my URL looks like this:
> http://localhost:8100/demo/servlet/SimpleServlet (this runs)
>
> When I try and access http://localhost/demo/servlet/SimpleServlet I get a
> page not found error, which I expected.
>
> When I try and access http://localhost/servlets/SimpleServlet I get an
> error:
>
> 404 Not Found
> /servlets/SimpleServlet:
>
> allaire.jrun.JRunServletException: not found
> at allaire.jrun.file.FileServlet.service(FileServlet.java, Compiled
> Code)
> at
> allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)
> at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
> at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
> Code)
> at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDisp
> atcher.jav
> a:88)
> at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
> at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
> at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
> at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
> at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
>
> Now we seem to be getting some place...it seems to be passing the request
> off to JRun, but the URL is obviosuly not quite right. So what
> should it be?
> If I install multiple applications (ie. demo, test1, test2, etc) how would
> the URLs be formed in order to map them to the proper servlets
> within their
> respective web apps? What are the mechanics going on behind the
> scenes here?
>
> If this stuff is documented somewhere just point me in the right
> direction...
>
> Thanks much,
> Christian
>
> ------------------------------------------------------------------
> ----------
> --
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe'
> in the body.
>
> ------_=_NextPart_001_01C01933.F9AC4BBE
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Diso-8859-1">
> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
> 5.5.2650.12">
> <TITLE>RE: IIS/PWS Web Connectors</TITLE>
> </HEAD>
> <BODY>
>
> <P><FONT SIZE=3D2>Maybe you can try this :</FONT>
> </P>
>
> <P><FONT SIZE=3D2>1. open the MMC (Microsoft Management =
> Console/IIS)</FONT>
> <BR><FONT SIZE=3D2>2. select the site you want to configure, right =
> click -> properties.</FONT>
> <BR><FONT SIZE=3D2>3. On the Virtual Directory tab, select =
> CONFIGURATION -> APP MAPPINGS, click on Add button.</FONT>
> <BR><FONT SIZE=3D2>4. click on browse button if you don't know exactly =
> where the location of jrun.dll ( I usually put it in the /scripts =
> directory)</FONT></P>
>
> <P><FONT SIZE=3D2>5. on the extension text box, type .jsp (dot jsp), =
> click OK, and OK again.</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=3D2>good luck!</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=3D2>TN</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=3D2>-----Original Message-----</FONT>
> <BR><FONT SIZE=3D2>From: Christian Cryder [<A =
> HREF=3D"mailto:[EMAIL PROTECTED]">mailto:christianc@granitepea=
> ks.com</A>]</FONT>
> <BR><FONT SIZE=3D2>Sent: Friday, 8 September 2000 06:39</FONT>
> <BR><FONT SIZE=3D2>To: JRun-Talk list server</FONT>
> <BR><FONT SIZE=3D2>Subject: IIS/PWS Web Connectors</FONT>
> </P>
> <BR>
>
> <P><FONT SIZE=3D2>Hi folks,</FONT>
> </P>
>
> <P><FONT SIZE=3D2>I hope this isn't blatantly obvious (because it's not =
> to me)...I've just</FONT>
> <BR><FONT SIZE=3D2>installed JRun 3.0 and it's working fine: I can run =
> the demos, etc. What I'm</FONT>
> <BR><FONT SIZE=3D2>trying to figure out is how do I get IIS or PWS to =
> pass requests off to</FONT>
> <BR><FONT SIZE=3D2>JRun? I installed a connector on port 7999, but I =
> get the feeling I need to</FONT>
> <BR><FONT SIZE=3D2>do something else as well.</FONT>
> </P>
>
> <P><FONT SIZE=3D2>When I access the default server my URL looks like =
> this:</FONT>
> <BR><FONT SIZE=3D2><A =
> HREF=3D"http://localhost:8100/demo/servlet/SimpleServlet" =
> TARGET=3D"_blank">http://localhost:8100/demo/servlet/SimpleServlet</A> =
> (this runs)</FONT>
> </P>
>
> <P><FONT SIZE=3D2>When I try and access <A =
> HREF=3D"http://localhost/demo/servlet/SimpleServlet" =
> TARGET=3D"_blank">http://localhost/demo/servlet/SimpleServlet</A> I get =
> a</FONT>
> <BR><FONT SIZE=3D2>page not found error, which I expected.</FONT>
> </P>
>
> <P><FONT SIZE=3D2>When I try and access <A =
> HREF=3D"http://localhost/servlets/SimpleServlet" =
> TARGET=3D"_blank">http://localhost/servlets/SimpleServlet</A> I get =
> an</FONT>
> <BR><FONT SIZE=3D2>error:</FONT>
> </P>
>
> <P><FONT SIZE=3D2>404 Not Found</FONT>
> <BR><FONT SIZE=3D2>/servlets/SimpleServlet:</FONT>
> </P>
>
> <P><FONT SIZE=3D2>allaire.jrun.JRunServletException: not found</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.file.FileServlet.service(FileServlet.java, Compiled =
> Code)</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)</F=
> ONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled =
> Code)</FONT>
> <BR> <FONT SIZE=3D2>at</FONT>
> <BR><FONT =
> SIZE=3D2>allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestD=
> ispatcher.jav</FONT>
> <BR><FONT SIZE=3D2>a:88)</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)</FONT>
> <BR> <FONT SIZE=3D2>at =
> allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)</FONT>
> </P>
>
> <P><FONT SIZE=3D2>Now we seem to be getting some place...it seems to be =
> passing the request</FONT>
> <BR><FONT SIZE=3D2>off to JRun, but the URL is obviosuly not quite =
> right. So what should it be?</FONT>
> <BR><FONT SIZE=3D2>If I install multiple applications (ie. demo, test1, =
> test2, etc) how would</FONT>
> <BR><FONT SIZE=3D2>the URLs be formed in order to map them to the =
> proper servlets within their</FONT>
> <BR><FONT SIZE=3D2>respective web apps? What are the mechanics going on =
> behind the scenes here?</FONT>
> </P>
>
> <P><FONT SIZE=3D2>If this stuff is documented somewhere just point me =
> in the right</FONT>
> <BR><FONT SIZE=3D2>direction...</FONT>
> </P>
>
> <P><FONT SIZE=3D2>Thanks much,</FONT>
> <BR><FONT SIZE=3D2>Christian</FONT>
> </P>
>
> <P><FONT =
> SIZE=3D2>---------------------------------------------------------------=
> ---------------</FONT>
> <BR><FONT SIZE=3D2>Archives: <A =
> HREF=3D"http://www.egroups.com/group/jrun-interest/" =
> TARGET=3D"_blank">http://www.egroups.com/group/jrun-interest/</A></FONT>=
>
> <BR><FONT SIZE=3D2>Unsubscribe: <A =
> HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
> sts/jrun_talk" =
> TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
> &body=3Dlists/jrun_talk</A></FONT>
> <BR><FONT SIZE=3D2>or send a message to =
> [EMAIL PROTECTED] with 'unsubscribe' in the =
> body.</FONT>
> </P>
>
> </BODY>
> </HTML>
> ------_=_NextPart_001_01C01933.F9AC4BBE--
> ------------------------------------------------------------------
> ------------
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.