I would recommend getting to terms with general deployment and J2EE issues first. The J2EE specs as a guideline can be used, although reading the full specs is overkill. Someone else mentioned a .war tutorial which will help.
Once you know how a J2EE app fits together and what an application sever should/must provide, you can map that to Tomcat, but you'll also already have a good knowledge base for other application servers. If you know what to expect from an application, you know where to look for it more easily. XML is easy. Read a short introduction somewhere just to get the basic idea of what it is, then all the files will make a lot more sense. Btw, with Tomcat 4.1 you get the docs installed with the server, so you have a full reference with examples right there. --- David <[EMAIL PROTECTED]> wrote: > Hi guys, > I am a complete newbie to hosting a webserver. > I just installed the tomcat and would very much want > to learn more about > it. > > I cannot find any tutorials links on tomcat from the > Tomcat main site at > all. > > Does anyone know of any online tutorial website > where I can learn how to > use Tomcat as my webserver ? > > P/S: I am a competent Java programmer but have no > XML know-how. Is this > going to be a problem ? > > Regards > David > > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
