Board index » jbuilder » Remote Debugging Web Site
|
Bob "The Hacker"
JBuilder Developer |
|
Bob "The Hacker"
JBuilder Developer |
Remote Debugging Web Site2004-10-19 04:26:15 AM jbuilder10 I am wanting to remote debug our development Web Server. I have loaded the JBuilder Debug Server onto our web server and started it using the default port. On my client I set up the following. Enable Remote Launch Server Name Default port Class Path - Where they are on the server Working directory - On the server. I keep getting the error "Unable to start runtime due to incomplete configuration" I shared everything on my server. Any Ideas? Do I need to set the default web page to start? |
| Bob "The Hacker"
Java Developer |
2004-10-19 10:08:39 PM
Re:Remote Debugging Web Site
One thing I forgot to mention is that I am running IIS on my remote server
and all that pops up under the server connections is TomCat. "Bob "The Hacker"" < XXXX@XXXXX.COM >wrote in message QuoteI am wanting to remote debug our development Web Server. I have loaded |
| Kevin Dean
Java Developer |
2004-10-21 01:58:08 AM
Re:Remote Debugging Web Site
I can't remember specifically where, but if you add the following to the
Tomcat VM startup parameters, you don't need the debug server at all. -Xrunjdwp:transport=dt_socket,server=y,address=5000,suspend=n Instead, you can attach to the process on port 5000 and debug to your heart's content. -- Check out our latest white papers at www.datadevelopment.com/papers/index.html BladeNET Scores With Borland Enterprise Tools Team Development with JBuilder and Borland Enterprise Server Dolphin Data Development Ltd. www.datadevelopment.com/ "Bob "The Hacker"" < XXXX@XXXXX.COM >wrote in message QuoteI am wanting to remote debug our development Web Server. I have loaded the {smallsort} |
