My demo code started working again and this time I see a pattern. This code was deployed into my weblogic server at the context root of “/”. When I changed it to something else like “aklogin”, I started getting the 404 errors again and all that I have said so far in my previous posts happened again. When I changed my context root back to ‘/’, things just magically started working again. I am yet to figure out why there is this dependency with the context root.
My demo app is currently available thru http://anoopkam.dyndns.org. It will be accessible as long as I have my server up.
Like I said, I am lost for words at this behavior. Of course this leaves me with one question – how can I host multiple apps in here that uses spring. Lets see how it turns out.

