Michael Rachow
|
| Posted: 07/04/2002, 6:18 AM |
|
Hi,
while generating JSP's I'm getting the error above.
I'm unsure about how CCS works for compiling servlets
(at the end of the publishing process).
It seems it uses my already installed version of ANT?
At least I don't know where the build process will look for jar files?!
How can I specify needed jar files?
Which jar file contains the class javax.servlet.http.HttpServletRequest?
Thanks in advance
Michael
|
|
|
 |
Michael Rachow
|
| Posted: 07/04/2002, 6:47 AM |
|
So far
the build process uses the environment variable CLASSPATH.
It points to my TOMCAT installation
where I found servlet.jar.
It contains class javax.servlet.httpHttpServletRequest
Where can I specify that the build process should search that jar file?
Thanks
Michael
"Michael Rachow" <mrachow@BeraCom.de> schrieb im Newsbeitrag
news:ag1i02$9r1$1@news.codecharge.com...
> Hi,
>
> while generating JSP's I'm getting the error above.
>
> I'm unsure about how CCS works for compiling servlets
> (at the end of the publishing process).
>
> It seems it uses my already installed version of ANT?
>
> At least I don't know where the build process will look for jar files?!
> How can I specify needed jar files?
> Which jar file contains the class javax.servlet.http.HttpServletRequest?
>
> Thanks in advance
> Michael
>
>
|
|
|
 |
Michael Rachow
|
| Posted: 07/04/2002, 8:18 AM |
|
Ok,
after I'd spcified the needed jar file in CLASSPATH
the compilation process finished.
Michael
|
|
|
 |
|