Re: Install problem - Infinite redirect detected...

2000-04-28 Thread George Pipkin
So - let me see if I unbderstand fully what you're advising. I remove reference to jsdk.jar or servlet.jar from build-turbine.sh, and it won't build. I remove references from these two files from tomcat.sh, and tomcat won't start. I'm a little confused here.

Re: Install problem - Infinite redirect detected...

2000-04-28 Thread Stephen Adkins
So - let me see if I unbderstand fully what you're advising. I remove reference to jsdk.jar or servlet.jar from build-turbine.sh, and it won't build. I remove references from these two files from tomcat.sh, and tomcat won't start. I'm a little confused here. - George Pipkin

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread George Pipkin
Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar rather than /JSDK2.0/jsdk.jar because that's the current version of that library. Do you think that could have anything to do with it ?

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread Stephen Adkins
At 09:56 AM 4/25/00 -0400, you wrote: Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar rather than /JSDK2.0/jsdk.jar because that's the current version of that library. Do you think that could have

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread George Pipkin
Do you know where I might go to get the 2.0 version of jsdk.jar ? - George At 09:56 AM 4/25/00 -0400, you wrote: Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread John McNally
- Original Message - From: Stephen Adkins [EMAIL PROTECTED] To: Turbine [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000 7:45 AM Subject: Re: Install problem - Infinite redirect detected... At 09:56 AM 4/25/00 -0400, you wrote: Thanks for answering. Unfortunately, that didn't fix it. One thing

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread jon *
on 4/25/00 6:56 AM, George Pipkin [EMAIL PROTECTED] wrote: Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar rather than /JSDK2.0/jsdk.jar because that's the current version of that library. Do

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread George Pipkin
Well, I did exactly this - I downloaded jsdk2.0 and I put it ahead of servlet.jar in my tomcat.sh where it establishes the classpaths. After that, no servlets ran at all - I get a null pointer exception. So then I put it after servlet.jar, and I'm back to the infinate redirection exception. Is

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread jon *
on 4/25/00 9:43 AM, George Pipkin [EMAIL PROTECTED] wrote: Well, I did exactly this - I downloaded jsdk2.0 and I put it ahead of servlet.jar in my tomcat.sh where it establishes the classpaths. After that, no servlets ran at all - I get a null pointer exception. So then I put it after

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread John McNally
problem - Infinite redirect detected... Well, I did exactly this - I downloaded jsdk2.0 and I put it ahead of servlet.jar in my tomcat.sh where it establishes the classpaths. After that, no servlets ran at all - I get a null pointer exception. So then I put it after servlet.jar, and I'm back