This is way off the intent of this mailing list, so I apologize if this is unwelcome, 
just thought I would clarify this for some people I have seen with path issues and 
servlets.

If you are using Tomcat 4, and want all of your contexts to have access to the classes 
for iText, then you can use the $CATALINA_HOME/common/lib folder. 

If you want only one context, or application on your server to have access to them, 
they should be placed in a folder that only that context can see. For example, for 
context, 'myApp', it would be $CATALINA_HOME/webapps/myApp/WEB-INF/lib folder.

Chris 

-----Original Message-----
From: Luke Chiam @ Webesse [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 8:13 AM
To: Bruno
Cc: [EMAIL PROTECTED]
Subject: Re: [iText-questions] Servlet


Hi Bruno,

Hey thanks for your time to point out that the problem is with the placement
of the itext-0.92.jar file. I originally placed it in the $JAVA_HOME/lib,
but on your advice moved it to $CATALINA_HOME/common/lib

I am using Apache Tomcat and Java SDK 2

Thanks again. Now its time to finish my project. :)

Luke


----- Original Message -----
From: "Bruno" <[EMAIL PROTECTED]>
To: "Luke Chiam @ Webesse" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 8:12 PM
Subject: Re: [iText-questions] Servlet


> Citeren "Luke Chiam @ Webesse" <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > Looked around and read a lot but cant seems to get an example of how to
> > write a servlet world of the HelloWorld code.
> >
> > Keep getting "java.lang.NoClassDefFoundError: com/lowagie/text/Element"
> >
> > Any idea, any one?
>
> Sounds like a CLASSPATH problem.
> So this is not a question for the iText mailinglist,
> it's a question you have to post on the mailinglist
> of your Servlet Engine. Where do I put the jars with
> the code I am using in my Servlet?
>
> This differs from Servlet Engine to Servlet Engine.
>
> Bruno
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to