Search |
||
GWS Deployer 1.9.17 : Reloaded : New Features Part 2 : JSP SupportPosted by survivant on September 10, 2009 at 2:22 PM PDT
Grizzly Deployer got lot of activity recently over mailing list, so I took the time to give you a new feature
that been added to the release 1.9.17. The Autodeploy command. You should see that option like a default web.xml config that will be append to all your webapps that you will deploy. You can activate this feature by adding this param to the command line : java -jar grizzly-http-servlet-deployer-1.9.18-SNAPSHOT.jar --autodeploy=[path] Example : --autodeploy=/folder/autodeploy You need to create one of more web.xml files that you will put in that folder. Each web.xml config will be append to all your webapps. here a sample for JSP support using Jasper
The last step is to put the required jars into the classpath. You could put them in the command line with -cp or --classpath or you could use Deployer's param : --libraryPath=[path] Example : --libraryPath=/libs:/common_libs With that you can have JSP support only if you want. Follow us on Twitter »
Related Topics >>
Blogs Community General J2EE JSP Open Source Servlets Web Applications Web Development Tools Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|