Hi,
I am migrating an application from
Tomcat to Resin and i wonder could anyone tell me, will i encounter any major hurdles in doing so?
I am pretty new to Resin and i copied my Tomcat app over "as is" and tried to run it in a webapps/myappname folder then tried to access it via my browser the same way i normally do i.e
http://localhost:8080/myappname/somejsp.jsp but all i get is a directory listing of all of the files in the folder myappname?
Any suggestions on what i need to change to get Resin to serve from this folder?
Thanks in advance