is there a way to just upload a folder or zip file with a bunch of html pages in WAS 7 without creating a WAR file?
I want to do this just in my development environment, so I don't have to setup/run a separate web server.
is there a way to just upload a folder or zip file with a bunch of html pages in WAS 7 without creating a WAR file?
I want to do this just in my development environment, so I don't have to setup/run a separate web server.
You can attach your project to existing ear/war file which is deployed in the WAS 7. Modify the deployment descriptor of the EAR and add your project by selecting manage utility jars.
the answer is not, you cannot deploy only html in WAS 7 , you would need to do it in the web server.