You can use the default application, or create a new application using the
JRUN JMC tool ( http://localhost:8000 ) is usually the default install. When
you create an application, say HelloWorld, your directory structure will be
something like

C:/jrun/servers/default/HelloWorld

If you put your JSP's in the HelloWorld directory you should be able to see
them by doing the following:

http://localhost:8100/HelloWorld/hi.jsp

Again, these examples use the default ports for JRUN (3.0). The servlets
should be placed in the Web-Inf directory under the classes sub-directory
(example MyWorld.class)

directory
c:/jrun/servers/default/HelloWorld/web-inf/classes/MyWorld.class

if the class is in a package (say com.sun.MyWorld.class ) then this is the
correct directory

c:/jrun/servers/default/HelloWorld/web-inf/classes/com/sun/MyWorld.class

Again, Hope this helps.
Dean



-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of sufi malak
Sent: Friday, August 18, 2000 10:02 AM
To: [EMAIL PROTECTED]
Subject: ???Where in JRUN and APACHE

Hi, I've just installed JRUN and APACHE in my win98, Would you like please
help me, if I need to create an application that has JSP, Beans and Servlets
files, where should I put my files.
Your Help will be appreciated.
Thanks
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
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".
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