You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Brandon, thanks for the great video! Works well for a simple project, however I am trying to do something a little more complex, with some shared objects in multiple web apps in my workspace, and am curious if you have any ideas on how to make it work. Specifically, I have one root folder (javalibs) with several (src/class) resources in it, and a couple of (webapp1, webapp2, etc) folders with the web app specific resources in them (jsp pages, etc). I want to break on the classes from javalibs while debugging using tomcat against webapp folder, however I can't seem to make that happen. Have tried symlinking the javalibs/src into the webapps folder, symlinking the classes folder into webappX/server/WEB-INF, building a jar file and copying it to webappX/server/WEB-INF/lib , etc, and yet the debugger never stops at any of the breakpoints set in the src. Curious if you have any ideas or examples for something like that. Thanks in advance for any insight.
The text was updated successfully, but these errors were encountered:
Hey Brandon, thanks for the great video! Works well for a simple project, however I am trying to do something a little more complex, with some shared objects in multiple web apps in my workspace, and am curious if you have any ideas on how to make it work. Specifically, I have one root folder (javalibs) with several (src/class) resources in it, and a couple of (webapp1, webapp2, etc) folders with the web app specific resources in them (jsp pages, etc). I want to break on the classes from javalibs while debugging using tomcat against webapp folder, however I can't seem to make that happen. Have tried symlinking the javalibs/src into the webapps folder, symlinking the classes folder into webappX/server/WEB-INF, building a jar file and copying it to webappX/server/WEB-INF/lib , etc, and yet the debugger never stops at any of the breakpoints set in the src. Curious if you have any ideas or examples for something like that. Thanks in advance for any insight.
The text was updated successfully, but these errors were encountered: