Re: Problems loading external jar in my app !

2012-09-18 Thread joel badia escolà
I tried all the things that you expose, but without results :( Is it possible that the Debian installation disable tomcat auto WEB-INF checking? If it's possible, can you tell me where I can find this magic configuration file? I have another theory, Is it possible that the jar i'm using needs

Re: Problems loading external jar in my app !

2012-09-18 Thread Konstantin Kolinko
2012/9/18 joel badia escolà basto...@gmail.com: I tried all the things that you expose, but without results :( Is it possible that the Debian installation disable tomcat auto WEB-INF checking? If it's possible, can you tell me where I can find this magic configuration file? 1. It is not

Re: Problems loading external jar in my app !

2012-09-18 Thread joel badia escolà
The placement it's correct i'm using Debian and my app it's deployed in /var/lib/tomcat6/webapps/ROOT/DiseaseDiscovery (where $CATALINA_BASE=/var/lib/tomcat6). This is the full tree of my webapp: . |-- disease_discover.jsp |-- disease_discover.jsp~ |-- disease_simpts.jsp |-- disease_simpts.jsp~

Re: Problems loading external jar in my app !

2012-09-18 Thread Vishwanath Washimkar
Hi , why are you putting your webapplication under /var/lib/tomcat6/webapps/ROOT/DiseaseDiscovery . This make DiseaseDirecovery a part of the root web appliction. Put the webapplication in under the webapps directory : /var/lib/tomcat6/webapps/ROOT/DiseaseDiscovery I think u jars are not

Re: Problems loading external jar in my app !

2012-09-18 Thread Konstantin Kolinko
2012/9/18 joel badia escolà basto...@gmail.com: The placement it's correct i'm using Debian and my app it's deployed in /var/lib/tomcat6/webapps/ROOT/DiseaseDiscovery (where $CATALINA_BASE=/var/lib/tomcat6). This is the full tree of my webapp: . |-- disease_discover.jsp |--

Re: Problems loading external jar in my app !

2012-09-18 Thread Vishwanath Washimkar
remove the DiseaseDiscovery and put it in webapps directory and u should be good to go. Make it simple On Tue, Sep 18, 2012 at 6:11 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2012/9/18 joel badia escolà basto...@gmail.com: The placement it's correct i'm using Debian and my app it's

Re: Problems loading external jar in my app !

2012-09-18 Thread André Warnier
Konstantin Kolinko wrote: 2012/9/18 joel badia escolà basto...@gmail.com: ... 2. You have not read the wikipedia article I think that we should implement a filter on the list, which automatically throws away any top-posted message. ;-)

Re: Problems loading external jar in my app !

2012-09-18 Thread joel badia escolà
1. The ROOT web application is the wrong place for your files. All web applications are independent. The ROOT application is just one of them. Perfect with this i solve the problem ;) 2. You have not read the wikipedia article I'm not sure if I understand completely the full article,

Re: Problems loading external jar in my app !

2012-09-18 Thread André Warnier
joel badia escolà wrote: 1. The ROOT web application is the wrong place for your files. All web applications are independent. The ROOT application is just one of them. Perfect with this i solve the problem ;) 2. You have not read the wikipedia article I'm not sure if I understand

Re: Problems loading external jar in my app !

2012-09-13 Thread Vishwanath Washimkar
Joel, At first look it seemed to me odd, but I google search I got this link. It seems that you have not provided ' ; ' at the end of your import. Also test it out putting the jar in the webapps/lib or tomcat-root/lib. I need to research on aptitude installation though. The following link might

Re: Fwd: Problems loading external jar in my app !

2012-09-13 Thread Ralph Plawetzki
Am 13.09.2012 07:42, schrieb joel badia escolà: Hello everyone, i have a problem with my jsp app for adding external jars. First of all I have tried the same code and app directory structure in netbeans ide built-in tomcat and works fine, but when i try to serve my app in my tomcat

Re: Problems loading external jar in my app !

2012-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vishwanath, On 9/13/12 10:04 AM, Vishwanath Washimkar wrote: Joel, At first look it seemed to me odd, but I google search I got this link. It seems that you have not provided ' ; ' at the end of your import. That's not how it is supposed to

Fwd: Problems loading external jar in my app !

2012-09-12 Thread joel badia escolà
Hello everyone, i have a problem with my jsp app for adding external jars. First of all I have tried the same code and app directory structure in netbeans ide built-in tomcat and works fine, but when i try to serve my app in my tomcat installation (installed using aptitude) it seems that it's