Hello, unfortunately i'm a newbie to java servlets, still i want to learn something new and powerful (for now i'm a PHP developer ;) ).
So i have installed Tomcat 6 and Netbeans on my Windows XP.

I want to do something for whidh i need some clesses tahat aren't in the default tomcat installation (it's about httpclient) and i want to know how do I add new classes (jars) to my tomcat and set them up to work with their javadoc also!

I have made a copy-n-paste tentative but even it have seen the new classes, NetBeans did't find any javadoc for them, so i want to do it again and this time right!

Recommended Answers

All 2 Replies

To provide Tomcat wit additional libraries you need to add these into PROJECT_DIRECTORY/WEB-INF/lib. For more info have look at this Deployment documentation

Thanks for reply! I'm on the way!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.