Who named Tomcat then? [Was: RE: Java Stands]

2008-04-08 Thread Yong Hyeon Yoon
Thanks for the post, then who named Tomcat? Is there companion Jerrymouse technology? yong On 8-Apr-08, at 5:59 AM, Frank Fischer wrote: Hi I am learning java . Plz tell me anyone java stands for dora Basically, that's not a question for the tomcat mainling list and you could have

Re: Threads

2008-04-03 Thread Yong Hyeon Yoon
Are you running on 32-bit or 64-bit JVM on OS X 10.5.2? If you are running java without -d64, it would be running 32-bit by default. Typicaly around 2000 or so is the thread number limit on 32-bit process due to its virtual address space limit (1 thread may claim 1MB of virtual space for

Re: Threads

2008-04-03 Thread Yong Hyeon Yoon
On 3-Apr-08, at 11:27 AM, Stephen Caine wrote: Yong, Are you running on 32-bit or 64-bit JVM on OS X 10.5.2? If you are running java without -d64, it would be running 32-bit by default. Typicaly around 2000 or so is the thread number limit on 32-bit process due to its virtual address

how do you upload/download files on remote tomcat directory?

2008-03-25 Thread Yong Hyeon Yoon
Hi, I am a newbie to tomcat. I can see that .war file can be deployed (i.e, uploaded and automatically expanded to the server folder) using tomcat manager. But how do you upload/download other types of files (.mp3, .png, .zip ) to the web app folder remotely? So this means deploying local