• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP debug for Eclipse 5.0 and weblogic 9.2 MP2

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I used the link (http://download.oracle.com/docs/cd/E13224_01/wlw/docs103/guide/ideuserguide/servers/conWebLogicServer.html#UpdateServerDefn) to debug jsps in eclipse. I have eclipse 5.0 and oepe plugin to integrate my weblogic 9.2 MP2 server to eclipse 5.0. I have given the weblogic.xml as below


There is a folder called jsp_servlet which inturn contains folders with the same name as the original folder the one which contains the jsp but with a underscore added to it and is created under C:\eclipse_5_0\eclipse\workspace\Folder. the .java and the .class files are getting generated. When I debug the jsp the control is correctly coming to the breakpoint but it still says edit source lookup. under my source look up I have added the workspace folder and also this jsp_servlet folder. Please help me in the same. We are stuck in an issue which can be solved if I can debug this.

Regards,
Acharya
 
Acharya Thiyagarajan
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I also quite dont understand the below lines under "Step 3: (Optional) Enabling JSP Servlet Source Debugging on Separate Server "

To enable source debugging of servlets on a separate server, map the following directory (on the remote server) to a local directory, and use the Source Lookup Path dialog, or the Source tab in the Launch Configuration dialog (the Run > Run command), to add the mapped directory to Source Lookup Path.

Have I configured teh same correctly as per the above statement?

Regards,
Acharya
 
Ranch Hand
Posts: 689
Scala Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Acharya ,

Pleace code tag when your question contains code.

read this Use Code Tags ..
 
Acharya Thiyagarajan
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have done the same. sorry coz I am new to java ranch.

Regards,
Acharya
 
Nishan Patel
Ranch Hand
Posts: 689
Scala Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's Ok... don't be sorry...
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be sure to ask IDE questions in the IDE forum. I have moved this post there for you.
 
Please enjoy this holographic presentation of our apocalyptic dilemma right after this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic