Hi,

Apologies if this message has shown up twice. I posted it yesterday
but never got a copy. I wasn't sure if the listserver was set to not
send a copy of my own post back to me or if it never made it, so I am
trying again.

I am just getting started with tomcat and the configuration hasn't
been all that easy.

If someone out there could point me to some good resources, I'd be
grateful.

One specific question I have is how to run a servlet that's in a
package.

Right now I am kludging away like this:

the class that extends HttpServlet has no package

its' just a wrapper for code in other packages.

I'd like to move that wrapper class into a package as well.

Another thing I'd I'd like to learn more about is how people configure
their environments (unix/linux) so that they can build and test
without coming a lot of files around and without creating security
holes. Right now I build as a user and then use root to copy the class
files to the webapp/... directory, but this is terribly cumbersome.

Also, I think I know what a wAR file is, but I don't know how to
create them.

Thanks much,

Spencer

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to