  | 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 | Well that was an easy fix...
I just changed the redirect port of the Coyote/JK2 AJP 1.3 Connector on
port 8009 to 443 instead of 8443... )
Fred
On Wed 2004-10-06 at 22 56 -0500 Fred BlaisHello
I am running apache 2.0.46 with SSL with tomcat/mod_jk2 white box
linux. I do not have tomcat running SSL on 8443.
So I have this issue with my app... I am securing my app with the
<secWe have a Tomcat 4.1.x application using a JDBCRealm to do
authentication. Is there a way to prevent the same login from being
logged in multiple times simultaneously?
Hi
If you have apache2 in front of it you can create two different
virtualhosts with
<VirtualHost 1.2.3.4 80 >
mount unsecure here
</VirtualHost >
<VirtualHost 1.2.3.4 443 >
mount securI 've been looking through archives and such for examples of how to capture
the HTML output from a given JSP programmatically so I can archive or do
other things with that HTML. For example we mighHi
we have the impression that either sessionDestroyed or attributeRemoved
methods are not always called under RH-7.2. We are not sure but we think we
didn 't have the problem until this server gWe 're using Tomcat 4.1.27 and we have a main database that the web app
uses most of the time and then a small MySQL database that Tomcat is
configured to use for basic authentication. We used to hI 'm stumped. Perhaps someone here can point me in the right direction?
I have Apache 2 configured with domain based virtual hosting for
several domains. However I need to forward secure and unseAfter having read the Tomcat User archives I learned that Tomcat 5.5 server.xml
no longer uses <ResourceParams/ >. Instead it uses only <Resource/ >. However
after having read the JNDI DatasourceHi
> Are there any solution about limit the process or threads count?. Remember
that Tomcat "server.xml " parameters don`t work.
For me these settings work.
However remember what they describWhat mechanisms do you developers typically use for preventing unauthorized
access to a web application? I 'm trying to determine the best approach for
my web app. Here are the basic guidelines I nGreetings.
Not sure if this is the right place to ask but I reckon someone here will
have some ideas! So here goes...
I don 't suppose anyone on the list knows of a way to dynamically (from cHello there
I posted a question yesterday seeking help on automating Tomcat (4.1.30)
startup and shutdown on HP-UX B.11.11 platform. Now Tomcat can be shut
down successfully when the machineI have a Linux SUSE SLES 8 it has apache 1.3.
Does I need apache sources to compile jk2 connector to obtain mod_jk2.so
to put in module?
Can I use JK2 with apache1.3 or I have to use the JK coyah that 's all. )
Hi
> This has a combination of Jakarta-Tomcat (4.1.2) and Apache (1.3.27).
Upgrade to the latest tomcat of the 4.1.x release. 4.1.2 is fairly old and
there are newer versions of the same core.Hi all
My question is does any know if there are any issues running Tomcat and
Apache together on Windows Server 2003?
The problem I 'm having is with a migration project that I 'm woHi
Is there a way to do something like this
Enumeration list servletContext.getActiveSession()
To solve this problem i have put a list attribute in the context. And
use a session listener
The Apache Jakarta Tomcat team is proud to announce the immediate
availability of Tomcat 5.0.29-beta. The release contains a significant
number of bug fixes and we expect it to be ratified as a S
The Apache Jakarta Tomcat team is proud to announce the immediate
availability of Tomcat 5.5.3-alpha. This build addresses several
stability issues and other bugs and we hope to make this out firDangerous Attachment has been Removed. The file "Joke.scr " has been removed because of a virus. It was infected with the "W32/Bagle.AZ-net " virus. File quarantined as " ". http //www.fortinet.com/VHi List
I 'm trying to connect Tomcat/5.0.28 to AD on Windows 2003. My problem is that
JNDIRealm fails to get role information after successfully binding with the
users DN.
My temporary concluHi
is there a possibility to define different JDBCRealm (or realm in general)
for each application within one servlet container? The realm is defined in
server.xml so I can 't see a possibility From "Shapira Yoav " <Yoav.Shapira@(protected) >
> Does your webapp have a web.xml? Where are HelloServlet and Biz
> located?
Sorry that I can 't seem to reproduce this. Maybe it was
indeed markeHi. I have an existing application deployed as a war file. When I update
the war file stop and start tomcat again the war file is not re-expanding
over the old deployment. I have set the permissHi
I want to archieve the following
I want to map everything to a special servlet that checks for permissions
and a lot other things and finally invokes other servlets or modules of my
systemCan anyone point me to information concerning whether or not DIGEST
authentication works in Tomcat 4 and/or Tomcat 5? I have only found
conflicting information on the web as well as in several bookI 'm hoping this is an easily answered question - is there a way with some
simple Java or JSP code or with a pre-built application to tell how many
concurrent connections are going on my Tomcat instHave TomCat5 loaded on a Windows 2000 server as a service.
At least twice a day it stops for no apparent reason.
I 've checked event viewer Apache logs Tomcat logs Urlscan just about every log We are using a commerical servlet that seems to keep getting overloaded. We
wrote a little script that monitors a number of things about the process -
the number of open file descriptors sockets |
|
 |