facebook

Is there a way to debug Struts in MyE? [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #223077 Reply

    sntechnik
    Member

    Hi,

    i want to debug my running web on tomcat using struts. When i have started the tomcat, i am trying to start debug, but no option there makes sence to me for this.

    How do i do this?

    Greets, Qeldroma

    #223079 Reply

    Riyad Kalla
    Member

    Qeldroma,
    You need to read our Web project quickstart guide: http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/webprojects/index.html

    To get farmiliar with how ME works. Debugging Struts applications, Servlets, JSPs, Filters, etc. all work in exactly the same way:
    1) Make sure your Tomcat connector is set to launch in “Debug” mode (default setting)
    2) Deploy your app
    3) Run tomcat
    4) Set break points in any of your files
    5) Use your browser to excercise the app so that the breakpoints get hit

    #223550 Reply

    sntechnik
    Member

    Ok, thanks.

    A fault that took me an hour was to find out, that sometimes while deploying an exception “unpacking war-file” is thrown. I just didn’t see it and wondered why my changes didn’t aplly 🙁

    Greets, QD

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Is there a way to debug Struts in MyE? [Closed]

You must be logged in to post in the forum log in