-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Jserv is a java application, sooo...
1) change the path below to your own
2) setup jserv for manual mode.
3) add ApacheJServ.jar to jbuilder
4) set break points in your code
5) run
public final class JServRunner
{
public static void main(String[] args)
{
args = new String[]{"C:\\Program Files\\ApacheGroup\\Apache
JServ\\conf\\jserv.properties"};
org.apache.jserv.JServ.main(args);
}
}
Scott Sanders wrote:
>
> Does anyone know what to do to be able to debug JServ inside JBuilder?
>
> Configuration:
> Win98
> Apache 1.3.9
> Apache JServ 1.0
> JDK 1.2 (or 1.2.2)
> JBuilder 3.0
>
> Thanks in advance,
>
> Scott
>
> --
--
Regards,
Dele Taylor
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]