Re: tomcat dies in OS X

2001-03-26 Thread miles poindexter
What does your .out file say? It should be in your logs folder. In Tomcat 4.0, its called catalina.out. Not sure what its called in 3.2.1. If I remember correctly, 3.2.1 would just print to the command line if there was an error. If you're not getting msgs there. Maybe Tomcat is never really

Re: Tomcat dies on OS X

2001-03-22 Thread miles poindexter
Have you tried using 127.0.0.1:8080 instead of localhost:8080? I'm just throwing out ideas here. BTW, are you using the default port 8080 or did you change it to use another port? How is Tomcat finding your JVM? did you create a CLASSPATH var in your /etc/csh.cshrc file? I had weird sluggish

Re: TOMCAT + APACHE + WINNT = PAIN

2001-03-19 Thread Miles Poindexter
Tomcat + Apache + RedHat Linux = 5 minute painless install and configure :^) (Mac OS X was 5 minutes too . . .) hee hee . . . . - miles On Monday, March 19, 2001, at 10:28 PM, Arif Tayebali wrote: 28L;56L;84L;112L;140L;168L;196L;224L;252L;280L;308L;336L; Follow programmers 

Re: 3.2.1 commercial applications

2001-03-15 Thread Miles Poindexter
we're a professional design and internet technology company using Tomcat 3.2.1 and 4.0b1 for testing and development. But we haven't used it live yet. - miles http://www.openly.com On Thursday, March 15, 2001, at 06:09 PM, Justin Kennedy wrote: Hi. Is there a list somewhere of Companies that

url syntax and tomcat

2001-03-15 Thread Miles Poindexter
I'm involved with a NISO standards activity called OpenURL. Where is there a specification on the query syntax assumed for use by the getParameter method of ServletRequest in the servlet API? For example, in ServletExec and Tomcat, I observe that query parameters after "" are ignored; the

notes on installing 4.0 beta on MacOS X beta

2001-03-14 Thread Miles Poindexter
After upgrading from Tomcat 3.2.1 to 4.0 beta, the weird hang problems and Hotspot JVM fatal errors are gone! Here's some notes about the installation, and some possible bug info: One problem was this method: writer.write(s.getBytes()); where "s" is a String object and "write" is an

re:Hotspot dies using Tomcat

2001-03-12 Thread Miles Poindexter
Here's a common msg. I get after starting up Tomcat and trying to retrieve a page served by my servlet. When first trying to access the servlet, there is a very long pause, usually one to two minutes or more. then the servlet finally works, but the output at the command line shows this

RE: tomcat runs on Macintosh

2001-03-08 Thread Miles Poindexter
Tomcat 3.2.1 runs great on Mac OS X beta on an iBook with a 300 mhz G3. However, I'm having weird time-outs, and hangs, and HotSpot exceptions with the same exact Tomcat and servlets on a G4 tower. I think this may mean the JVM tries to do things with the G4 velocity engine that it does not try to

getCookies bug?

2001-03-02 Thread Miles Poindexter
Hi, newbie to the list here. I was running Tomcat 3.2.1 on Mac OS X beta and I started having two weird bugs: 1. Tomcat would hang on the first 3 to 6 requests and then finally start working. Then everything would work fine. 2. A few times, before it would cease to hang, I would get an error