| 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.
|
 |
 |
|
|
subject: where will be the generated Servlet stored
|
|
|