That is not true.  You don't have to put you servlets
under the servlet folder.  If you have a Application
on JRun mapped to /myApp.  So you usually call your applciation
as follows http://server:port/myApp/index.jsp then if you have
a servlet written for that Application, you can just put that
servlet under where /myApp is and call it
http://server:port/myApp/servlet/myAppServlet Read JRuns Administrative
Docs

> -----Original Message-----
> From: Daryani Santosh [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 16, 2001 7:05 AM
> To: [EMAIL PROTECTED]
> Subject: Re: where to store my servlet
>
>
> In the Servlets folder , the Servlets folder is located under
> the JRUN root
> In JRUN 2.3 it is  C:\program files\jrun\servlets
>
> In JRUN3.0 it is c:\program files\allaire\jrun\servlets
>
> You can access the servlet as
> http://server:portnumber/servlet/servlet_name
> or http://server/servlet/servlet_name
>
> Santosh
>
>
>
>
>
>
>
> Chandralal Aruketty Velayudhan <[EMAIL PROTECTED]> on
> 05/16/2001 09:33:54 AM
>
> Please respond to A mailing list about Java Server Pages
> specification and
>       reference <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: Santosh Daryani/IT/Aon Consulting)
>
> Subject:  where to store my servlet
>
>
>
> hi there,
>   where i can store my servlets in JRUN
>                 regards chandralal
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to