Hi,
I have a web app begins with a
jsp file, running on
tomcat.
I relized that for deployment, I have to create a war file out of it.
So I did - i executed a war file out of my project into the apps folder,
and it is running well.
now, in my apps i have a war file and a folder that created automatically.
i have to copy this app to another machine, containing tomcat.
Should I copy the war file and the folder that was creaed from my webapps into
the webapps in the second machine (cause it doesn't work)?
Hope I'm understood...
Thanks.