URL pattern /admin/*
"Andras Balogh" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have a problem with my Barracuda webapp using Tomcat. I want to map the admin part of my webapp to the path: /admin/* When i try to request something like this http://myhost/mywebapp/admin/GetLogin.event i get the error that unhandled event. In the log i can see that something is not going right: 27730 [Thread-7] DEBUG rg.enhydra.barracuda.core.event.ApplicationGateway - Incoming URI:/mywebapp/admin/GetLogin.event 27730 [Thread-7] DEBUG rg.enhydra.barracuda.core.event.ApplicationGateway - ServletPath:/admin 27730 [Thread-7] DEBUG rg.enhydra.barracuda.core.event.ApplicationGateway - Creating Event 27730 [Thread-7] ERROR rg.enhydra.barracuda.core.event.ApplicationGateway - Class admin not found...Creating a generic HttpRequestEvent I don't know why the servlet path is becaming just /admin. This is a tomcat bug? (my tomcat version is 4.1.12) Looking at the source of org.enhydra.barracuda.core.event.ApplicationGateway i see that if the request URI would be used than the event name could be obtained. Can somebody comment on this matter? Thanks, Andras.