java - Is it possible to remotely debug a single and specific WAR deployment on Tomcat? -


i have access remote tomcat server number of different deployed wars. can't thoroughly test wars locally because of remote system dependencies , therefore remotely debug them. because production tomcat server , don't have access setup additional remote servers (e.g. stage testing), reduce as possible security , performance issues of remote debugging via java platform debugger architecture. understanding of using jpda tomcat reveals deployed wars debugging. because of wars in production use, scenario requires debugging new deployments. possible exclusively limit deployments should accessible?

obviously, short , sweet answers acceptable (yes/no). haven't found documentation otherwise, assume it's not possible.

possible or not think should not debug in production environment since production environment.

the recommendation check log files generated application can see behavior (if raise exceptions in class/process/method or if working expected).

looking @ google found this: http://wiki.apache.org/tomcat/faq/developing#q2

did tried stated in link above?


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -