- This topic has 6 replies, 2 voices, and was last updated 19 years, 1 month ago by
Kalle-lumi.
-
AuthorPosts
-
Kalle-lumiMemberHi,
Now jsp exceptions gives output to console as usual but the refering line number where the exception origins does not match in any jsp file or java file. There is no links to click which can take me to the exception line. I have no output files to search but I know that in another computer there is an output directory called work/ where tomcat puts the servlets in java code.
How can I configure myeclipse so I can get the execptions clickable in the console window?
*** Date: Tue Apr 04 09:58:36 CEST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
790_2c
-vm
C:\WINDOWS\system32\javaw.exe
Riyad KallaMemberYou cannot. These exceptions refer to the generated Servlets that your app server creates when compiling your JSP files.
Kalle-lumiMemberso is there a work/ catalogue at the Tomcat server?
Riyad KallaMemberThere should be a work directory under Tomcat’s install dir. If you aren’t seeing one, it’s possible that the server.xml file was changed to point to a different work directory.
Kalle-lumiMemberAh.. I have found it.
So this is the only way to find out where exactly the execption occured, right?
The are no plug-ins to join the console out put to this row and position in the servlet output directory file?
Riyad KallaMemberSo this is the only way to find out where exactly the execption occured, right?
Yes, right now atleast.
The are no plug-ins to join the console out put to this row and position in the servlet output directory file?
I am not aware of any.
Kalle-lumiMemberOk. Thanks 🙂
Cheers!! -
AuthorPosts