  | 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
I manage to configure my tomcat with jsvc(common-daemon) and everything work
great till I start to launch it as root. If I run it as tomcat user it does
work great. If I try to run it as root fI am using Tomcat 5.0.28 on AIX. I have a third-party app that has
multiple directories strewn about the filesystem containing html and
jsps that I want to load as part of the main app I load from webIs it possible for me to host somedomain.com on my
tomcat and as that is my prefered domain name format
and want all users who go to www.somedomain.com (YES
I have A records set up for both and theIf I host more than one domain on my tomcat
installation (standalone not with apache) can I
imort an SSL certificate for each domain and will
tomcat just know which to use for which hosts?
Justin JHi all
I am implementing Basic authentication I would like to make both the
Principal and Credential visible to my
servlet being managed by Tomcat I know how to get the Principal but I
can 't I 'm new to Tomcat 4 and am trying to figure out how to
configure my logs so that Deepmetrix 's LiveStats 7 can
import them. Does Tomcat 4 support logging to the W3C
Extended logging format? If so coulI don 't think I have tried to ever validate the
$CATALINA_HOME/conf/web.xml before but I am trying to track down a bug
and found the web.xml to be invalid (according to XML Schema validation).
For
Hi all
Could anyone explain to me why I can 't post to
tomcat-user@(protected)?
I get the following error message when I make a post to the group
Unable to deliver message to the followinHi all
I am trying to configure Basic Authentication with IIS/Tomcat and have
not had any success yet.
Here is my operating environment
Tomcat 5.5.9
IIS 5.0
I get HTTP 401 error Hi
I 'm trying to create a struts based application which tries to
access MySQL dB using mysql-connector-java-3.1.10 connector.
I 'm having problem with my getConnection() code. The following error
iHi everybody
I 'm using Tomcat (4.1) with the Sysdeo plug-in for Eclipse (3.0) on a
WinXP machine.
Had everything installed on C \ and all was right with the world.
<rant >
Then came McAfee and the bHi all
I have a web app that writes some plain text data and then some zipped
data to the client
ServletOutputStream out ...
out.print( "PLAIN_HEADER| ")
ZipOutputStream zos new ZipOutputStream(Hi
I am switching from Tomcat 3.2.X to Tomcat 4.1.18 (yeah I know these are old but that 's what a 3rd party software vendor requires for their servlet). I do not need any of the Tomcat/servlets ' lI know I can redirect HTTP to HTTPS by adding
<user-data-constraint >
<transport-guarantee >
CONFIDENTIAL
</transport-guarantee >
</user-data-constraint >
to my wHi I am using the built in security constraints to password protect some directories in my app. It works fine but I was wondering when someone uses the login form to get to the passworded directory
I 've never had TC bind itself to 127.0.0.1 8005 to allow correct
shutdown to occur. I 've always had to kill the TC JVM.
I use JSVC to be able to get a non-root userid. Does this affect how
the sMy Tomcat 4.1.24 returns a 302 (redirect) status on all its physical
files (so not JSPs or servlets) complete with a valid redirect path.
Anyone seen this behaviour before?
It also happens on otheTomcat 5.5.9 hanged and when I do a netstat under Windows XP I saw port
8009 with a long list and all user can 't access.
Is this tomcat problem or windows ?
Active Connections
Proto Local AddrI 'm migrating form Tomcat 4.1.2 to Tomcat 5.0. In Tomcat 4.1.2 I
usually put my unpacked apps at /opt/tomcat/webapps/myapp and it work.
Now It doesn 't work with the newly installed tomcat 5. Tomcat giHi
In my JSP pages I put the following tags to avoid the browser cache the pages.
<head >
<meta http-equiv "Expires " content "0 " / >
<meta http-equiv "Pragma " content "no-cache " / >
<meta http-equiv "CHello
Let 's consider situation like this
We have got some servlets responsible for genereting galery page. We
want group galery pages by use common part in uri (/galery/)
http //x.com/galery/galeHi there
I 'm just trying to start up a standalone instance of
Tomcat 5.0.28 in a Windows XP environment
(non-service) with JPDA and I 'm getting the following
error when I execute catalina.bat jpda Hi
Tomcat is unable to compile any of the JSPs in my application (Struts
1.2.7 JDK 5 Tomcat 5.5.9) because of a ClassCastException when
loading up of the Struts TLDs. I 'm posting the problem herehi everybody
I want to provide the ability to my webapp 's users to download a .java file
clicking on a html link.
My problem is that I have no "save as " dialog box Im redirected to the
content of Hi
I am looking out for part time jsp programmer for my project
my-lending.homelinux.com
Interested person please get in touch
REgards
Medha
--
http //www.fastmail.fm - Or how I learned to stopI 've noticed an interest consequence of getRequestURI() with Tomcat --
getRequestURI() doesn 't return the URL fragment (the part after the "# ").
So if the URL is http //www.foo.com/page.html#blah
I am running Tomcat 5.5.9 on XP. I want to install Admin. I think I
found the correct download here
http //www.mirrormonster.com/apache.org/jakarta/tomcat-5/v5.5.10-alpha/bin/jakarta-tomcat-5.I 'm trying to run Tomcat on a dumbed-down distor of Debian on a virtual
linux I 'm using to host my website. I 've downloaded and unzipped Tomcat
5.5.9 and set JAVA_HOME and CATALINA_HOME. I start THi
I am switching from Tomcat 3.2.X to Tomcat 4.1.18 (yeah I know these are old but that 's what a 3rd party software vendor requires for their servlet). I do not need any of the Tomcat/servlets ' lHi All
When jsp include-ing a page I see that params from the calling page
are also passed on to the called page.
Example
caller.jsp (hypothetically called with param1 val1)
<jsp include page |
|
 |