WebApp: Error 500 (File: pr_warp.c Line: 434)

2001-10-18 Thread Kishor K

hi,
 
I have installed TC4.0.1 and Apache on Win NT.
Connected them using mod_webapp and Warp.
 
Sometimes nothing comes and browser waits for the output.
But sometimes i am getting the following error.
++
WebApp: Error 500
 
 (File: pr_warp.c Line: 434) 
 
(null) 
+
 
httpd.conf
 
LoadModule webapp_module modules/mod_webapp.so
AddModule   mod_webapp.c 

 
NameVirtualHost *
   
ServerName www.myserver.com
DocumentRoot "D:/Program Files/Apache/htdocs"
 #start for tomcat4.0.1@@@
WebAppConnection conn  warp  www.myserver.com:8008
WebAppDeploy examples  conn  /examples
   WebAppDeploy myapp  conn  /myapp   
   WebAppInfo   /webapp-info
#end for tomcat4.0.1@@@


ServerName www.yourserver.com
DocumentRoot "D:/Program Files/Apache/yourdocs"


server.xml
 
i hvnt added anything to the server.xml
No contexts added to the server.xml.
 
Any idea?
 
kishor
 






_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




TC4 apache1.3.20 mod_webapp - Errors

2001-10-17 Thread Kishor K


hi,
 
I have installed TC4.0.1 and Apache on Win NT.
Connected them using mod_webapp and Warp.
 
Sometimes nothing comes and browser waits for the output.
But sometimes i am getting the following error.
++
WebApp: Error 500
 
 (File: pr_warp.c Line: 434) 
 
(null) 
+
 
httpd.conf
 
LoadModule webapp_module modules/mod_webapp.so
AddModule   mod_webapp.c 

 
NameVirtualHost *
   
ServerName www.myserver.com
DocumentRoot "D:/Program Files/Apache/htdocs"
 #start for tomcat4.0.1@@@
WebAppConnection conn  warp  www.myserver.com:8008
WebAppDeploy examples  conn  /examples
   WebAppDeploy myapp  conn  /myapp   
   WebAppInfo   /webapp-info
#end for tomcat4.0.1@@@


ServerName www.yourserver.com
DocumentRoot "D:/Program Files/Apache/yourdocs"


server.xml
 
i hvnt added anything to the server.xml
No contexts added to the server.xml.
 
Any idea?
 
kishor
 



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: include and forward error

2001-08-12 Thread Kishor K

i tried it that way also.
still i am getting the same error.
and there is no error due to case sensitivity.

- Original Message - 
From: "Larry Isaacs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 10, 2001 7:28 PM
Subject: RE: include and forward error


> Its not clear if you tried getting this to work directly
> in Tomcat, i.e. http://localhost:8080/example/file1.jsp
> If not, try this to see if the problem is strickly within
> Tomcat.
> 
> Note that if your file was named "incFile.jsp" instead of
> "incfile.jsp" you would get this error due to case sensitivity
> of URL's.
> 
> Larry
> 
> > -Original Message-
> > From: Kishor K [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, August 10, 2001 6:00 AM
> > To: Tomcat User Mailing List; A mailing list about Java Server Pages
> > specification and reference
> > Subject: include and forward error
> > 
> > 
> > hi,
> > I need clarification two errors I am getting.
> > i am using apache 1.3.20 with tomcat 3.2.3.
> > 
> > i have the following directory structure
> > 
> > ROOT-> example
> > 
> > there is a file file1.jsp in example directory
> > in this file i am trying to include a file incfile.jsp in the 
> > ROOT directory
> > using
> > 
> > <%@ include file="../incfile.jsp"%>
> > in this case i am getting the following error
> > 
> > 
> > org.apache.jasper.compiler.CompileException:
> > D:\jakarta-tomcat\webapps\ROOT\example\file1.jsp(43,0) Bad 
> > file argument to
> > include
> > at
> > org.apache.jasper.compiler.JspParseEventListener.handleDirecti
> > ve(JspParseEve
> > ntListener.java:728)
> > at
> > org.apache.jasper.compiler.DelegatingListener.handleDirective(
> > DelegatingList
> > ener.java:116)
> > at
> > org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
> > at org.apache.jasper.compiler.Parser.parse(Parser.java:1077)
> > at org.apache.jasper.compiler.Parser.parse(Parser.java:1042)
> > at org.apache.jasper.compiler.Parser.parse(Parser.java:1038)
> > at 
> > org.apache.jasper.compiler.Compiler.compile(Compiler.java:209)
> > at
> > org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
> > at
> > org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader1
> > 2.java:146)
> > at 
> > org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
> > at
> > org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfN
> > ecessary(JspSe
> > rvlet.java:258)
> > at
> > org.apache.jasper.servlet.JspServlet$JspServletWrapper.service
> > (JspServlet.ja
> > va:268)
> > at
> > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet
> > .java:429)
> > at 
> > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
> > at 
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at
> > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper
> > .java:405)
> > at org.apache.tomcat.core.Handler.service(Handler.java:287)
> > at
> > org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> > at
> > org.apache.tomcat.core.ContextManager.internalService(ContextM
> > anager.java:81
> > 2)
> > at
> > org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
> > at
> > org.apache.tomcat.service.connector.Ajp12ConnectionHandler.pro
> > cessConnection
> > (Ajp12ConnectionHandler.java:166)
> > at
> > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin
> > t.java:416)
> > at
> > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo
> > ol.java:501)
> > at java.lang.Thread.run(Thread.java:484)
> > 
> > and
> > 
> > there is another file file2.jsp in example directory
> > in this file i am trying to forward to a file forwfile.jsp in the ROOT
> > directory using
> > 
> > 
> > 
> > 
> > in this case i am getting the following error.
> > 
> > Original request: /example /../forwfile.jsp
> > Not found request: /example /../forwfile.jsp
> > 
> > Can anyone out thr help me with these ?
> > 
> > Thanx in advance
> > Kishor
> > 
> > 
> > 
> > _
> > 
> > Do You Yahoo!?
> > 
> > Get your free @yahoo.com address at http://mail.yahoo.com
> > 
> > 
> >


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




apache-tomcat

2001-08-07 Thread Kishor K

is thr any one using apache-tomcat for ecom sites?
can u provide a list of sites which use these?

thanx
kishor



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: include problem

2001-03-19 Thread Kishor K
Title: RE: include problem



i want to include a.jsp in b.jsp, c.jsp and d.jsp 


  - Original Message - 
  From: 
  Grewal, Gary 
  
  To: '[EMAIL PROTECTED]' 
  
  Sent: Monday, March 19, 2001 9:57 
PM
  Subject: RE: include problem
  
  instead of ../ just do level21/b.jsp 
  === Gary Grewal Contractor NEC America Phone: 
  214-262-5911 E-Mail: [EMAIL PROTECTED] 
  -Original Message- From: 
  Kishor K [mailto:[EMAIL PROTECTED]] 
  Sent: Monday, March 19, 2001 3:55 AM To: Tomcat User Mailing List Subject: include 
  problem 
  hi, 
  i have the following directory structure 
  root -> level1  ->level21 
   
  ->level22 
   
  ->level23 
  i hav a file a.jsp in the level1 directory. 
  how can i include the file a.jsp in 
  files b.jsp in level21, c.jsp level22, d.jsp in level 23 
  this is what i have done 
  <%@ include file="../a.jsp"%> 
  is something wrong in the syntax? 
  thanx in advance kishor 
  
  _ 
  Do You Yahoo!? Get your free 
  @yahoo.com address at http://mail.yahoo.com 


include problem

2001-03-19 Thread Kishor K

hi,

i have the following directory structure

root -> level1  ->level21

 ->level22

 ->level23

i hav a file a.jsp in the level1 directory.


how can i include the file a.jsp 
in files b.jsp in level21, c.jsp level22, d.jsp in level 23

this is what i have done

<%@ include file="../a.jsp"%>

is something wrong in the syntax?

thanx in advance
kishor




_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




include problem!

2001-03-19 Thread Kishor K

hi,

i have the following directory structure

root -> level1  ->level21

 ->level22

 ->level23

how can i include a file a.jsp in files b.jsp in level21,c.jsp level22,d.jsp
in level 23

this is what i have done

<%@ include file="../a.jsp"%>

is something wrong in the syntax?

thanx in advance
kishor





_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Tomcat Crashes

2001-03-01 Thread Kishor K

hi,
 I have Tomcat 3.1 and jdk 1.2.2 on  TWO Windows NT machines.
Both the machines are loaded with the same code,same database.
 But on one machine it is causing Dr.Watson error 2-3 times a day whereas
the other one is working properly.

 Could you help in anyway on this?

 thanks in advance
 kishor




_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Include problem

2001-02-28 Thread Kishor K

hi,
i have the following directory structure
root -> level1  ->level21

  ->level22

  ->level23

 how can i include a file a.jsp in files b.jsp in level21,c.jsp
level22,d.jsp
 in level 23

this is what i have done

 <%@ include file="../a.jsp"%>

this was working properly with tomcat3.1
but it is not working with tomcat3.2.1

 is something wrong in the syntax?

 thanx in advance
 kishor



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]