Grokbase
Topics Posts Groups | in
x
[ help ]

help!

View PostFlat  Thread  Threaded | < Prev - Next >
- help!
| +1 vote
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi,
Can't seem to find an example, anyways, I have a startup servlet that does not
appear to be starting on tomcat start. What is wrong with the below?

    <servlet>
      <load-on-startup>1</load-on-startup>
      <servlet-name>Init</servlet-name>
      <servlet-class>org.cub.servlets.Init</servlet-class>
      <init-param>
        <param-name>bootfile</param-name>
<param-value>/usr/local/apache/tomcat/webapps/cubdev/WEB-INF/bootstrap.xml</param-value>
      </init-param>
      <init-param>
        <param-name>rootTag</param-name>
        <param-value>ROOT</param-value>
      </init-param>
    </servlet>

Thread : Help!
1)
Loren Kohl Apache & Tomcat are both running fine, but I can't get the tomcat example JSPs to be passed from...
2)
A. Scott White In my experience if the JSPs won't run but the servlets will it is often that the JAVA_HOME...
3)
Sven van 't Veer did you add tools.jar to the classpath.. sven
4)
Loren Kohl JAVA_HOME is set correctly. That would cause some sort of error when tomcat tried to compile JSP....
5)
A. Scott White Is your "ServerName" set correctly in your Apache httpd.conf? I only ask because we have had...
6)
Loren Kohl Yep, the classpath is: Using classpath: d:\Program Files\jakarta-tomcat\classes;d:\Program...
7)
- Hi, Can't seem to find an example, anyways, I have a startup servlet that does not appear to be...
8)
Volker Turau Hi, your web.xml file is not according to the DTD e.g. <servlet-name> comes before...
9)
Wyn Easton In what files are you putting this "<servlet>" entry? It should be in a web.xml file. Not in...
10)
- Its in web.xml, I now see that it IS loading the servlet. Next question a. I have a JSP page which...
11)
Patrick Price Can anyone point me in the right direction to: 1: compile tomcat under FreeBSD 3.4 2: explain...
12)
Tim Kientzle Ouch! You've got a lot of learning ahead. Right now, Tomcat's documentation is sufficiently anemic...
13)
hamptone I'm trying to get tomcat to run as part of the directions for installing cocoon. System: windows 95...
14)
tonney Maybe it is an old question, but I can't find any answer. Can anybody tell me if Tomcat support...
15)
Chong Yu Meng You will need to use JBoss for the EJB functionality (try http://www.jboss.org). There is a...
16)
Marcel Landman You need to set your CLASSPATH also to the directory of you java because it cannnot find some major...
17)
hamptone Thanks for the advice Marcel, I have set up my classpath as follows: ¦set cp=%CLASSPATH% ¦set...
18)
Jim Rudnicki I have just completed a launcher that I expect will solve the problem you have along with many...
19)
Chong Yu Meng Can't help you out there -- I've been meaning to get started on EJBs and Tomcat and JBoss, but I...
20)
Rabea Khalaf
21)
Jason Rumney This is the correct response. You do not want users accessing the files in WEB-INF directly. I...
22)
Rachel Greenham Just check that the user that Tomcat is running as has at least read access to the directory and...
23)
Torsten Curdt I don't want to offend anyone... but geez... this header is anoing! Especially because it is...
24)
Rabea Khalaf
25)
Luis Andrei Cobo Here's my issue. Up until now everything has been running smoothly with tomcat. Just today I...
26)
David M. Holmes What package is this class in? ...
spacer
View PostFlat  Thread  Threaded | < Prev - Next >
Home > Groups > tomcat-user@jakarta.apache.org > Help! (26 posts) > View Post