Hello all,
I have virtual hosting enabled in tomcat 6.0.18. But I can not forward logs
into proper log files. I wants to have two log files, one for tomcat and one
for virtual host. Following is my configuration:
Server.xml
--
Log4j.properties
Hi Richard,
I made small tutorial about how to enable APR and SSL. I have it in word file.
If you don't mind I
can email it to you on your email.
I have question for this mailing list about attaching document. I can generate
small size PDF from
it. But am I allowed to attach document on this li
e other
application too. Would this even work (I'm no expert) but would the app
web.xml even be considered for URL requests that do not fall inside the
web app context path?
Thanks.
Mike.
-Original Message-
From: Dhaval Patel [mailto:[EMAIL PROTECTED]
Sent: 27 March 2007 14:35
To:
Hi Mike,
Use relative address for images in your CSS. That's a quick way.
The other way I can think of is to use redirect in web.xml of your webapp in
such a way that all request to /image/* goes to context/image/*
Hope it helps.
Regards,
D
- Original Message
From: Mike Quilleash
Hi,
I am running Tomcat 5.5.20 with JDK 6.0 on Windows XP perfectly fine. I am
running it as service and it works as it suppose it.
Would you provide log file or catalina.out so that we can see what's going on?
Thanks.
Regards,
D
- Original Message
From: Kristian Rink <[EMAIL PROTEC
Hi,
There are couple of ways to do it. Following are few of them:
(1) Using Tomcat manager application to upload .war file for your application.
(2) You can put your web application folder inside Tomcat webapps
(TOMCAT_HOME\webapps). But you
have to make sure that you use WEB-INF\web.xml inside
How about Lambda Probe (http://www.lambdaprobe.org/) ?
Regards,
D
--- Chetan Pandey <[EMAIL PROTECTED]> wrote:
> Hi All:
>
>
>
> I just want to know if there is any Free and Open Source Software for Tomcat
> 5.5 which will generate all the Web Statistics related to User Interaction
> with our
Try this:
Secure servlet
/path/to/servlet/*
GET
POST
CONFIDENTIAL
Regards,
D
--- Jan Strauch <[EMAIL PROTECTED]> wrote:
> Hello world!
>
> My problem :
>
> I want some of my servlets to b
Hi,
Following is configuration for Tomcat Connection pool which you have to write
in your context.xml.
If you are using Tomcat Admin, you specify parameters in web GUI.
maxWait
5000
maxActive
10
url
*JDBC URL*
driv
I just installed 5.5.20 with JDK 1.6.0 on Windows XP. Run smooth as service. No
problem at all.
Following is my configuration:
(1) Install java in c:\jdk1.6.0. Also set JAVA_HOME
(2) While installing tomcat, it detected jre from c:\Program
Files\Java\jre1.6.0 and installed
Tomcat in c:\Tomcat5.5
Hi,
I would say two things:
(1) Use JDK 1.5 for Tomcat 5.5.x.
(2) Look at
http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/[EMAIL
PROTECTED]
for how to configure SSL + APR on windows.
As far as your questions are concerned, someone will able to answer that. :)
Regards,
http://www.lambdaprobe.org
--- [EMAIL PROTECTED] wrote:
> Hi;
> I attended to an Oracle IAS event and they presented their Enterprise
> Manager 10g, and they showed some great monitoring capabilities. Here I
> quote some of them from their document
> "http://www.oracle.com/technology/products
Hi,
If you are using Apache 2.0.x, then and then only mod_jk or mod_jk2 will
help you. If you are using Apache 2.2.x, use mod_proxy_ajp.
For mod_jk configuration, look at following two links:
(1) Simple configuration -
http://www.howtoforge.com/apache2_tomcat5_mod_jk_integration
(2) Advanc
Hi,
I saw a performance gain by using "java -server" compared to "java". I also
searched on google
and found that it increase performance of application by providing more
resources to program (CPU,
RAM, etc.)
I was wonder why it is not used in starting up Tomcat (by default). Any one
has
ed on my system that came
> with httpd 2.0.x (named "libapr-0"). Do you think that "libapr-0" does
> interfere with "libapr-1"?
>
> Cheers,
> --Stefan
>
> Dhaval Patel wrote:
> > Hi,
> >
> >I think your APR library is old.
Hi,
I think your APR library is old. (You might have install using Yast). Tomcat
5.5 requires APR
1.2+. So you might have to compile it by yourself.
(http://tomcat.apache.org/tomcat-5.5-doc/apr.html)
I remembered that I had to compile APR for SuSE 10. Here is what I did:
1) Make sure you h
Before any suggestion, I have few question:
1) How do you run Tomcat? Standalone or as a service or as a JSP server behind
IIS?
2) Are you 100% sure that port 8443 and 443 are free?
3) Do you have any failure entry in tomcat log when you start tomcat? If yes,
what is that?
By looking at excepti
Yes. Markus is right.
When you add tcnative-1.dll, it means you are enabling APR support in tomcat,
which is good.
For detail instruction, visit:
http://www.mail-archive.com/users%40tomcat.apache.org/msg02500.html
There is only one problem in the steps described in above link. It works 100%
c
Hi,
Couple of things:
1) Make sure you change 8443 to 443 on all places in server.xml (there are 2
places.)
2) Make sure that no other service running on 443 port. This way Tomcat can use
that port.
3) What tomcat version you are running? Do you want to use APR?
Now I dont know which version
Hi,
Try this in your web.xml file.
Secure Area
/*
GET
POST
CONFIDENTIAL
url-pattern is the list of pages, folders or whole webapp (/*).
Regards,
Dhaval
--- hung ngole <[EMAIL PROTECTED]> wrote:
One thing. You forced all connections to be redirected to port 8443 on global
web.xml. So as per
my thought, it should reflect everything no matter if your web.xml has
security-constraint or not.
I would not do it unless if it is necessary.
You can try to put security constraint like:
Hello all,
One of my friend is looking a way to improve availability of his web-app
which is deployed on
tomcat 5.0.28. He has following configuration:
Hardware: Dual Xeon 3.0 GHz, 73 GB 10K SCSI HDD, 2 GB RAM, Gigabit NIC
Software: SuSE Linux 10, JDK 1.5, Tomcat 5.0.28 (Default install)
rupted. Error Code: -8101"
>
> The CA root certificate whom has signed my certificate is loaded into the
> browser (along with my certificate).
>
> It seems like its a problem with my certificates?
>
> Thanks,
> Julie.
>
>
> On Wednesday 08 March 2006 1
Hi,
Based upon your description, I think you are trying to use JSSE way to enable
SSL. Tomcat 5.5 has
two ways to enable SSL: 1) JSSE 2) OpenSSL.
If you are trying with JSSE, please remove tcnative-1.dll from your
TOMCAT_HOME\bin directory. It
should work fine.
If you want to know how to do wi
Hi,
First download tomcat-admin package from website for appropriate OS. Then
unzip it. When you
unzip the tomcat-admin (both on linux as well as on windows), say you unzip
into TEMP directory.
Now open TEMP directory and take some time to view the directory structure
there. Now go to your
t
Hi Mark,
What kind of error do you get? 404? Is there any exception on catalina.out?
Try this:
Secure Area
/secure/*
GET
POST
CONFIDENTIAL
Regards,
D
--- Mark Whitby <[EMAIL PROTECT
s. To do this all I've done is follow the
> advice on the help page, using the command "keytool =genkey -alias
> localhost -keyalg RSA" Once that's done I've linked from server.xml to the
> .keystore file created using this.
>
> Is this right or am I miss
Hi,
I have setup small guide on SSL with Tomcat 5.5. You can find it at
http://www.mail-archive.com/users%40tomcat.apache.org/msg02500.html
But that guide is in Tomcat 5.5 with APR (Apache Portable Runtime). It works
with
self-generated certificates. (I think it does not work with Verisig
Hi,
Since you are using OpenSSL, I am assuming you also want to use APR (Apache
Portable Runtime).
It is great for tomcat. I am using it right now.
I have posted message about how to do it. You can view it at:
http://www.mail-archive.com/users%40tomcat.apache.org/msg02500.html
The onl
Hi,
I don't know what features you want but if I will suggest, you try to look
into dom4j
(http://www.dom4j.org). It is very easy to use and pretty fast too.
Regards,
D
--- Marco Tedone <[EMAIL PROTECTED]> wrote:
> If you've got an XML schema defined, use Castor (xsl to Java and
> viceversa)
Hello all Tomcat Guys,
This is just curiousity.
Why "WEB-INF" folder has to be in capital letters? Is it becuase of J2EE
specification?
Regards,
D
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://ma
(1) Download admin webapp from http://tomcat.apache.org/download-55.cgi for
your Tomcat version.
(Say the filename is Tomcat-admin.zip)
(2) Now unzip/untar the file preserving directory structure. So after
unzip/untar you have
following structure:
Tomcat-admin
--conf (d)
--Catalina (d)
--
Hi,
For detail information about the problem and solution, visit:
http://wiki.apache.org/tomcat/HowTo#head-18d1c3f3fa702a1be769340784515eecce6e0ac9
The quick solution is to to administer (start, stop, edit) tomcat only as a
root.
Hope it helps.
Regards,
D
--- Iosev Perez Rivero <
Hi,
I hope you have read my post a while ago (in which I explained about
configuring SSL with APR in
Tomcat 5.5.12). If you haven't,
http://www.mail-archive.com/users%40tomcat.apache.org/msg02500.html
If you read that post fully, you will understand basics of SSL with Tomcat.
If you want to
http://www.mail-archive.com/users%40tomcat.apache.org/msg02500.html
--- Iosev Perez Rivero <[EMAIL PROTECTED]> wrote:
> I use the tomcat�s documentation about that but I have an error, I need
> that someone explain
to
> me how to that
>
> I�sev P�rez Rivero
> Estudiante 4to. A�o
> Uni
I am sorry. The link is
http://www.mail-archive.com/users%40tomcat.apache.org/msg02500.html
--- Dhaval Patel <[EMAIL PROTECTED]> wrote:
>
>
http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/<20051204175733.82684.qmail%40web50613.mail.yahoo.com>
>
>
>
http://mail-archives.apache.org/mod_mbox/tomcat-users/200512.mbox/<20051204175733.82684.qmail%40web50613.mail.yahoo.com>
--- Iosev Perez Rivero <[EMAIL PROTECTED]> wrote:
> i need configure SSL protocolo (https) with tomcat 5.5.12, but I don´t know
> configure, I used
> documentation of tomca
; Take a look at
> http://java.sun.com/j2se/1.5.0/docs/api/
>
> Martin-
> - Original Message -
> From: "Dhaval Patel" <[EMAIL PROTECTED]>
> To:
> Sent: Wednesday, December 28, 2005 3:11 PM
> Subject: Getting list of all deployed web applications
&
Hi,
Is there a way by which you can list of all web applications deployed? I know
that if you go to
manager webapp, you will see list of deployed applications. I want to achieve
the same
functionality but using jsp pages.
I tried to understand the source of manager webapp but I could not f
Hi Nigel,
The answer of this question depends upon many aspects like,
(1) What kind of web-application would you like to serve with Tomcat?
(2) Which J2SE\J2RE version are you using?
(3) Do you require any special things from Tomcat besides an application
server? I mean does your
application
tes earlier email you described below? If so could you
> email me it?
>
> Thanks
>
>
> - Original Message -
> From: "Dhaval Patel" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Saturday, December 03, 2005 1:13 PM
> Subject: Re:
parsing out a signed by verisign certificate to
> see if it's even possible. We may be stuck using self signed certificates
> for now because the APR connector doesn't support he following attributes
> yet:
>
> SSLCACertificateFile
> SSLCACertificatePath
>
>
be able to tell, I am very confused and could use a little
> explanation if possible.
>
> Thanks much
> Scott
>
>
>
> - Original Message -
> From: "Dhaval Patel" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Thursday, Dec
AIL PROTECTED]> wrote:
> Hello Dhaval,
>
> I was reading the article below, and it looks you you are not running Tomcat
> as standalone? Are
> you running Apache behind the scenes?
>
> I was just curious.
>
> Scott
>
>
> -Original Message-
> From:
Hi Scott,
I am not tomcat expert as well as I can not help you about the error you are
getting.
After Remy's last message on SSL with APR, I finally got my windows xp +
tomcat 5.5.12 + APR +
SSL working. Following are the steps that I have followed:
(1) Install Tomcat 5.5.12 and make sure
Hi Nate,
Welcome aboard. I am waiting for the answer of this problem since a long time.
I have searched this mailing list but no body answered it correctly. You can
search on the list archive of Nov. 2005, you will find my messages. I have
searched on google about it, but could not find anything
Hi Shridhar,
Tomcat Admin (for 5.5) zip or rar.gz file has following two main contents:
admin.xml
admin (webapps)
You have to put admin.xml inside $CATALINA_HOME/conf/Catalina/localhost and
admin (webapps) inside $CATALINA_HOME/server/webapps . Also make sure that
(which
you already did but
Hi,
I dont know about your environment. But I know few things about push that I
would like to share.
I researched "push" a while ago. Basically I was looking for server push. HTTP
is not push enabled protocol. So the answer is you can not push from server to
client using HTTP. Client has to
Hi,
This is the site where you have all archives :
http://mail-archives.apache.org/mod_mbox/
You can click on perticular email and you will get archives for that
perticular
email address. For example,
http://mail-archives.apache.org/mod_mbox/tomcat-users/
For search, you can use google,
S
>
> I want to enable log4j in debug mode only for one of the tomcat instances
> which is running using different user -- i.e. other than tomcat-base.
> This means, i don't want to apply log4j on all tomcat instaces by
> implemeting it onto tomcat-base.
>
> -----Original M
Hi Nehal,
Do you want to enable log4j in your application or you want to enable log4j
inside tomcat? Inside tomcat means, tomcat uses log4j instead of J2SE logging
utility so that you can configure tomcat loggin in log4j.
Regards,
D
--- Nehal Sangoi <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I
Hi Terry Allen,
To find out which version of java you are using, type command "java -version"
in your terminal. It will give you version information. Now Tomcat 5.5.9
recommends that you use JRE 1.5 instead of JRE 1.4. There are some ways by which
you can use JRE 1.4 and Tomcat 5.5.x together.
hanks anyway.
Regards,
Dhaval
--- Remy Maucherat <[EMAIL PROTECTED]> wrote:
> On 11/17/05, Dhaval Patel <[EMAIL PROTECTED]> wrote:
> > Hello all,
> >
> >Then I read at some place that if you want APR you have do some extra
> > configuration, which I f
Hello all,
I am trying to configure HTTPS with Tomcat 5.5.12 on Windows XP. I am using J2SE
1.5.0_05. I am a student and I dont have signed certificate. I tried two methods
which are mentioned on Tomcat documentation:
(1) Using .keystore (generated by keytool)
I followed the documentation
(h
better (even I prefer that). But it just
something to play around and clearing my doubts.
Regards.
Dhaval
--- Nikola Milutinovic <[EMAIL PROTECTED]> wrote:
> Dhaval Patel wrote:
>
> > My question is, is it possible to put only webapps on P_FAT32 while tomcat
> >install
Hi all,
I have computer three partitions:
Partition 1 : Windows XP (NTFS) - (aka P_NTFS)
Partition 2 : SuSE Linux 10.0 (Reiser) - (aka P_RES)
Partition 3 : Share (FAT32) - (aka P_FAT32)
Tomcat 5.5.12 with J2SE 1.5.0_05 on both SuSE and Windows.
I use P_FAT32 for sharing my data files betwe
Hi.
Did you check about your installation? If you installed mod_jk correctly, can
you able to see the log files of mod_jk inside tomcat logs directory. It looks
like something is missing here. Give me little more details about your
installation. I had similar problems like it but it turns out t
ds,
Dhaval
--- Dhaval Patel <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Based upon your talk I am assuming following:
> - You have directory c:\sample-dir which text files and other files.
> - You want to make something like http://ADDRESS/sample-dir which displays
> list
> o
Hi,
Based upon your talk I am assuming following:
- You have directory c:\sample-dir which text files and other files.
- You want to make something like http://ADDRESS/sample-dir which displays list
of files (like online apache browsing).
Here is the one way you can do it quickly:
(1) Even
e you are in.
>
> George Sexton
> MH Software, Inc.
> http://www.mhsoftware.com/
> Voice: 303 438 9585
>
>
> > -Original Message-
> > From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> > Sent: Monday, November 07, 2005 10:11 AM
> > To: Tomcat U
to /etc/sysconfig/apache2 modules list
> 4)Add mod_jk commands to /etc/apache2/conf.d files, or
> /etc/apache2/vhosts.d files
>
>
> George Sexton
> MH Software, Inc.
> http://www.mhsoftware.com/
> Voice: 303 438 9585
>
>
> > -Original Message--
and
> add mod_jk to the list of modules.
>
> George Sexton
> MH Software, Inc.
> http://www.mhsoftware.com/
> Voice: 303 438 9585
>
>
> > -----Original Message-
> > From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, November 05, 2005
jk.so (and you would need the
> 32bit module also).
>
> Hope this helps - Richard
>
>
> -Original Message-
> From: Dhaval Patel [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 05, 2005 10:06 PM
> To: users@tomcat.apache.org
> Subject: Help configuring mod_j
Hello,
I installed SuSE 10.0 via DVD. I have added this mirror
(ftp://ftp-linux.cc.gatech.edu/pub/opensuse/distribution/SL-10.0-OSS/inst-source)
as the installation source in YaST so that I don't need DVD in future.
I installed Apache2 (ver. 2.0.54), apache2-debuginfo, apache2-devel,
apache2-doc
64 matches
Mail list logo