Two Laptop Bag
The moose likes JSP and the fly likes precompilation of jsps using jspc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "precompilation of jsps using jspc" Watch "precompilation of jsps using jspc" New topic
Author

precompilation of jsps using jspc

Makarandp Parab
Greenhorn

Joined: Sep 26, 2006
Posts: 6
I am currently facing some problem regarding precompilation of jsps using jspc command on command prompt (not with ant jspc option).
The problem is that i am able to compile with the following command

jasper.bat jspc -webapp "C:\Program
Files\Apache Group\Tomcat 4.1\webapps\newtask" -d "D:\JSPCompiled"

But here in this folder "newtask" i have many jsps in which .tld and .inc files are included. So when the jspc compiler faces these includes it fails with following error.

2006-09-28 12:44:58 - ERROR-the file '\emxLoginDisplay.jsp' generated the follow
ing general exception: org.apache.jasper.JasperException: /emxLoginDisplay.jsp(1
0,0) File "common/emxNavigatorInclude.inc" not found
errorrg.apache.jasper.JasperException: Error compiling \emxLoginDisplay.jsp
at org.apache.jasper.JspC.processFile(JspC.java:543)
at org.apache.jasper.JspC.execute(JspC.java:748)
at org.apache.jasper.JspC.main(JspC.java:770)


I feel that it is because the jspc compiler doesnt compile the jsps included files.
Its very urgent. Please help me out in this matter
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56167
    
  13

Please read this.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: precompilation of jsps using jspc
 
Similar Threads
Precompilation of jsps using jspc command
Problems making a jspc task work correclty with 1.5.4
weblogic.jspc thru command line(not thru ANT)
Jsp precompile with Ant and NullPointerException
outofmemory error while compiling jsps using weblogic.jspc