Try to find out why some files have same name, it's probably because
thay are the same share libraries, just put one copy of them :)

Because what you are doing is building a webapp licaiton, which has some
librarie, you need to know what libraries your are adding to your
application , why and how they react together. Most of the time it's not
important. But most of the time you add a library X + it's dependencies.
You then have to check
1) are those dependencies not already provided by tomcat? If so don't
add them to your WEb-INF/lib
2) are those dependencies already in your WEB-INF/lib in another version
number? Then find out which version you need.
Evrim Agha a écrit :
>
> ------------------------------------------------------------------------
> Don't be flakey. Get Yahoo! Mail for Mobile
> <http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail> and
> always stay connected
> <http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail> to
> friends.
> ------------------------------------------------------------------------
>
> Sujet:
> Question about lib folder of Webapps
> Expéditeur:
> Evrim Agha <[EMAIL PROTECTED]>
> Date:
> Sun, 25 Mar 2007 00:07:32 -0700 (PDT)
> Destinataire:
> users@tomcat.apache.org
>
> Destinataire:
> users@tomcat.apache.org
>
> Received:
> from [213.42.21.54] by web39613.mail.mud.yahoo.com via HTTP; Sun, 25
> Mar 2007 00:07:32 PDT
> Version de MIME:
> 1.0
> Content-Type:
> multipart/alternative; boundary="0-600321120-1174806452=:68219"
> Content-Transfer-Encoding:
> 8bit
> Content-Length:
> 777
>
>
> Hi everyone
>
> I'd like to build a JSP to use and show results of using Sparql +
> Jena + Pellet libraries.
>
> I have set up a directory called MyFirstTestDir in [TomcatDir]\webapps.
>
> Inside MyFirstTestDir, I have created a folder called WEB-INF which
> has a folder called lib; So I have:
>
> [TomcatDir]\webapss\MyFirstTestDir\WEB-INF\lib
>
> inside lib, I have copied all the files in lib folder of jena download
> + pellet download.
>
>
> Extremely appreciate your help with these questions:
>
> Some of the Jena jar files and Sparql jar files share the same name;
> therefore I can not copy them directly to lib.
>  
> Could you please advise what should I do?
>  
> I am using winxp and tomcat 6.
>
> Thank you in advance.
>
> ------------------------------------------------------------------------
> Don't be flakey. Get Yahoo! Mail for Mobile
> <http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail> and
> always stay connected
> <http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail> to
> friends.
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to