Thank you
On Wed, Jun 18, 2014 at 12:40 PM, Mark Eggers wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 6/18/2014 9:20 AM, Lou Henry wrote:
> > I am fairly new to configuring apache web servers. Currently, I
> > have a vanity url set up in an Apache Loa
I am fairly new to configuring apache web servers. Currently, I have a
vanity url set up in an Apache Load Balancer and that goes to a WebLogic
Cluster running a portal website. I would like to redirect this url to an
antivirus server first. The antivirus server will do its thing and if it's
cle
On Fri, Feb 8, 2013 at 2:05 PM, Mark Eggers wrote:
> On 2/8/2013 10:29 AM, Lou Henry wrote:
>
>> Thanks for responding.
>>
>> 1. Why such an old version?
>>This is what the product was distributed with.
>> 2. Does the above file exist
-3.0.3.RELEASE.jar].
Consider adding the JAR to to the
tomcat.util.scan.DefaultJarScanner.jarsToSkip in
CATALINA_BASE/catalina.properties
On Fri, Feb 8, 2013 at 1:07 PM, Konstantin Kolinko
wrote:
> 2013/2/8 Lou Henry :
> > Hi,
> >
> > I am at a complete loss with this error. I am
ID.
>
> That shouldn't be necessary, as the worker's name is the default
> 'route', and the OP has them set up properly.
>
> I think this might be interfering with your setup:
> > Le vendredi 21 septembre 2012, Lou Henry a écrit :
> >
> >> work
I'm running Apache Tomcat 7.0.14 and Apache 2.2.21 (mod_jk1.2.37). I
am trying to load balance two Tomcat Servers and sticky sessions are
not working. I am running
a two-factor authentication package and it looks like my LB
configuration is directing the user to one Tomcat for part of the
transac
from on the same server path as the
> application to which then one sends an ssl "logout signal". A browser plugin
> references the https uri of the image.
>
> Does the cache release the image, collected over a session that is now closed?
>
> Sent from my iPhone
>
>
TO#HOWTO_logout
Henry
On 7 Sep 2011, at 00:29, Adamus, Steven J. wrote:
> Don't assume your SSL session or connection hasn't been invalidated just
> because you aren't asked to choose a certificate from your browser certs when
> you log in again. In our system (Tomcat 5
I tried the following command and failed as tomcat home directory:
C:\apps\apache-tomcat-7.0.11>java -cp
lib/catalina.jar;bin/tomcat-juli.jar org.a
pache.catalina.realm.RealmBase -a md5 henry
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tomc
Is there a way to encrypt the password in the Resource tag and tomcat
can still read it and decrypt?
-Henry
On 4/1/2011 9:58 AM, Mark Thomas wrote:
On 01/04/2011 14:56, Claus Hausberger wrote:
Original-Nachricht
Datum: Fri, 01 Apr 2011 14:49:56 +0100
Von: Mark Thomas
An
Can we have multiple "allow" and multiple "deny" value tags?
what if I want to allow 123.11.22.33 and 212.22.11.33?
-Henry
On 3/27/2011 4:04 PM, Serge Fonville wrote:
Hi,
http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Request_Filters
I found deny="192\
based upon the documentation, in the like the following:
to only allow local access. Can we using wild card or a set of url/ip
addrss access? Could someone give me some examples for allowing:
123.122.*
111.*
101.202.1.*
-Henry
urces, every app
can access it. Am I right? If i wnat to do so, how do I do?
-Henry
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Error listenerStart
I do have send email setting in my log4j.properties file but I didn't
send any email at the starting time. And of cause, I don't have mail
server running on my pc. How do I fix it?
-Henry
-
To unsu
It works! Thank you very much!
-Henry
On 3/27/2011 2:15 PM, Konstantin Kolinko wrote:
2011/3/27 Henry Lu:
On 3/27/2011 2:01 PM, Konstantin Kolinko wrote:
the suffix is exactly "*.jar". No other patterns are recognized.
Thank you very much for you info. here was what I did:
the
ib/my_lib/*.jar
and even I tried :
common.loader=...,c:/apps/apache-tomcat-7.0.8/lib/my_lib/*.jar
none of them worked.
Could you send me a line of configuration to point to my
${catalina.base}/lib/my_lib where I keep 20+ jar files.
-Henry
=, server.loader=, and shared.loader=
but none of these work.
Please help!
-Henry
Hi All,
I facing a problem. My application sharing different application in
different db respectively but in one Tomcat.
Sometime the application run until causing other application slow or login
page cannot login ( cannot login mean the login page logging take a lot time
)
I not sure where to
Hi I get the following error when I try to call a smal java application(hello
friends!) which i placed in a jar file. the application has the log4j.jar in
its lib directory (and classpath) and calls the log4j.logger like this:
private static final Logger LOGGER = Logger.getLogger(Hello.class);
It
method 1?
Is it Need to use method 2 in order to configure in such Tomcat manager
webapp for each host?
May I know what is the content of ROOT.xml?
I search in the whole folder of tomcat I cannot find the file. :(
Thanks
-fsloke
Peter Crowther wrote:
>
> 2009/11/15 Henry Loke :
>> B
Below is a setup according according to tutorial
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
I plan to setup 2 virtual host ie :
1. ren
2. stimpy
( Please refer to the link above for more detail )
Both Virtual Host No War file. Both of them only have the index.jsp ( The
to
So, Beside AJP connector, what others method can also do that?
Hassan Schroeder-2 wrote:
>
> On Sat, Nov 14, 2009 at 7:47 AM, Ziggy wrote:
>
>> If you are using tomcat with apache then you will
>> need
>> apache virtual hosting with the AJP connector.
>
> Using the AJP co
Can you give me the link to Tomcat docs?
Thanks
Hassan Schroeder-2 wrote:
>
> On Sat, Nov 14, 2009 at 7:29 AM, Henry Loke wrote:
>>
>> Which method is good to support 1 WebServer with Multiple Web App
>> project?
>>
>> Method 1: domain Changes
>
>
Which method is good to support 1 WebServer with Multiple Web App project?
Method 1: domain Changes
When user type in
1. http://webapp1.example.com will go to webapp1 project
2. http://webapp2.example.com will go to webapp2 project
etc etc
Method 2 : using same domain but append different
Apache Tomcat
> installation. Putting Httpd in front would just add latency to the
> request and make the environment more complicated. If you need other
> features best provided by Httpd, then by all means put it in front.
>
> --David
>
>
> Henry Loke wrote:
>> So, i
So, it is better to install Apache httpd in front of Tomcat
Thanks Guys...
-fsloke
Konstantin Kolinko wrote:
>
> 2009/11/14 Henry Loke :
>>
>> I only install Apache Tomcat my Java webapp can work already.
>> So far I know what Apache can do, Apache Tomcat also can do.
I only install Apache Tomcat my Java webapp can work already.
So far I know what Apache can do, Apache Tomcat also can do.
The common different is Apache Tomcat is for Java program only
Apache can support multiple language webapp eg. php, Java , etc etc
I a bit confuse the existence of Apache?
If
Thank you Chris! I did not use mod_jk before. I will start from the beginning.
Henry
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Thursday, July 30, 2009 11:03 AM
To: Tomcat Users List
Subject: Re: How to configure failover for Apache/Tomcat
connected to
web1 are out. Is it possible to configure web1 connecting to both app1 and
app2 so failover will be available? What extra hardware and/or software do I
need?
Thanks,
Henry
Thank you Andre for this information. I will look at it.
Regards,
Henry
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Friday, July 24, 2009 9:33 AM
To: Tomcat Users List
Subject: Re: what is the upper limit of maximum heap memory for Tomcat with
32-bit JVM
approvals.
Thanks,
Henry
-Original Message-
From: Juha Laiho [mailto:juha.la...@iki.fi]
Sent: Friday, July 24, 2009 4:22 AM
To: Tomcat Users List
Subject: Re: what is the upper limit of maximum heap memory for Tomcat with
32-bit JVM running on Red Hat Linux 4 (32-bit)
Li,Henry wrote
Thank you Chuck! I will go to the 64-bit.
Regards,
Henry
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Thursday, July 23, 2009 7:19 PM
To: Tomcat Users List
Subject: RE: what is the upper limit of maximum heap memory for Tomcat with
32-bit JVM
Thank you Alan for your help.
I use top to get the 4G free memory: Mem: 8309064k total, 3426680k used,
4882384k free, 163308k buffers.
Your are right, my 4 processors mean 4 cores (2 dual-core processors)
I think I will take your workaround #2.
Regards,
Henry
-Original Message
se my free memory on the server to
get rid of the OutOfMemoryError?
Thanks,
Henry
ile outside
> it.
>
> -- David
>
>
> On Mar 8, 2009, at 11:36 AM, henry human
> wrote:
>
> >
> > Hi
> > I am using tomcat 6. I have a XSD file in the
> WEB-INF/xsds directory inside my web application on tomcat.
> > I am trying to downl
Hi
I am using tomcat 6. I have a XSD file in the WEB-INF/xsds directory inside my
web application on tomcat.
I am trying to download a xsd file as follow:
http://myServer:5200/MyWebApplication/xsds/cusomer.xsd Unfortunatelly it dows
not work!!!?
e
tomcat is not available from the browser and and
consequently my web applications too
> just deploy your web app and it will work fine.
Whre
>
> On Sat, Jun 14, 2008 at 10:14 PM, henry human
> <[EMAIL PROTECTED]> wrote:
>
> > Hello
> > I have Tomcat 6.0.
- / ERROR:
HTTP Status 404 - /
type Status report
description The requested resource (/) is not
available.
Apache Tomcat/6.0.14
++
Thanks for you hints
henry
__
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang
le -
> including properties, etc then you might take a look
> the Apache POI
> project - http://poi.apache.org/
>
> If you need to do a transformation on a PDF - Apache
> XMLGraphics may
> be worth a look - http://xmlgraphics.apache.org/
>
> Regards,
&g
ents within the jsp?
I will save them to a Content Server by the JSPs.
I will use some beans and taglib for the logic
implementation.
>
> BTW, I highly recommend you read the documentation
> for the jstl taglibs
> and do some googling. I'm sure some research would
> help you a
Hi David,
most of these files are PDF, XLS and not only TXT
format.
You are meaning that with a JSP definitvly one can
reads only TXT files?
i understood with help of
--- David Fisher <[EMAIL PROTECTED]> schrieb:
> Henry doesn't say if these are text files or binary
> files.
URL
> you'd use is dependent
> on the configuration of the remote server.
>
> --David
>
> henry human wrote:
> > You gave me some idea and brought light to the
> issue!
> > Thanks
> >
> >
> >
>
url="http://remoteSystem.dns.com/htt
into the system and have it running
> as you which isn't
> the most ideal method.
>
> 2. Using a webserver on the remote system
>
> This I have done and it's more platform independent.
> Your jsp can
> request it from the remote server using standard
> t
cally more information regarding
> the system the remote
> file reside's on (does it have a web server?).
>
> --David
>
> henry human wrote:
> >
> >
> >> Seems to me the simplest is the c:import tag and
> >>
> > so
, more details!
> --David
>
> henry human wrote:
> > Once again because there was a mistake in the
> first
> > email :
> > i am about to read from a JSP the data at a
> > remote computer. At remote computer is tomcat
> > running. the files are stored in
>
Once again because there was a mistake in the first
email :
i am about to read from a JSP the data at a
remote computer. At remote computer is tomcat
running. the files are stored in
remote computer at
d:\archive\files
The port 80 is also accessible.
Please tell me, what should be
configu
Hell
i am about to access from a JSP file the data in a
remote computer. At remote computer is tomcat
running. My file policy.txt is saved at the remote
computer at
d:\archive\files
The port 80 is also accesible.
what should i configure in tomcat to
be able to do it
?
Thanks for any hint
ad up on the post I wrote recently
http://blogs.sun.com/bblfish/entry/rdfauth_sketch_of_a_buzzword
And I wrote about an even simpler version using https, the one I am
exploring, here
http://permalink.gmane.org/gmane.comp.java.restlet/4734
Henry
[1] the best I got was with http://tinyurl.com/5
Hi
when i start tomcat 5.5 i get ever this error:
**
20:03:13,844 DEBUG ContainerBase:747 - Add child
StandardHost[localhost] StandardEngine[Catalina]
20:03:13,864 DEBUG AprLifecycleListener:91 -
The Apache Tomcat Native library which allows optimal
perf
--- "Caldarale, Charles R"
<[EMAIL PROTECTED]> escribió:
> > From: Henry [mailto:[EMAIL PROTECTED]
> > Subject: Re: start page setting
> >
> > when anyone in the browser type localhost:8080,
> > it shows start page of TomCat, instead this, I
>
--- Amnon Lahav <[EMAIL PROTECTED]> escribió:
> in your web.xml ,
>
> your
> jsp/html/servlet
>
> - Original Message -
> From: "Henry" <[EMAIL PROTECTED]>
> To:
> Sent: Friday, October 05, 2007 5:30 PM
> Subject: start pa
hi, every one
how can I setting start page in Tomcat.
I mean if you write localhost:8080 in my browser,
it redirects to any page that I want.
thanks in advance
Sé un Mejor Amante del Cine
hi my name is henry,am relatively new with jsp. i just downloaded
Apache-tomcat 6.0 after installing java5.0.i also set the environment variables
for java.also i ve installed Apache tomcat too but ve not set the environment
variables because i don't no the variable value.i used the de
hi my name is henry,am relatively new with jsp. i just downloaded
Apache-tomcat 6.0 after installing java5.0.i also set the environment variables
for java.also i ve installed Apache tomcat too but ve not set the environment
variables because i don't no the variable value.i used the de
Turns out that stoping/starting the Tomcat service with the Tomcat provided
service control panel was causing the problem. Using the Windows Services
control panel, for whatever reason, allows my authentication scheme to work
correctly.
H
On 9/21/06, Henry McClain <[EMAIL PROTECTED]>
krainian-Dutch Faculty of Economics and Management
Ternopil State Economic University
Shevchenko Street 9, Office 24-25
Ternopil, 46000 UKRAINE
Tel: +38 (0352) 43 52 41
fax: +38 (0352) 43 52 45
Web: http://unf.tane.edu.ua
-
To start
For additional commands, e-mail: [EMAIL PROTECTED]
--
Henry McClain
"Life is hard. Wear a helmet"
"Tell your wife that she looks pretty, even if she looks like a truck."
--
:
mydomain {
com.sun.security.auth.module.NTLoginModule required debug=true;
};
--
Henry McClain
"Life is hard. Wear a helmet"
"Tell your wife that she looks pretty, even if she looks like a truck."
--
regards,
henry
___
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden:
http://mail.yahoo.de
-
To unsubscribe, e
59 matches
Mail list logo