Difference between revisions of "Xebra Debug Webapp"

(New page: To debug your webapp simply open it in estudio and place breakpoints. Run it with the "-i" (interactive) option to be able to shut it down manually. Then run the server either with the "-u...)
 
 
Line 1: Line 1:
 +
[[Category:Xebra]]
 +
[[Xebra About|About]] | [[Xebra Installation|Installation]] |  [[Xebra Documentation|Documentation]] |  [[Xebra Tutorial|Tutorials]] | [[Xebra FAQ|Frequently Asked Questions]]
 +
 +
 
To debug your webapp simply open it in estudio and place breakpoints. Run it with the "-i" (interactive) option to be able to shut it down manually. Then run the server either with the "-u" (unmanaged) option or configure the server to treat this webapp as an unmanaged webapp (see [[Xebra Server Administration]]).
 
To debug your webapp simply open it in estudio and place breakpoints. Run it with the "-i" (interactive) option to be able to shut it down manually. Then run the server either with the "-u" (unmanaged) option or configure the server to treat this webapp as an unmanaged webapp (see [[Xebra Server Administration]]).

Latest revision as of 16:31, 19 August 2009

About | Installation | Documentation | Tutorials | Frequently Asked Questions


To debug your webapp simply open it in estudio and place breakpoints. Run it with the "-i" (interactive) option to be able to shut it down manually. Then run the server either with the "-u" (unmanaged) option or configure the server to treat this webapp as an unmanaged webapp (see Xebra Server Administration).