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=15919>.
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=15919

strange loading error when using jsp/jstl & session-listener

           Summary: strange loading error when using jsp/jstl & session-
                    listener
           Product: Tomcat 4
           Version: 4.1.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


hi

i have a simple web-application using jsp sites with jstl (problem verified 
with latest nightly build and 1.0.2) and currently two simple listeners.

listener-part from web.xml

<listener>
  <listener-class>mj.emag.SessionCounterListener</listener-class>
</listener>

<listener>
  <listener-class>mj.emag.SessionAuthListener</listener-class>
</listener>

for development i use ant (1.5.1), so i have a fully automated ant 
install/reload/remove for my web-application.

when doing an ant install on a "clean" tomcat (everything clean) i get 
org.apache.jasper.JasperException: This absolute uri 
(http://java.sun.com/jstl/core) cannot be resolved in either web.xml or the 
jar files deployed with this application
with every jsp-file.

after commenting out both listeners in web.xml and doing a reload jsp works 
fine. now i must access every single jsp file. (for precompiling) then i can 
put in the listeners again and do another reload. --> Now everything works.

this behaviour is extremely strange, and i can't see why. (i think i'll remove 
my listeners and work with classic servlets... (*

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

Reply via email to