Re: classpath and public_html directories

2007-06-21 Thread Nathan S. Haigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Caldarale, Charles R wrote: - -- snip -- > > I haven't tried this yet, but I think the CIMMS_user directory shouldn't > be there. My understanding of the doc is that the HomesUserDatabase > Listener creates one webapp (docBase) per user - not an ap

Re: classpath and public_html directories

2007-06-21 Thread Nathan S. Haigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Smith wrote: -- snip -- > Also your log indicates you have packages declared the same name as some of your classes. Modify, MassList, Mass, Adducts, and AdductList should be declared to be of package db, not db.Modify for examp

Re: classpath and public_html directories

2007-06-20 Thread Nathan S. Haigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Caldarale, Charles R wrote: >> From: Nathan S. Haigh [mailto:[EMAIL PROTECTED] >> Subject: Re: classpath and public_html directories >> >> Doesn't tomcat set the classpath itself using the bin/setclasspath.sh >> scr

Re: classpath and public_html directories

2007-06-20 Thread Nathan S. Haigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Caldarale, Charles R wrote: >> From: Nathan S. Haigh [mailto:[EMAIL PROTECTED] >> Subject: Re: classpath and public_html directories >> >>> Seriously messing with the CLASSPATH environment >>> variable will cause l

Re: classpath and public_html directories

2007-06-20 Thread Nathan S. Haigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Smith wrote: > Hi Nathan. > > If setup properly, the location of your webapp shouldn't cause issues > with finding various classes. Just don't mention that dirty, dirty word > CLASSPATH :-). Seriously messing with the CLASSPATH environment >

classpath and public_html directories

2007-06-20 Thread Nathan S. Haigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm pretty new to Java and tomcat and can't seem to figure this out. I have an application that works fine under: /usr/local/tomcat/weapps/app_name However, when I put it into a user's home directory e.g. /home/user_name/public_html/app_name I get a