A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Products
»
BEA/Weblogic
Author
JSP to Servlet - where is the code ?
shlomy bentulilah
Ranch Hand
Joined: Oct 25, 2007
Posts: 37
posted
Apr 03, 2008 23:53:00
0
Hi I am running weblogic 9.2 & 8.1.
I want to know where can I found the code of the the
JSP
that was
translated to
Servlet
..
thanks.
Mehul Wani
Greenhorn
Joined: Mar 18, 2008
Posts: 18
posted
Apr 04, 2008 03:10:00
0
For WLS 8.1 you can find it at the following location:
Drive_Name
\bea\user_projects\domains\
your_domain
\work\jspsrc\jsp_servlet\_web_45_inf\_jsp
[ April 04, 2008: Message edited by: Mehul Wani ]
shlomy bentulilah
Ranch Hand
Joined: Oct 25, 2007
Posts: 37
posted
Apr 04, 2008 03:24:00
0
thanks for your reply.
Is it configurable ?
thanks.
bksella sella
Ranch Hand
Joined: Jul 31, 2003
Posts: 32
posted
Apr 07, 2008 09:47:00
0
In your weblogic.xml file, have the directory structure defined as...
<jsp-descriptor>
<jsp-param>
<param-name>compileCommand</param-name>
<param-value>javac</param-value>
</jsp-param>
<jsp-param>
<param-name>workingDir</param-name>
<param-value>C:\foobar\</param-value>
</jsp-param>
<jsp-param>
<param-name>keepgenerated</param-name>
<param-value>true</param-value>
</jsp-param>
<jsp-param>
<param-name>pageCheckSeconds</param-name>
<param-value>5</param-value>
</jsp-param>
</jsp-descriptor>
shlomy bentulilah
Ranch Hand
Joined: Oct 25, 2007
Posts: 37
posted
Apr 07, 2008 10:24:00
0
Thanks!!
What about weblogic 9.2 ?
I agree. Here's the link:
http://aspose.com/file-tools
subject: JSP to Servlet - where is the code ?
Similar Threads
error in uploading zip file
response.setHeader not working
Logging out of System
JSP to Servlet - where is the code ?
servlet code
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter