aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes where will be the generated Servlet stored Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "where will be the generated Servlet stored" Watch "where will be the generated Servlet stored" New topic
Author

where will be the generated Servlet stored

nagaraj reddy
Ranch Hand

Joined: Feb 21, 2005
Posts: 43
As we knoe that Jsp page is internally converted into servlet.
where will be that servlet stored....
Edmund Yong
Ranch Hand

Joined: Nov 16, 2003
Posts: 164
If you're using Tomcat, the servlet .java and .class files are stored in work\Catalina\localhost\myapp where "myapp" is the name of your web application.


SCJP 1.2, SCWCD 1.4
nagaraj reddy
Ranch Hand

Joined: Feb 21, 2005
Posts: 43
ia m using weblogic server8.1. so where the generated servlet will store
Sergey Tyulkin
Ranch Hand

Joined: May 10, 2005
Posts: 87
It is a server-dependent mechanism.
For me to view these servlets (i'm using WebSphere 5) i should
1) define extra parameter to create generated servlet files
2) locate them in workspace catalog
Both actions were recognized from documentation.
So, i think, you can try google to find the answer.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: where will be the generated Servlet stored
 
Similar Threads
JSP
Where is source file and class files are stored after translation
MessagingException: IOException while sending message
Servlet method
servlet location