David Casas Messages: 58 Registered: November 2011 Location: Barcelona
Member
Hi guys,
I have made a redirect servlet in order to have control over the user requests and to link news on my app. The thing is that it is working right deploying it on eclipse but when I make a WAR product and I deploy it on my Tomcat Server, it does not work...
Do you know if I have to configure my web.xml to use that servlet?? I think it can be a problem with the equinox bridge since all the application works fine except from that.
Piotr Slonicz Messages: 13 Registered: August 2011 Location: Munich
Junior Member
It seems, you have the same problem as I, but I haven't used plugin.xml to register it, but a new Bundle with Activator, ServidceTracker and Servlet classes. See my problem description Topic: Servlet can not be registered. What Target Platform you use?