  | 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 | Hi
Mind 's gone a little blank should know this but our webapp has a setup such that a filter maps /* requests and handles them.
However Tomcat is preventing requests that do not match /abc withhi all
i never seem to understand from the change log and release notes if a new tomcat version is "worth " upgrading to.
i remember reading in some article that tomcat 5.5.10 has some major changes rWe have recently introduced load balancing using JK and have been
surprised to find that by default all JSP pages create a user session.
Adding <%@ page session "false " % > seems to be the only way
oHi Walther
be sure your web.xml is set to the following
<web-app xmlns "http //java.sun.com/xml/ns/j2ee "
xmlns xsi "http //www.w3.org/2001/XMLSchema-instance "
xsi schemaLocation "http //java.sunHi
My jsp page contains a <c out value "${users} "/ >. The result is
${users}. I had a look in the generated .java and it seems the ${users}
is not evaluated _jspx_th_c_out_0.setValue(new String(Hi all
Iam planning to turn on the HTTP/1.1 GZIP compression for my
application by setting the compression attribute of http connector.
Iam sure that this will reduce my bandwidth requirements.
But IIn lieu of using web.xml I 'm trying to add an init parameter in our
application 's context.xml file
<context path "/appName " ... >
<parameter name "paramName " value "dummyValue "/ >
</context >
Help! I 'm sure my problem boils down to simple syntax but I 've been
wrestling with it for days so its time to ask...
I 'm running a default installation of Tomcat 5.5.9 on Windows XP purely for
develhi
i 'm looking for some feedback on whether or not it 's a normal procedure
to regularly restart tomcat. we have some memory leak somewhere that
forces us to restart the process every 6-8 days butHello
I have fedora core 3 and have tomcat installed. I can start it up
successfully using startup.sh but can 't connect to localhost at
localhost 8080. How can I debug this to see what is going onKenu Heo wrote
> Korean translation of ApplicationResources.properties is finished.
>
> I wish it would be a helpful resource.
> untar attatch file in $CATALINA_HOME
Many thanks. Many atatchment tyWhere can I find Windows binaries for libapr and libtcnative?
Any hint is appreciated.
-- Juergen
hi all
I want to write a filter which will overwrite the request URL in
incoming httprequest.
if incoming request 's URI contains *./myservletName/extra1/extra2.*
I want to reset it to *./myservletI have a servlet that generates data that I want to write to the
client 's browser. This data is just ASCII text. The problem that I
am running into is that Internet Explorer 's "Save As " window defauI am trying to configure tomcat to listen on the same port but
different IP 's. Is this possible using Tomcat?
Hello!
I 've configured Tomcat 5.5.10 to use APR. The HTTP-Connector listens on port
80 the HTTPS-Connector listens on port 443. A request for
https //www/tomcat-docs
generates the following responI have some JSP which throws an exception which Tomcat then logs. We
catch that exception and deal with it so I don 't want it logged.
Previously we 've changed the Tomcat code to avoid logging this
Hi
I am developing an application where I managed to use client
authentication requiring a certificate installed in the browser. I have
remarked anyway that when a certificate is expired or there Hi
I would like to use the configured realm to authenticate users but I
don 't want to use the standard J2EE mechanism (for many reasons).
Also my needs for authorisations are not limited to URLs an >
> Hello
>
> I have a forward to a jsp-file. This jsp-file needs to know which URI
> was requested in the initial request. Currently I can only see the
> requestURI of the forwarded jsp-file. AI just installed Tomcat for the first time ever so please forgive the
newbie question. I installed Apache Tomcat 5.5.9 Server and J2RE JSE
5.0 on an XP operating system. Tomcat starts up fine but Sun One Web Server unescapes URL before it sends to the redirector (JK).
Does anyone know how to stop this.
In case of IIS the URL is passed "as-is " to the redirector which does the
unescaping beforHi.
Korean translation of ApplicationResources.properties is finished.
I wonder it would be possible to add in tomcat-admin.jar release.
I wish it would be a helpful resource.
untar attatch file in Hi
Anyone can tell me whether it is better to run tomcat as stanalone
webserver on windows (win 2003 to be specefic) or run it as web
container along with IIS
I want to know which set up would be pMichael.
I am a bit new to deployment and related stuff so can you tell me how
to run more than one tomcat on a single machine. Is the process is
same as having load balancing tomcat clusters on difHi all
I get this request to configure Tomcat 4.1 so that certain context can be
allow to be access through local IP and not through public IP. I 'd tried to
used the valve tag settings in the ContexHi all
Is APR for Tomcat is any native library or java ? Where to get it ?
--
rgds
Anto Paul
if i add new jsp file to the a folder in webapps
will it be compiled when i access it or i must compile it before accessing
it ..
thankx
Hi I 'm knew with http server and I 'm trying to make a load balancer
with the http server and two tomcats in linux. I follow the set up
instructions and I use ./configure --enable-module rewrite
--enHello
is there a way to force tomcat (or a web-container in general) not to
use cookies to keep track of sessions but to use url-rewriting with the
jsessionid sessID suffix instead?
Regards
Mar |
|
 |