You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Lacerda, Wellington (AFIS)" <We...@fao.org> on 2000/10/06 17:52:16 UTC

RE: context-param

Can you specify your problem further ?

Wellington Silva
UN/FAO

		-----Original Message-----
		From:	Mauricio Santacruz [mailto:mauricio@latinsecure.com]
		Sent:	Friday, October 06, 2000 5:56 PM
		To:	tomcat-user@jakarta.apache.org
		Subject:	context-param

		I have my directory /opt/tomcat/webapps/asv/WEB-INF/classes
		my servlet in
		ec/gov/sri/auto
		find context-param but in
		com/warehouseman/base
		no

		help me, tanks

context-param

Posted by Mauricio Santacruz <ma...@latinsecure.com>.
>
>                 I have my directory /opt/tomcat/webapps/asv/WEB-INF/classes
>                 my servlet in
>                 ec/gov/sri/auto
>                 find context-param but in
>                 com/warehouseman/base
>                 no
>
>                 help me, tanks

My servlet index in
/opt/tomcat/webapps/asv/WEB-INF/classes/ec/gov/sri/auto
find context-param name db with value AutoAuto

but same servlet in

/opt/tomcat/webapps/asv/WEB-INF/classes/com/warehouseman/base
not find same context-param

i don't know what is the problem

because in the context i declared it whit 2 alias,

one with servlet-class ec.gov.sri.auto.IndexImprenta and servlet-name index
an other with servlet-class com.warehouseman.base.IndexImprenta and
servlet-name indice



error on running jsp

Posted by Hari <ha...@hotmail.com>.
Hello,
I am getting the following error on opening a jsp page in tomcat.
I have installed Apache/1.3.12 in win NT. It was working fine when i was
working with jdk1.2.2. I have installed jdk1.3 now and it is not working.  I
have changed the classpath variables to point it to jdk1.3
could you please let me know where the problem is.
Thank you.

java.lang.NoSuchMethodError
        at
org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:195)
        at
jsp.num._0002fjsp_0002fnum_0002fnumguess_0002ejspnumguess_jsp_0._jspService(
_0002fjsp_0002fnum_0002fnumg
uess_0002ejspnumguess_jsp_0.java:150)
        at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
        at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja
va:174)
        at
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
        at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java
:156)
        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
        at java.lang.Thread.run(Thread.java:484)