On Wed, 27 Feb 2002, Kurt Kurniawan wrote:
> Date: Wed, 27 Feb 2002 17:04:01 +1100
> From: Kurt Kurniawan <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: TC4.0.2 ignoring servlet.jar classpath. what the...
>
> try to put servlet.jar in the <main java directory>/jre/lib/ext/ it
> always work!!
>
This may solve your compile problems, but it will *not* solve runtime
problems. In fact, it will cause mysterious runtime errors under 4.0 and
4.0.1 systems.
Your best bets:
* Use a development tool or IDE that understands how to build a
compile-time class path for you.
* Use Ant to build your projects, as outlined in the Application
Developer's Guide documentation that is included with Tomcat.
Craig McClanahan
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>