DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15403

Embedded Tomcat can't compile JSP .java file due to extra /

           Summary: Embedded Tomcat can't compile JSP .java file due to
                    extra /
           Product: Tomcat 4
           Version: 4.1.16
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I started with the source code that appeared in the OnJava article
http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html. I am trying
to serve a webapp that works fine when I run Tomcat standalone. When
I start the embedded Tomcat, it serves HTML pages just fine. When trying
to serve JSPs however, the servlet code is generated, but the compile
fails (log at the end of this message, my changes to the source follow
that). I suspect that it fails because Ant can't resolve any java files
in the work directory, since the compile fails with:

Error compiling file: C:\Program Files\Apache Group\Tomcat
4.1\work\_\localhost\texas\/index_jsp.java 



The log shows:

Creating engine
Creating host 'localhost' with appBase 'C:/Program Files/Apache
Group/Tomcat 4.1/webapps'
Creating context '' with docBase 'C:/Program Files/Apache Group/Tomcat
4.1/webapps/ROOT'
Creating context '/examples' with docBase 'C:/Program Files/Apache
Group/Tomcat 4.1/webapps/examples/jsp'
Creating context '/tomcat-docs' with docBase 'C:/Program Files/Apache
Group/Tomcat 4.1/webapps/tomcat-docs'
Adding engine (org.apache.catalina.core.StandardEngine/1.0)
Creating connector for address='ALL' port='80' secure='false'
Adding connector (org.apache.coyote.tomcat4.CoyoteConnector2/1.0)
Starting embedded server
Apache Tomcat/4.1.12
StandardContext[]: Starting
StandardContext[]: Processing start(), current available=false
StandardContext[]: Configuring default Resources
StandardContext[]: Configuring non-privileged default Loader
StandardContext[]: Configuring default Manager
StandardContext[]: Processing standard container startup
WebappLoader[]: Deploying class repositories to work directory
C:\Program Files\Apache Group\Tomcat 4.1\work\_\localhost\_
ContextConfig[]: ContextConfig: Processing START
StandardContext[]: Setting deployment descriptor public ID to '-//Sun
Microsystems, Inc.//DTD Web Application 2.3//EN'
StandardContext[]: Setting deployment descriptor public ID to '-//Sun
Microsystems, Inc.//DTD Web Application 2.3//EN'
ContextConfig[]:  Accumulating TLD resource paths
ContextConfig[]:   Scanning <taglib> elements in web.xml
ContextConfig[]:   Scanning TLDs in /WEB-INF subdirectory
ContextConfig[]:   Scanning JARs in /WEB-INF/lib subdirectory
ContextConfig[]: Added certificates -> request attribute Valve
ContextConfig[]: Pipline Configuration:
ContextConfig[]:   org.apache.catalina.valves.CertificatesValve/1.0
ContextConfig[]:   org.apache.catalina.core.StandardContextValve/1.0
ContextConfig[]: ======================
NamingContextListener[/null/localhost]: Creating JNDI naming context
NamingContextListener[/null/localhost]:   Resource parameters for
UserTransaction = null
StandardManager[]: Seeding random number generator class
java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
StandardContext[]: Posting standard context attributes
StandardContext[]: Configuring application event listeners
StandardContext[]: Sending application start events
StandardContext[]: Starting filters
StandardWrapper[:default]: Loading container servlet default
StandardWrapper[:invoker]: Loading container servlet invoker
StandardContext[]: Starting completed
0 [main] INFO http11.Http11Protocol  - Initializing Coyote HTTP/1.1 on
port 80
61 [main] INFO http11.Http11Protocol  - Starting Coyote HTTP/1.1 on port 80
StandardHost[localhost]: Installing web application at context path
/texas from URL file://C:/Program Files/Apache Group/Tomcat
4.1/webapps/texas
WebappLoader[/texas]: Deploying class repositories to work directory
C:\Program Files\Apache Group\Tomcat 4.1\work\_\localhost\texas
WebappLoader[/texas]: Deploy class files /WEB-INF/classes to C:\Program
Files\Apache Group\Tomcat 4.1\webapps\texas\WEB-INF\classes
WebappLoader[/texas]: Deploy JAR /WEB-INF/lib/dom4j.jar to C:\Program
Files\Apache Group\Tomcat 4.1\webapps\texas\WEB-INF\lib\dom4j.jar
WebappLoader[/texas]: Deploy JAR /WEB-INF/lib/filetags.jar to C:\Program
Files\Apache Group\Tomcat 4.1\webapps\texas\WEB-INF\lib\filetags.jar
WebappLoader[/texas]: Deploy JAR /WEB-INF/lib/xtags.jar to C:\Program
Files\Apache Group\Tomcat 4.1\webapps\texas\WEB-INF\lib\xtags.jar
ContextConfig[/texas]: Added certificates -> request attribute Valve
StandardManager[/texas]: Seeding random number generator class
java.security.SecureRandom
StandardManager[/texas]: Seeding of random number generator has been
completed
StandardWrapper[/texas:default]: Loading container servlet default
StandardWrapper[/texas:invoker]: Loading container servlet invoker
StandardEngine[null]: Mapping server name 'localhost'
StandardEngine[null]:  Trying a direct match
StandardHost[localhost]: Mapping request URI '/texas/index.jsp'
StandardHost[localhost]:   Trying the longest context path prefix
StandardHost[localhost]:  Mapped to context '/texas'
Error compiling file: C:\Program Files\Apache Group\Tomcat
4.1\work\_\localhost\texas\/index_jsp.java     [javac] Compiling 1
source file


StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
    [javac] Compiling 1 source file
    at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
    at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
    at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:313)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:324)
    at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
...

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to