NOTE: cross post from glass fish list http://forums.java.net/jive/thread.jspa?threadID=74002
Hi, I am trying to deply a simple servlet as a osgi jar. The container (glassfish v3 on felix) reports that it was successful loading the application to the context '/hello', but when I try to visit localhost/hello , I get a 404 file not found error. Any Help or Ideas will be appreciated. This is what the server prints out with FINEST setting on some loggers (see last few lines): http://pastebin.com/f6d52b3b9 This is my Activator: http://pastebin.com/f26e485d This is my MANIFEST.MF: http://pastebin.com/f2f2daa55 The servlet is a very basic hello world servlet without annotations. Thanks for reading this far. Everything seems to be working fine, no warning no errors, so perhaps I am doing something stupid or missing something basic. Any help will be deeply appreciated. -- View this message in context: http://old.nabble.com/OSGi-HTTP-Service-Implementation-not-loading-webapp-to-context-tp27442657p27442657.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

