  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Tomcat | Hello List
when using absolute Paths in JSPs errorPage-Directive I get
unexpected behavior
A path "/error.jsp " should go to this page
http //myserver.com/error.jsp
At least I did expect this.
Hi folks
I am using the Optimizeit to monitor the number of threads and Jmeter to hammer the servlets. If I set the 100 threads it will create 86 threads. After I stopped Jmeter I still see the Hello
I have some troubles using struts on TC4.1.24. (Template engine don 't work).
I use jdk1.4 and appropriate distribution of Tomcat. Anybody had some
problems
with struts and TC4.1 too? Thanx forDoes the order of parameters in your web.xml file matter...?
I 'm getting this error in stderr.log file.....what could this mean?
INFO Initializing Coyote HTTP/1.1 on port 8080
Jun 4 2003 4 57 08 I am using Tomcat 4.1.18 with JDK 1.4.0 on Solaris.
I have a page with a JSP variable declaration of the following form
<%!
Client client
% >
Followed by some inline code snippets
<%
client soSecond time I posted this and no one bothered to answer but I
found the solution on my own.
Use a Location directive in the httpd.conf. My webapp name is stuff
so I use the following
<Location /Here 's a question
Using mod_jk2 with channel communication between apache2 and tomcat can I
map the [uri ] in workers2.properties to an instance of tomcat on a
completly different server box???
-i have apache 1.3.27 on linux[redhat 7.2]
I have java 1.4.1
i have installed tomcat 4.1.24
my apache conf looks like this
-------------
LoadModule jk_module modules/mod_jk.so
AddModule mod_jk.c
JDear Team
I have the war file i deported with apache . Now i need to
configure the cookies . Pls let me know how to do it .
Thanks
Sriram
I have an application running on a Tomcat Server (I tried it on 4.1.12
4.1.24 and 5.0.2).
Using a Windows Media Player Client Version 8.0 when I try accessing
content through a servlet (within TomcSorry if the list gets this twice but it didnt see to go through the
first time...
Hello all
We are experiencing an odd problem here.I have tomcat 4.1.2 iis 5.0
and isapi_redirector2 all talking I want apache to do basic authentication for my tomcat servlets.
I only want Tomcat to manage servlets - NO authorization.
How do I tell apache to do basic authentication when a servlet
is accessed??
any ideas anybody .... ? ( please ) )
I have Apache 2.0.44 installed on XP. I wanted to test some JSp/Servlets so
i downloaded (and installed) tomcat 4.1.24 with the intention of integrating
tomcaNow I have the taglib declaration working & get this...
org.apache.jasper.JasperException java.sql.SQLException invalid arguments
in call
at
org.apache.jasper.servlet.JspServletWrapper.service(Jsp
Howdy
Please mark off-topic threads as such in the subject line. This list
generates more than enough traffic already.
Yoav Shapira
Millennium ChemInformatics
>-----Original Message-----
>From I am using IBM AIX 5.1L System.
Is there any way to keep track of the commands executed by any user.....?
I know there is "fc " and "history " command....but I want to list who execute
what command siI recently switched from Tomcat 4.0.3 to 4.1.24 and now I 'm seeing
something unexpected When Tomcat 4.1.24 returns valid content the HTTP
header looks like
HTTP/1.1 200
while Tomcat 4.0.3 returnsCan you try creating a temp directory in your CATALINA_HOME and then try
again? Seems it is a common cause of similar errors as I just read here
http //www.thejspbook.com/faq/details.jsp?id 1023
Jason
When I do...
<%@ taglib prefix 'c ' uri 'http //java.sun.com/jstl/core ' % >
I get...
org.apache.jasper.JasperException This absolute uri
(http //java.sun.com/jstl/core) cannot be resolved inOn Thu 5 Jun 2003 01 16 Schwartz David (CHR) wrote
> [javac] C \tomcat\work\Standalone\localhost\myfirst\index_jsp.java 42
> illegal character \64
> ? ? [javac] ?@(protected) prefix "c " uri "http //Hi
Does anyone have a link to a FAQ or HOW-TO for using commons-logging
with Tomcat 4.1.x please? I 've read the obvious ones at apache.org and
sun.com and tried all sorts before having to back ouDid anyone solve "Cannot remove document base for path /mywebapp "?
My environment is
Redhat 7.2
Apache 2.0.46
Tomcat 4.1.24
J2sdk 1.4.1_01
I deployed my webapp using Catalina-ant DeployHi Brendan. I have the same problem. Have you found a solution?
Regards
Victor
-----Original Message-----
From Brendan [mailto bpatters7@(protected)]
Sent Friday May 30 2003 3 40 PM
To Tomcat here 's my web.xml...
<web-app >
<servlet >
<servlet-name >HelloWorld </servlet-name >
<servlet-class >HelloWorld </servlet-class >
</servlet >
<servlet-mapping >
<servlet-name >HelloWorld </servlet-namHi All -
I 've installed and configured Tomcat 4.1.12 with SSL(self-signed
certificates) on two Linux RedHat 8.0 machines to
do some SOAP stuff. It works well(those two Linux machines are INSIDE
coI successfully implented the mod_webapp connector thanks especially for the document on
http //www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp
But I could not successfully insta
Hi I 'm using Tomcat 4.0.4 and I 'm wondering if setting up a connection pooling will give me a capability to set up some time intervals according to which my pool manager will check if connections arhello
Its been few days I downloaded JasperReports and JasperEdit. I copied
all the required jars of JasperReport into Tomcat 's /WEB-INF/lib. Aslo
I used JasperEdit to create the report design
Howdy
One possible way it to use Runtime#addShutdownHook(Thread hook) ...
Try to stay container-independent and therefore as portable as possible
by not using tomcat-specific listeners unless necIf your need daemon threads to perform some type of cleanup. You 'll need to
- Create a non-deamon thread for the sole purpose of ensuring the JVM stays up
- Create a LifeCycleListener (or other approp |
|
 |