Re: How to change the package definition from org.apache.jsp to something else ?

2002-08-20 Thread Rodrigo Ruiz
c Gilbertson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 5:53 PM Subject: Re: How to change the package definition from org.apache.jsp to something else ? > Rob, > > As noted in a previous response, the package n

Re: How to change the package definition from org.apache.jsp to something else ?

2002-08-20 Thread Eric Gilbertson
Rob, As noted in a previous response, the package name and location of the servlet class files is server specific and not directly controllable by the user. You can work around this by statically compiling your servlets using jspc (use the -p switch to control the package name that is used) an

Re: How to change the package definition from org.apache.jsp to something else ?

2002-08-20 Thread Navdeep Singh
workaround to make this work ? thanks again, navdeep - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 1:26 AM Subject: Re: How to change the package definition from

How to change the package definition from org.apache.jsp to something else ?

2002-08-19 Thread Navdeep Singh
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.