Add new comment

Hi,

Hi,

I have a webapp which is built without a web.xml. It uses spring's Java Config to configure most of the configurations that would have been done via web.xml in the past.

I am trying to create a windows gui app out of it. I am able to package it all with embedded tomcat and create an exe. On executing the exe, the tomcat starts successfully, but the application is not available. THis is a working app and have been tested on a regulatr tomcat. So the packaging is all correct.

Do we have to do something special for a spring we app without a web.xml?

Thanks,

Jagdish