Is it always necessary to place the servlet class files under the WEB-INF/classesfolder?

2001-10-31 Thread RSEQUEIRA

Is it always necessary to create a WEB-INF folder? Is this a standard or is
it just plain mandatory to create a WEB-INF folder. And then place the
class files in the WEB-INF/classes folder (read - application won't work
without these folders)?
Any information will be greatly appreciated.

We are migrating from Website/JRun to Apache/Tomcat. And our current
directory structure doesn't conform to the WEB-INF standard.
Also, we use the SERVLET tag heavily. And Tomcat doesn't support this
tag. I read somewhere (maybe in this forum itself) that we should replace
it with jsp:include... tag instead. Anyone who has successfully
implemented thisI would be glad to hear from him/her.

Thanks in advance



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Is it always necessary to place the servlet class files under the WEB-INF/classesfolder?

2001-10-31 Thread Pae Choi

Have you read the Servlet spec before? If so, you do not like how it
specified? In case you are not happy with the spec. you should send
email to [EMAIL PROTECTED]

Pae


Is it always necessary to create a WEB-INF folder? Is this a standard or is
it just plain mandatory to create a WEB-INF folder. And then place the
class files in the WEB-INF/classes folder (read - application won't work
without these folders)?
Any information will be greatly appreciated.

We are migrating from Website/JRun to Apache/Tomcat. And our current
directory structure doesn't conform to the WEB-INF standard.
Also, we use the SERVLET tag heavily. And Tomcat doesn't support this
tag. I read somewhere (maybe in this forum itself) that we should replace
it with jsp:include... tag instead. Anyone who has successfully
implemented thisI would be glad to hear from him/her.

Thanks in advance



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]