Question

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.

Was it helpful?

Solution 2

the answer is not, you cannot deploy only html in WAS 7 , you would need to do it in the web server.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top