Mantis - Resin
Viewing Issue Advanced Details
5314 minor always 12-13-12 11:59 12-20-12 11:41
ferg  
ferg  
normal  
closed 4.0.33  
fixed  
none    
none 4.0.34  
0005314: Registration.addMapping
(rep by Rick Mann)

> The .33 snapshot is instantiating my initializer correctly, and that code is calling this:
>
> ServletRegistration.Dynamic registration = servletContext.addServlet(servletName, dispatcherServlet);
> registration.setLoadOnStartup(1);
> registration.addMapping(new String["/"]);



However, I don't see anything in the Caucho logging indicating that it registered a servlet (not sure if there is anything). I did see this, which doesn't seem right:

[12-12-13 03:50:11.038] CONFIG com.caucho.server.dispatch.ServletMapper addUrlMapping: servlet-mapping / -> resin-file

Notes
(0006121)
ferg   
12-20-12 11:41   
server/12ui