I am trying to follow some good-practice methods and not place the servlet jars into the java install.
Instead what I am hoping to do is figure out the correct way to point to the servlet jars.
If my tomcat jars are in /urs/local/tomcat/lib - how should I configure it so my Ubuntu actually understands to look for those libraries there when I try to compile stuff? :)
Thanks, Alex