Tomcat

Post Reply
Message
Author
Arne

Tomcat

#1 Post by Arne »

Hi, jmnd ne Ahnung was das bedeutet??
-------------------------------------------

2001-10-08 10:53:36 - Ctx( /ROOT_SICHER ): JasperException: R( /ROOT_SICHER + /e1_karriere/index.jsp + null) Unable to compile class for JSP/opt/jakarta/work/localhost_8080%2FROOT_SICHER/_0002fe_00031_0005fkarriere_0002findex_0002ejspindex_jsp_0.java:16: Package javax.mail not found in import.
import javax.mail.*;
^
/opt/jakarta/work/localhost_8080%2FROOT_SICHER/_0002fe_00031_0005fkarriere_0002findex_0002ejspindex_jsp_0.java:17: Package javax.mail.internet not found in import.
import javax.mail.internet.*;
^
/opt/jakarta/work/localhost_8080%2FROOT_SICHER/_0002fe_00031_0005fkarriere_0002findex_0002ejspindex_jsp_0.java:19: Package javax.activation not found in import.
import javax.activation.*;
^
/opt/jakarta/work/localhost_8080%2FROOT_SICHER/_0002fe_00031_0005fkarriere_0002findex_0002ejspindex_jsp_0.java:23: Class com.oreilly.servlet.MultipartRequest not found in import.
import com.oreilly.servlet.MultipartRequest;
^
/opt/jakarta/work/localhost_8080%2FROOT_SICHER/_0002fe_00031_0005fkarriere_0002findex_0002ejspindex_jsp_0.java:31: Class com.oreilly.servlet.MultipartRequest not found in import.
import com.oreilly.servlet.MultipartRequest;
^
/opt/jakarta/work/localhost_8080%2FROOT_SICHER/_0002fe_00031_0005fkarriere_0002findex_0002ejspindex_jsp_0.java:39: Class com.oreilly.servlet.MultipartRequest not found in import.
import com.oreilly.servlet.MultipartRequest;
^

ratte

Re: Tomcat

#2 Post by ratte »

not found (english) nicht gefunden

packages nicht im pfad oder nicht installiert.

AFAIK gibt es majorpackages bei Tomcat, die andere packages beinhalten.

ratte

Arne

Re: Tomcat

#3 Post by Arne »

Hi danke das er die nicht findet habe ich mir gedacht <img src="http://www.pl-forum.de/UltraBoard/Images/Happy.gif" border="0" align="middle">

Wo bekommt man solche Majorpackeges?

Thx
Arne

ratte

Re: Tomcat

#4 Post by ratte »

bin mit Tomcat nicht so erfahren, aber ist die Umgebungsvariable bei dir gesetzt?

kommt bei
<blockquote><pre><font size="1" face="">code:</font><hr><font face="Courier New" size="2">set|grep -i tom</font><hr></pre></blockquote>

ein Pfad fuer TOMCAT_HOME bei raus?

ratte

Arbe

Re: Tomcat

#5 Post by Arbe »

Hi nein da kommt kein pfad raus? wie setze ich denn ??

ratte

Re: Tomcat

#6 Post by ratte »

Du musst fuer

JAVA_HOME
JAKARTA_HOME
ANT_HOME
TOMCAT_HOME

Umgebungsvariablen setzen, die auf die Pfade zeigen. Sicher sagt dir die Dokumentation, wo sich bei dir im System die Targets befinden.

Du kannst in der /etc/profile global Umgebungsvariablen setzen, die fuer das gesamte System und alle User gelten.

ratte

Post Reply