Hi, I have noticed that the default package structure in my servlet source files (compiled from JSPs) is org.apache.jsp. But the .java and .class files are generated in /work/localhost/_/ directory. How can i
1. Force my compiled .java and .class file to go in /work/org/apache/jsp ? or 2. Make .java files to include the right package in .java files (which is /work/locahost/_/)? thanks Rob
