This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Weblogic 10.3.3 - Accessing compiled .jsps which are stored in a jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Weblogic 10.3.3 - Accessing compiled .jsps which are stored in a jar" Watch "Weblogic 10.3.3 - Accessing compiled .jsps which are stored in a jar" New topic
Author

Weblogic 10.3.3 - Accessing compiled .jsps which are stored in a jar

Benny Zlo
Greenhorn

Joined: Jan 28, 2012
Posts: 4
Hi, we are currently migrating from OC4J to Weblogic. There is an ANT script which builds our .ear file and it compiles and stores all the .jsps in a jar of their own.
Now when I tried to deploy the application on Weblogic, when accessing .jsps I always received 404, I realized it had something to do with the location of the .jsps, so I exported the .ear using Eclipse and not our ANT script, and the .jsp files weren't packaged into a jar of their own.

I did some research and found out that there is JSPServlet in Weblogic used to handle .jsps. So I mapped *.jsp in web.xml to this servlet, but it still didn't work.

What could be the problem?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Weblogic 10.3.3 - Accessing compiled .jsps which are stored in a jar
 
Similar Threads
IOException while deploying.- from "applications" directory
Need help to access images with app running on Weblogic 10
JSP Precompile
deploy remotely using ANT
EAR Packagin through ANT script in weblogic 8.1