I prefer to run the servlet engine in the IDE.
This allows me to
debug several sevlets at once
use the IDE to do the normal breakpoint, single step etc..
and use the web server for input and output.

>From http://people.netscape.com/franks/jrundebug.html

For running Jrun engine in VC

Create an empty project or use the servlet wizard if you want a generic
framework for your new servlet
Goto Project/Options and select the Project tab
Project Type: Application
Main Class: com.livesoftware.jrun.service.ServiceManager
Program Arguments: <JRun root>\jsm-default
Select the Directories tab and select Output files
Output Directory: <JRun root>\jsm-default\services\jse\servlets
Javadoc Directory: <default>
Javadoc Documentation Directory: <default>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to