Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: How to JSP in JRUN


Message #1 by Hari Yellina <hyellina@k...> on Tue, 25 Jul 2000 08:47:54 -0500
if you use it as a plugin to the webserver (like Tomcat plugged into Apache)
the webserver handles the redirection, and you can access the JSPs through
the default port of the webserver (internally, a 3rd port is used for
communicating between webserver and servlet engine).
Read the userguide to Tomcat for an explanation.

J.T. Wenting
jwenting@h...

Murphy was wrong, things that can't go wrong will anyway

> -----Original Message-----
> From: Van Minh Kieu [mailto:minh@m...]
> Sent: Wednesday, July 26, 2000 10:53
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] Re: How to JSP in JRUN
>
>
> I used JSP come with TomCat and it use Bean property...Yes, I think it is
> the same Bean we talk about. It just, alots of Job required JRUN so I was
> wonder what the different.
>
> I worked with Servlet,  and found JSP actually quicker to do simple.
>
> Can anyone tell me how to hide the server port ? for example I do not wish
> the user to log into my servlet and JSP page using port 8080. I wan them
> just to run direct as if there're in ISS or other WEB server.
>
> Thank in advance.
>
> Van
>
> ----- Original Message -----
> From: "Hari Yellina" <hyellina@k...>
> To: "Pro_JavaServer_Pages" <pro_jsp@p...>
> Sent: Tuesday, July 25, 2000 4:08 PM
> Subject: [pro_jsp] Re: How to JSP in JRUN
>
>
> > It is from www.allaire.com . you can even Deploy EJBS. Have you
> worked on
> > Java Beans
> >
> > HK Yellina,
> > Kanbay Software (India) Pvt. Ltd.
> > A-1, Technology Park,
> > MIDC,
> > Talwade,
> > Pune,
> > Maharastra.
> > 412114
> > ph 091-020-7691100 ext-440
> >
> > > ----------
> > > From: Van Minh Kieu[SMTP:minh@m...]
> > > Reply To: Pro_JavaServer_Pages
> > > Sent: Tuesday, July 25, 2000 10:18 AM
> > > To: Pro_JavaServer_Pages
> > > Subject: [pro_jsp] Re: How to JSP in JRUN
> > >
> > > I use tomcat, could you tell me where you donwload JRUN ?
> > >
> > > ----- Original Message -----
> > > From: "Hari Yellina" <hyellina@k...>
> > > To: "Pro_JavaServer_Pages" <pro_jsp@p...>
> > > Sent: Tuesday, July 25, 2000 2:47 PM
> > > Subject: [pro_jsp] How to JSP in JRUN
> > >
> > >
> > > > How to run Jsp in JRUN.
> ---
> Do you know what you want from this list? How would you provide
> programmers with the solutions they need? If you have the
> answers, and are willing to work in Birmingham (UK), then you
> could be a List Manager. Please send CVs and a covering letter to
> listsupport@p... for further information.
>


  Return to Index