internal servlet error(pl. help assoon as possible

2000-11-11 Thread rram
Hello friends, I have installed my ecom application in Window's NT,IIS,JRUN2.3+ my ecom application it is working fine. But in same application in configured on Linux OS,tomcat,apache it will give the following error. Error: 500 Location:

RequestDispatcher include()

2000-11-11 Thread Wyn Easton
Hello, I'm having trouble using the include() method of RequestDispatcher. I have a servlet that is accessed via a URL (servlet_A). servlet_A gets an input stream from the request and reads some data (all being sent). Then based on what was read, servlet_A will create a RequestDispatcher for

Re: RequestDispatcher include()

2000-11-11 Thread Wyn Easton
Forgot to mention I'm using 3.2 beta 6 --- Wyn Easton [EMAIL PROTECTED] wrote: Hello, I'm having trouble using the include() method of RequestDispatcher. I have a servlet that is accessed via a URL (servlet_A). servlet_A gets an input stream from the request and reads some data (all

Basics about apache/tomcat

2000-11-11 Thread Anton Betha
Hi everybody! Most of you should know my name now... ;-) I try to install tomcat to work with apache (that's all I want, no standalone or software development) since 2 weeks. First I had a problem with an error like "port must be TRUE or FALSE", my workaround ended in an error, that the secret

Re: internal servlet error(pl. help assoon as possible

2000-11-11 Thread Kurt R. Hoehn
You may not have one of the workers configured properly or the connector ports messed up. Check your workers.properties file and the server.xml to ensure both are the same. Kurt - Original Message - From: rram [EMAIL PROTECTED] To: Tsoloane Moahloli [EMAIL PROTECTED] Cc: [EMAIL

RE: Sharing session state on IIS...

2000-11-11 Thread Carey Nation
It's not that I only get to control the java code, it's that we're trying to get rid of the asp's, and don't want to spend the time to hack them to get them to work only to redo them later again... Actually, further discussion at work may make the question moot, but I'd still like to know...

RE: internal servlet error(pl. help assoon as possible

2000-11-11 Thread CPC Livelink Admin
As I believe someone mentioned before, you are getting a Null pointer exception. You need to find out why you are getting a null pointer here : at com.se.error.ErrConstants.SETRACE(ErrConstants.java:101) at com.sefgcr.helper.jsp.gen.TfgWelcome.processRequest(TfgWelcome.java:43) This could be

RE: Contexts and dispatchers

2000-11-11 Thread Richard Evans
But I need the context path for a different ServletContext. request.getContextPath returns the path for _this_ context, not a foreign one. -Original Message- From: Wyn Easton [mailto:[EMAIL PROTECTED]] Sent: 11 November 2000 21:57 To: [EMAIL PROTECTED] Subject: Re: Contexts and

RE: Contexts and dispatchers

2000-11-11 Thread Wyn Easton
There are two getRequestDispatcher() methods. One in the ServletContext that uses absolute paths (start with /). One in the request that uses relative paths. Looks like you need the absolute path one. --- Richard Evans [EMAIL PROTECTED] wrote: But I need the context path for a different

Re: [ANNOUNCEMENT] Tomcat 3.2 Beta 7

2000-11-11 Thread Christian Wenz
Hi, "Craig R. McClanahan" wrote: Please download this release and give it a try in your environment. If no more critical bugs are found, this will become the basis for the final release of Tomcat 3.2, in approximately one week. ah, nice to know. Thanks for the info, looking forward to it!