dev@grizzly.java.net

Re: module grizzly-servlet-webserver-deployer

From: Survivant 00 <survivant00_at_gmail.com>
Date: Fri, 6 Mar 2009 10:19:43 -0500

no trouble :)

the main difference is that : grizzly-servlet-deployer. was for loading a
servlet from one war.

the second : grizzly-servlet-webserver-deployer (which should replace the
1th one) will be able to deployed multiple war and servlet.

#1 : grizzly-servlet-deployer -a webapp.war

#2 grizzly-servlet-webserver-deployer -a webapp.war
or
 -a /webapp (war's folder expanded)
-a /.../web.xml (will load the servlets)
-a /multiplewar_folder/.. (will deployed any war, war expended,
./WEB-INF/web.xml ...

as soon as I finish #2.. I'll go work on the javadoc.. didn't had time yet.


2009/3/6 Jeanfrancois Arcand <Jeanfrancois.Arcand_at_sun.com>

> Salut,
>
> my apology...what was the difference between the two?
>
> Survivant 00 wrote:
>
>> the module grizzly-servlet-webserver-deployer was a more complete version
>> of grizzly-servlet-deployer.
>>
>> I don't mind removing it, because I'm working on a new version anyway.
>> The new one will support webapp 2.2 to 3.0 API.
>>
>>
>> There will still have work do to (JF.. you were suppose to take care of
>> the classpath problem...but you remove the module :) )
>>
>
> OK but was under the impression you just wanted to build a full webserver
> with that module, like all modules/bundles/*. I will bring it back to life
> but I just need to know the diff between the two :-)
>
>
>
>> I'll wak you guys when I'll complete my first iterator with the new
>> version.. hope to finifh it tomorrow.
>>
>
> Great and sorry again!
>
> -- Jeanfrancois
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>
>