Elalmaire wrote:
>
>
> Mark Thomas-18 wrote:
>> Elalmaire wrote:
>>> Hi,
>>> I'm a new tomcat user.
>>> I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've
>>> setted JRE_HOME).
>>> >From docs, I've read that it's possible to use a jre since "Tomcat 6.0
> uses the Eclipse
.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
I'm trying to compile two servlets.
Under the src dir I've a dir called ebookshop (the two servlet are under the
package ebookshop).
The target compile is:
Elalmaire wrote:
> Hi,
> I'm a new tomcat user.
> I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've
> setted JRE_HOME).
>>From docs, I've read that it's possible to use a jre since "Tomcat 6.0 uses
>>the Eclipse JDT Java compiler for compiling JSP pages", but when I try
Hi,
I'm a new tomcat user.
I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've
setted JRE_HOME).
>From docs, I've read that it's possible to use a jre since "Tomcat 6.0 uses
>the Eclipse JDT Java compiler for compiling JSP pages", but when I try to
>compile with ant (the