You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Chuck Amadi <ch...@breconbeacons.org> on 2002/04/02 16:48:09 UTC

package org.apache.jasper.runtime does not exist

Hi any takers . All my previous work no longer functions due to this 
error . Note unfortunatley i don't run cvs
and it's been while that i worked on my jsp's/javabeans as at the moment 
i have created my work project under a html application and is working 
prior to converting to jsp , session beans & actions .

I don't have a jasper.jar file in my tomcat4.lib dir only 
jasper-runtime.jar & jasper-compiler.jar in my tomcat4>lib dir.
i have checked my web.xml and my tld's and suggestions .


Error log below
**********************************************************************************
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [10:1] package 
org.apache.jasper.runtime does not exist
import org.apache.jasper.runtime.*;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [12:1] cannot resolve symbol
symbol  : class JasperException  
location: package jasper
import org.apache.jasper.JasperException;
                         ^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [15:1] cannot resolve symbol
symbol  : class HttpJspBase  
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
public class _0002fwiseGuy_0002ejspwiseGuy_jsp_0 extends HttpJspBase {
                                                         ^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [25:1] cannot resolve symbol
symbol  : class JasperException  
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
    public final void _jspx_init() throws JasperException {
                                          ^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [37:1] incompatible types
found   : _0002fwiseGuy_0002ejspwiseGuy_jsp_0
required: java.lang.Object
        Object page = this;
                      ^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [47:1] 
getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean) 
in javax.servlet.jsp.JspFactory cannot be applied to 
(_0002fwiseGuy_0002ejspwiseGuy_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
            pageContext = _jspxFactory.getPageContext(this, request, 
response,
                                      ^
6 errors
Errors compiling wiseGuy.

****************************************************************************
Cheers Chuck Amadi
Systems Programmer



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: package org.apache.jasper.runtime does not exist

Posted by Chuck Amadi <ch...@breconbeacons.org>.
hatem zanaty wrote:

>Include jasper-runtime, jasper-compiler to your class path and logoff/login your computer then try agin
>Have luck 
>  Chuck Amadi <ch...@breconbeacons.org> wrote: Hi any takers . All my previous work no longer functions due to this 
>error . Note unfortunatley i don't run cvs
>and it's been while that i worked on my jsp's/javabeans as at the moment 
>i have created my work project under a html application and is working 
>prior to converting to jsp , session beans & actions .
>
>I don't have a jasper.jar file in my tomcat4.lib dir only 
>jasper-runtime.jar & jasper-compiler.jar in my tomcat4>lib dir.
>i have checked my web.xml and my tld's and suggestions .
>
>
>Error log below
>**********************************************************************************
>_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [10:1] package 
>org.apache.jasper.runtime does not exist
>import org.apache.jasper.runtime.*;
>^
>_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [12:1] cannot resolve symbol
>symbol : class JasperException 
>location: package jasper
>import org.apache.jasper.JasperException;
>^
>_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [15:1] cannot resolve symbol
>symbol : class HttpJspBase 
>location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
>public class _0002fwiseGuy_0002ejspwiseGuy_jsp_0 extends HttpJspBase {
>^
>_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [25:1] cannot resolve symbol
>symbol : class JasperException 
>location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
>public final void _jspx_init() throws JasperException {
>^
>_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [37:1] incompatible types
>found : _0002fwiseGuy_0002ejspwiseGuy_jsp_0
>required: java.lang.Object
>Object page = this;
>^
>_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [47:1] 
>getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean) 
>in javax.servlet.jsp.JspFactory cannot be applied to 
>(_0002fwiseGuy_0002ejspwiseGuy_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
>pageContext = _jspxFactory.getPageContext(this, request, 
>response,
>^
>6 errors
>Errors compiling wiseGuy.
>
>****************************************************************************
>Cheers Chuck Amadi
>Systems Programmer
>
>
>
>--
>To unsubscribe: 
>For additional commands: 
>Troubles with the list: 
>
>
>
>---------------------------------
>Do You Yahoo!?
>Yahoo! Tax Center - online filing with TurboTax
>
As below

set within my classpath - jasper-runtime, jasper-compiler to my class path .
Plz confirm anyway i'll find out soon enough.



set PATH=C:\JDK1.3\bin;
set CATALINA_HOME=C:\jakarta-tomcat-4.0.2
set CATALINA_HOME=C:\jakarta-tomcat-4.0.2\lib\jasper-compiler.jar
set CATALINA_HOME=C:\jakarta-tomcat-4.0.2\lib\jasper-runtime.jar

>





--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Standalone tomcat 4.0 on port 80

Posted by Aditya <ad...@mighty.grot.org>.
On Tue, Apr 02, 2002 at 06:42:51PM -0600, D Henton wrote:
> I want to run tomcat 4.0x on a Solaris 8 box in standalone mode on port 80
> as a user other than root.
> 
> Is this possible? I been zipping through the archives and what I am hearing
> is that because root can only open ports < 100, this scenario wouldn't be
> possible. There was a post on jguru saying that this feature might be added
> in newer versions.
> 
> Am I missing something? Is this one of those magical sysadmin things,  via
> sudo or whatever?

It's a unix/linux thing that privileged ports (<1024) can only be opened by
root. Other than running tomcat as root (which is probably not a good idea),
there isn't much tomcat can do to work around this.

> I could proxy it via apache and ajp13, but we are TOTALLY jsp/servlet, so I
> don't want to put apache in if I can avoid it.

you could use nat/redirection to send requests to port 80 to port 8080 etc.

Adi

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Standalone tomcat 4.0 on port 80

Posted by D Henton <he...@charter.net>.
Hi --

I want to run tomcat 4.0x on a Solaris 8 box in standalone mode on port 80
as a user other than root.

Is this possible? I been zipping through the archives and what I am hearing
is that because root can only open ports < 100, this scenario wouldn't be
possible. There was a post on jguru saying that this feature might be added
in newer versions.

Am I missing something? Is this one of those magical sysadmin things,  via
sudo or whatever?

I could proxy it via apache and ajp13, but we are TOTALLY jsp/servlet, so I
don't want to put apache in if I can avoid it.

Any help appreciated in advance!!


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: package org.apache.jasper.runtime does not exist

Posted by hatem zanaty <sh...@yahoo.com>.
Include jasper-runtime, jasper-compiler to your class path and logoff/login your computer then try agin
Have luck 
  Chuck Amadi <ch...@breconbeacons.org> wrote: Hi any takers . All my previous work no longer functions due to this 
error . Note unfortunatley i don't run cvs
and it's been while that i worked on my jsp's/javabeans as at the moment 
i have created my work project under a html application and is working 
prior to converting to jsp , session beans & actions .

I don't have a jasper.jar file in my tomcat4.lib dir only 
jasper-runtime.jar & jasper-compiler.jar in my tomcat4>lib dir.
i have checked my web.xml and my tld's and suggestions .


Error log below
**********************************************************************************
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [10:1] package 
org.apache.jasper.runtime does not exist
import org.apache.jasper.runtime.*;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [12:1] cannot resolve symbol
symbol : class JasperException 
location: package jasper
import org.apache.jasper.JasperException;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [15:1] cannot resolve symbol
symbol : class HttpJspBase 
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
public class _0002fwiseGuy_0002ejspwiseGuy_jsp_0 extends HttpJspBase {
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [25:1] cannot resolve symbol
symbol : class JasperException 
location: class _0002fwiseGuy_0002ejspwiseGuy_jsp_0
public final void _jspx_init() throws JasperException {
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [37:1] incompatible types
found : _0002fwiseGuy_0002ejspwiseGuy_jsp_0
required: java.lang.Object
Object page = this;
^
_0002fwiseGuy_0002ejspwiseGuy_jsp_0.java [47:1] 
getPageContext(javax.servlet.Servlet,javax.servlet.ServletRequest,javax.servlet.ServletResponse,java.lang.String,boolean,int,boolean) 
in javax.servlet.jsp.JspFactory cannot be applied to 
(_0002fwiseGuy_0002ejspwiseGuy_jsp_0,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean,int,boolean)
pageContext = _jspxFactory.getPageContext(this, request, 
response,
^
6 errors
Errors compiling wiseGuy.

****************************************************************************
Cheers Chuck Amadi
Systems Programmer



--
To unsubscribe: 
For additional commands: 
Troubles with the list: 



---------------------------------
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax