Re: [OT] CLASSPATH (was Tomcat not starting properly)

2007-08-29 Thread Markus Schiegl
Hi chris, are you sure about this CLASSPATH-thing? a few lines above your quoted line catalina.sh sources/includes setclasspath.sh which zaps CLASSPATH ("First clear out the user classpath") I just remembered it because i had to comment this line "CLASSPATH=" to use my externally set environment

Re: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

2007-08-20 Thread Markus Schiegl
Hi, a few days ago i had the same question/problem. i found: http://www.motobit.com/help/scptutl/pa98.htm If this is correct (my own limited tests confirmed it) you're effectivly limited to 2GB uploads using HTTP and it's not tomcat's problem alone - if at all. kind regards, Markus David He

Re: Installing APR on Fedora

2007-08-16 Thread Markus Schiegl
another way could be passing "-Djava.library.path=/usr/local/apr/lib" to tomcat using CATALINA_OPTS for example. @all: any drawbacks doing it this way? kind regards, Markus Ole Ersoy wrote: > Ooooh - OK - That makes a lot of sense :-) Sweet - It looks like it's > humming real well now, excep

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-16 Thread Markus Schiegl
he effects are. > > So it's pretty clear to me that Tomcat could handle pathnames with "#" > chars better. Is it worth the trouble to find and fix all the related > problems, or is it simpler to tell people not to use unusual directory > names? I could help fix some of th

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-12 Thread Markus Schiegl
Hi, Len Popp wrote: > I'm not sure the topic is ready to be nailed shut just yet... > Oh, i have no objections keeping it alive. Unfortunately my java skills are limited so reporting and testing is the best i can do to help. > The problem is due to the way Tomcat converts pathnames to URLs when

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-09 Thread Markus Schiegl
lexey Solofnenko wrote: > Try running "bash -x catalina.sh run" to see if Java is started > correctly. If it is not, try running the same command from a normal > directory, and run the same command yourself without using scripts > provided with Tomcat. > > - Alexey.

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-09 Thread Markus Schiegl
directory, and run the same command yourself without using scripts > provided with Tomcat. > > - Alexey. > > Markus Schiegl wrote: >> Hi, >> >> you're right about # as a special char for different programming >> languages. but nevertheless the # sign is a

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-09 Thread Markus Schiegl
ursday, August 09, 2007 7:58 AM > To: Tomcat Users List > Subject: Re: Tomcat and path with pound sign (#) -> > ClassNotFoundException > > > On 8/8/07, Markus Schiegl <[EMAIL PROTECTED]> wrote: > >> Has anybody been able to start a tomcat server from such a dire

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-08 Thread Markus Schiegl
e done with it. Is trying to make it work with a # really worth > the time an effort? Think in terms of hours spent * hourly rate or > hour spent that you could be doing something else. > > Just my opinion. > > On 8/8/07, Markus Schiegl <[EMAIL PROTECTED]> wrote: >&g

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-08 Thread Markus Schiegl
x27;t do what you think they did. > > -----Original Message- > From: Markus Schiegl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 08, 2007 1:54 PM > To: users@tomcat.apache.org > Subject: Tomcat and path with pound sign (#) -> ClassNotFoundException > > > Hi t

Re: Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-08 Thread Markus Schiegl
nks with normal names? > > - Alexey. > > Markus Schiegl wrote: >> Hi there, >> >> starting Tomcat from a path containing a pound sign (#) somewhere >> results in a ClassNotFoundException. >> >> I've checked this with >> - Solaris Sp

Tomcat and path with pound sign (#) -> ClassNotFoundException

2007-08-08 Thread Markus Schiegl
Hi there, starting Tomcat from a path containing a pound sign (#) somewhere results in a ClassNotFoundException. I've checked this with - Solaris Sparc/X86 + Mac OS X - Java 5 + 6 - Tomcat 5.5.23 + 6.0.13 example: - mkdir /export/home/markus/tomcat#1 - extract tomcat within this directory - expo