Re: Embedded Tomcat JavaDoc Not Complete

2013-03-15 Thread Nick Williams
On Mar 15, 2013, at 3:15 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nick, > > On 3/15/13 3:56 PM, Nick Williams wrote: >> I tried using a JAR URL. (If I remember correctly, it ended up >> looking something like >> jar:url://C:/Users/Nicholas/Desktop

Re: Embedded Tomcat JavaDoc Not Complete

2013-03-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 3/15/13 3:56 PM, Nick Williams wrote: > I tried using a JAR URL. (If I remember correctly, it ended up > looking something like > jar:url://C:/Users/Nicholas/Desktop/Project/target/Test.jar!/Test.war. That > doesn't look right. > I tri

Re: Embedded Tomcat JavaDoc Not Complete

2013-03-15 Thread Nick Williams
On Mar 15, 2013, at 2:15 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nick, > > On 3/13/13 2:19 PM, Nicholas Williams wrote: >> On Wed, Mar 13, 2013 at 12:10 PM, Christopher Schultz >> wrote: >>> You mean addWebapp methods? They seem fairly self-expla

Re: Embedded Tomcat JavaDoc Not Complete

2013-03-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 3/13/13 2:19 PM, Nicholas Williams wrote: > On Wed, Mar 13, 2013 at 12:10 PM, Christopher Schultz > wrote: >> You mean addWebapp methods? They seem fairly self-explanatory. > > Yes. I meant addWebapp methods. That was a typo. > > There

Re: Embedded Tomcat JavaDoc Not Complete

2013-03-13 Thread Nicholas Williams
On Wed, Mar 13, 2013 at 12:10 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nick, > > On 3/12/13 11:50 PM, Nick Williams wrote: >> >> On Mar 12, 2013, at 10:47 PM, Nick Williams wrote: >> >>> The JavaDoc for o.a.c.startup.Tomcat [1] is not complete. >>> Imp

Re: Embedded Tomcat JavaDoc Not Complete

2013-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 3/12/13 11:50 PM, Nick Williams wrote: > > On Mar 12, 2013, at 10:47 PM, Nick Williams wrote: > >> The JavaDoc for o.a.c.startup.Tomcat [1] is not complete. >> Importantly, it is lacking complete information about all three >> addWebapp

Re: Embedded Tomcat JavaDoc Not Complete

2013-03-12 Thread Nick Williams
On Mar 12, 2013, at 10:47 PM, Nick Williams wrote: > The JavaDoc for o.a.c.startup.Tomcat [1] is not complete. Importantly, it is > lacking complete information about all three addWebapp classes. Ultimately, I > want to create one giant JAR file with my classes, Tomcat classes, servlet > class

Embedded Tomcat JavaDoc Not Complete

2013-03-12 Thread Nick Williams
The JavaDoc for o.a.c.startup.Tomcat [1] is not complete. Importantly, it is lacking complete information about all three addWebapp classes. Ultimately, I want to create one giant JAR file with my classes, Tomcat classes, servlet classes, etc., with a com.mycompany.Bootstrap specified as the Mai