|
Sure!
public class JrunWrapper
{ public static void main(String[] argv) { try { com.livesoftware.jrun.service.ServiceManager.main(argv); } catch (Exception e) { System.out.println(e.toString()); } } } Then run something like:
<java> JrunWrapper d:\jrun\jsm-default
where <java> is the command to run your jvm under your ide or
debugger.
Then go to a web browser and hit your servlets which lie underneath JRUN.
For the default windows JRUN install and a HelloWorld program you have
written, this could be http://localhost:8000/servlets/HelloWorldServlet
The debugger will then stop at any breakpoints you set in your java
code.
If you need any more help, feel free to e-mail me.
--shawn
|
- Re: IDE to build and debug servlets Liwen Chen
- Re: IDE to build and debug servlets Javier Galindo
- Re: IDE to build and debug servlets Rajesh Nair
- Re: IDE to build and debug servlets Preston L. Bannister
- Re: IDE to build and debug servle... Josh Braun
- Re: IDE to build and debug servlets Shawn McKisson
- Re: IDE to build and debug servlets Antonio Moratilla Oca�a
- Re: IDE to build and debug servlets Liwen Chen
- Questions getruntime().exec [Mariano Pollio]
- Re: Questions getruntime().e... [Mariano Pollio]
- Re: IDE to build and debug servlets Shawn McKisson
- Re: IDE to build and debug servlets harjit singh
- Re: IDE to build and debug servlets Zaina Ajakie
- Re: IDE to build and debug servlets Doshi, Gunjan
- Re: IDE to build and debug servlets Baglan Dosmagambetov
- Re: IDE to build and debug servlets Rajesh Nair
- Re: IDE to build and debug servlets Baglan Dosmagambetov
