I inherited a clusterf*** of a mess disguised as a JSP/servlet-based
MVC-ish app without the benefit of using Spring or Struts or any sort of
framework. No web services, but lots of $.ajax() POST calls to servlet
methods. I need to get this stabilized before I can redo everything using
REST/Angular
ponse; meanwhile I never figured out how to extract those values after a
document was rendered in a traditional MVC app.
On Thu, Sep 8, 2016 at 11:22 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Joe,
>
> On 9/
object before the redirect is called, but it seems a new response object is
used and sent to the browser. Is that assessment correct? Is there any way
for me to modify the redirect before it's sent or do I have to use
.forward()?
thx,
- Joe
method and the
eventual destination. Is this normal? I also recall reading Tomcat is
supposed to cache the last five tokens for a given current session - the
change in token values shouldn't affect usage, correct?
On Fri, Sep 2, 2016 at 10:14 AM Joe Tseng
wrote:
> For my app I was *mostly* su
g
my main issue?
My web.xml is currently as follows:
CSRF
filter.CustomCSRFFilter
entryPoints
/,/login.jsp,/JS/MIST.js
CSRF
/*
Appreciative of any useful assistance...
- Joe
without success. I saw another config using just "/" but
I don't know if that person's config was successful - at least I believe my
line of thinking is similar to others.
Appreciative of any useful help...
- Joe
s.MISTmanager
And my field is as follows:
Is that the right way to get the value for CSRF_NONCE? If not, am I close?
Useful ideas appreciated!
- Joe
>Am 10.02.2016 um 15:23 schrieb Rémy Maucherat:
>> 2016-02-10 15:06 GMT+01:00 Joe Aldrich :
>>
>>>> Am 29.01.2016 15:34, schrieb Joe Aldrich:
>>>>> Hello,
>>>>>
>>>>> I am using Tomcat 8.0.28 on Windows 10 and am having a p
>Am 10.02.2016 um 15:23 schrieb Rémy Maucherat:
>> 2016-02-10 15:06 GMT+01:00 Joe Aldrich :
>>
>>>> Am 29.01.2016 15:34, schrieb Joe Aldrich:
>>>>> Hello,
>>>>>
>>>>> I am using Tomcat 8.0.28 on Windows 10 and am having a p
>Am 29.01.2016 15:34, schrieb Joe Aldrich:
>> Hello,
>>
>> I am using Tomcat 8.0.28 on Windows 10 and am having a problem with
>> the Rewrite Value. I must include the escaped form of an ampersand
>> '%26' in the output URL.
>>
>>
Hello,
This is my first attempt at interaction with the Tomcat Users List. I haven't
heard anything back on my response to the initial followup by Chris, and I was
just checking if there was anything else needed from me on this.
Thanks,
Joe
-Original Message-
From: Joe Aldrich
Hello,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe,
>On 1/29/16 9:34 AM, Joe Aldrich wrote:
>> I am using Tomcat 8.0.28 on Windows 10 and am having a problem with
>> the Rewrite Value. I must include the escaped form of an ampersand
>> '%26' in the outpu
Hello,
I am using Tomcat 8.0.28 on Windows 10 and am having a problem with the Rewrite
Value. I must include the escaped form of an ampersand '%26' in the output URL.
My rewrite.config has the following:
RewriteCond %{QUERY_STRING} ^(.*&)?SCID=8(&.*)?$
RewriteRule ^/(product|specs|avail-options
/server.xml file:
Thanks
Joe
pentesting going on?
On Feb 16, 2015 10:44 AM, "Mathias af Jochnick"
wrote:
> Christopher, thanks for responding. See my comments below.
>
> --
> Mathias af Jochnick, +46703414084
>
> On 16 February 2015 at 16:36:32, Christopher Schultz (
> ch...@christopherschultz.net) wrote:
>
> -BEGIN PGP
Jesse Farinacci gmail.com> writes:
>
> Greetings,
>
> I am trying to embed Tomcat v7.0.11 into a self-contained, executable
> jar. The jar is created using Maven (assembly plugin) which packages
> the required Tomcat embedded classes and also an unpacked WAR archive.
> The listed Main-Class doe
Jesse Farinacci gmail.com> writes:
>
> Greetings,
>
> I am trying to embed Tomcat v7.0.11 into a self-contained, executable
> jar. The jar is created using Maven (assembly plugin) which packages
> the required Tomcat embedded classes and also an unpacked WAR archive.
> The listed Main-Class doe
Hi Chris,
Many thanks for your reply. I found out that mime_module wasn't enabled. So
I added the following line
LoadModule mime_module modules/mod_mime.so
to httpd.conf file and everything's fine now.
Thanks again!
Joe
On Wed, Oct 3, 2012 at 10:28 AM, Christopher Sc
JkUnMount /css/* worker1
JkUnMount /img/* worker1
JkUnMount /js/* worker1
JkMount /* worker1
Thanks,
Joe
I uninstalled Tomcat and installed a newer version (6.0.33) and the problem
disappeared. It is strange because the config files are the same.
On Wed, Oct 19, 2011 at 2:16 AM, wrote:
> Hi
> >
> > I get the following AJP errors when I try to access a webpage after
> ztarting
> > Apache and Tomcat.
Thanks for pointing that out, Konstantin.
I have now uninstalled Tomcat 6.0.29 and installed 6.0.33 instead and it
works flawlessly with the 32-bit JRE. If it weren't for you, I wouldn't have
known about it. Thank you very much! :)
Regards,
Joe
On Wed, Oct 19, 2011 at 2:03 AM,
ckend: localhost
Can you please help me find out where the problem lies.
Thanks,
Joe
Environment: Apache 2.2, Tomcat 6.0.29, JDK 6, Windows 7 64-bit
/* excerpt from httpd.conf */
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
NameVirtualHost
011/10/19 Joe Hansen :
> > Hi,
> >
> > I have installed Tomcat 6.0.29 on a machine running Windows 7
> Professional
> > (64bit) and JDK 1.5.0_22.
>
> Why not 6.0.33?
>
> >
> > When I start Tomcat, I see the following error message in the log file:
&
error message occurs? I
did not have any issues running Tomcat on a Windows XP 32 bit machine.
However, that hasn't been the case with my Windows 7 machine.
Please help!
Thanks,
Joe
Someone here was passing it to tomcat on the startup along with a bunch of
other jvm parameters, probably in hopes of trying increase the performance.
On Thu, Jan 6, 2011 at 3:02 AM, Pid wrote:
> On 1/5/11 8:44 PM, Joe Greenawalt wrote:
> > So i went to the appservers and sure enou
22, 2010 at 4:54 PM, Joe Greenawalt wrote:
> right, its definitely going in my pom, i just did that to get it to work,
> when i get back from vacation, im going to try and figure out the problem.
>
> thanks
>
>
> On Wed, Dec 22, 2010 at 3:55 PM, Christopher Schult
subevent, but at least I know what I need to do.
Joe
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Hello,
I've been making great progress with CometProcessor on Tomcat 6.0.29.
I have a question about handling timeouts (and I did review this
thread: http://www.mail-archive.com/users@tomcat.apache.org/msg55616.html).
I want my clients to connect and stay connected for a very long time,
but I do
--
> Hash: SHA1
>
> Joe,
>
> On 12/22/2010 1:57 PM, Joe Greenawalt wrote:
> > "interestingly its not" - not located in either place (mac/windows
> tomcat)
> > as a velocity-[version].jar
> >
> > I downloaded Velocity+V-Tools and added them to TOMCAT_H
#x27;t have the dependency directly in our pom, thats why i first
assumed it was bundled with something or the problem wasn't what it was
reporting.
On Tue, Dec 21, 2010 at 7:03 PM, Michael Ludwig wrote:
> Joe Greenawalt schrieb am 21.12.2010 um 17:40 (-0500):
> > interestingly its not
&
input and help.
On Tue, Dec 21, 2010 at 4:37 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Joe,
>
> On 12/21/2010 3:43 PM, Michael Ludwig wrote:
> > Joe Greenawalt schrieb am 21.12.2010 um 15:22 (-
Good points, i'll start searching for them. Anyone have a OS X jar
inspector recommendation? 'jarinspector' itself doesn't work on 10.6.
Thanks for the feedback.
Joe
On Tue, Dec 21, 2010 at 3:18 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
>
help, i can try to find it in the jar files.
On Tue, Dec 21, 2010 at 1:09 PM, Konstantin Kolinko
wrote:
> 2010/12/21 Joe Greenawalt :
> > Here is the lib Folder of the deployed app:
> > activation-1.1.jar
> > (...)
> > slf4j-log4j12-1.5.2.jar
> >
>
> and whi
the exact same war file.
Any ideas on what to try next?
Thanks,
Joe
ing to the webapplication's web.xml file.
Thanks,
Joe
On Wed, Jun 2, 2010 at 5:07 PM, Joe Hansen wrote:
> Hey All,
>
> We are using Tomcat 6 on a RedHat box.
>
> Today I installed AWStats and AWStats needs CGI. So I enabled the
> CGIServlet in the Tomcat's web.xml file. When I r
docs
java.lang.SecurityException: Servlet of class
org.apache.catalina.servlets.CGIServlet is privileged and cannot be
loaded by this web application
How do I get around this issue? Please advise. Thanks for reading.
Thank you,
Joe
Our Tomcat's server.xml file has two Virtual Hosts defined:
www.ourwebsite.co
Mark, Chuck, Andre, and Charles, You guys rock!
Mark, I followed your recommendations and
1. I copied the virtual host webapps directories outside Tomcat.
c:/hosts/abc.local/webapps
c:/hosts/xyz.local/webapps
2. Copied the manager.xml to Tomcat/conf/Catalina/abc.local and
Tomcat/conf/Catalina/xyz.
This thread has grown too long. For anyone following this thread,
here's the summary:
Two web applications, each with a Virtual Host entry in server.xml file.
Tomcat/webapps-abc
Tomcat/webapps-xyz
These two web applications have different log4j.properties files.
These log4j property files log to
pps-common-lib-logging/
But that doesn't solve my issue.
Thanks,
Joe
On Tue, May 4, 2010 at 4:58 PM, Caldarale, Charles R
wrote:
>> From: Joe Hansen [mailto:joe.hansen...@gmail.com]
>> Subject: Re: Log4j logging doesn't work when a web application is moved
>> outsi
Thanks for the reply, Charles!
When commons-logging.jar is present in Tomcat/lib and WEB-INF/lib
directories, I get the following error :
Invalid class loader hierarchy. You have more than one version of
'org.apache.commons.logging.Log' visible, which is not allowed.
Here's the complete stack tr
Chuck,
There are common classes in Tomcat/lib/ but they don't attempt to do
any logging. However, the abc Spring Web application does initialize a
Quartz object which runs once every hour and does some logging. I
don't know if that has any implications.
Thanks,
Joe
Here's the s
empty
abc.log and xyz.log files.
When I delete c:\Tomcat\lib\log4j-1.2.15.jar, I get Tomcat startup
errors (NoClassDefFoundError: org/apache/log4j/Category). Also empty
abc.log and xyz.log files are created.
Joe
On Tue, May 4, 2010 at 3:20 PM, Caldarale, Charles R
wrote:
>> From: Joe
initialization does not stomp on the
initialization of other webapps. Each webapp will need to use unique
Logger IDs, which can be accomplished with unique package names."
Thank you!
Joe
-
To unsubscribe, e-mail: user
%n
log4j.appender.A2.File=c:/Tomcat6/logs/trestlewood.log
log4j.appender.A2.MaxFileSize=100KB
log4j.appender.A2.MaxBackupIndex=4
Please advise!
Thank you!
Joe
On Tue, May 4, 2010 at 11:30 AM, Caldarale, Charles R
wrote:
>> From: Joe Hansen [mailto:joe.hansen...@gmail.com]
>> Subject
to be accessed. When I visit http://xyz.local, I would
want the xyz web application to be accessed. This is what I have been
trying to achieve. Apparently I have been doing this the wrong way.
Looks like I have some reading to do! Will post back after I read some
Tomcat documentation.
Thanks again!
Joe
Mark Thomas wrote:
> On 04/05/2010 17:43, Joe Hansen wrote:
>> Thank you for the super quick reply Mark! We are using Java Spring.
>> The reason for moving the web application out of the webapps directory
>> was that the Spring Context Loader was loading twice. First bec
the server.xml file.
So how do I keep the web application out of Tomcat/webapps directory
make the docBase different from the appBase? Or is there a way to keep
the web application in the Tomcat/webapps directory and NOT have
Spring Context Loader load twice.
Please advice.
Thanks,
Joe
On Tue
...
Though the web application itself works fine, the web application
logging no longer works after this change! How do I get the log4j
logging to work again? Please advice!
Thank you,
Joe
log4j-1.2.15.jar file
pplication
> Deployment where I read the following,
> 'If you redeploy an updated WAR file, be sure to delete the
> expanded directory when restarting Tomcat, so that the
> updated WAR file will be re-expanded (note that the auto
> deployer, if enabled, will automatic
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Thursday, February 11, 2010 5:17 PM
To: Tomcat Users List
Subject: Re: Re-deploying a war file
On 10/02/2010 16:31, Joe Wallace wrote:
> I have been working with Tomcat 6.0.20 running as a windows service for about
> a year
confusion between the two sets of instructions.
Joe
Chuck,
I just forgot to enable the HTTPS Connector! Login form is working now
over https.
Many thanks for your help. You saved my day.
Thanks,
Joe
On Mon, Jan 4, 2010 at 4:06 PM, Caldarale, Charles R
wrote:
>> From: Joe Hansen [mailto:joe.hansen...@gmail.com]
>> Subject: R
the login form.
I'm sure there must be a simple explanation. Chuck, please help me out!!
Thank you,
Joe
On Mon, Jan 4, 2010 at 3:25 PM, Caldarale, Charles R
wrote:
>> From: Joe Hansen [mailto:joe.hansen...@gmail.com]
>> Subject: Re: Help with security-constraint in web.xml
&g
s need to be served on HTTPS on our website. All
the remaining pages could be accessed using just HTTP. Would you see
any performance implications with the way I have defined the Connector
elements in the conf/server.xml file?
Thanks,
Joe
es on the httpd end, right? Can you please elaborate on how
to do it or give me pointers on how it could be done?
Thank you!!
Joe
On Mon, Jan 4, 2010 at 2:57 PM, Caldarale, Charles R
wrote:
>> From: Joe Hansen [mailto:joe.hansen...@gmail.com]
>> Subject: Help with security-cons
le to connect" error:
https://ourwebsite.com:8443/spring_security_login
What do I need to do so that the user is directed to
https://ourwebsite.com/spring_security_login instead (which, displays
the login page correctly). i.e. I do not want a port number in the
URL.
Please advise.
Than
OK. Thanks to all.
Joe
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Wednesday, October 28, 2009 12:40 PM
To: Tomcat Users List
Cc: p...@pidster.com
Subject: Re: SessionID cookie not secure over SSL
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
rs List
Subject: Re: SessionID cookie not secure over SSL
On 27/10/2009 22:31, Joe Wallace wrote:
>
> André Warnier wrote:
>> Am I mistaken then to think that since the connection B from IIS to
>> Tomcat is not over HTTPS but over AJP, Tomcat has no idea that HTTPS is
>> be
eturns true for request.isSecure()
calls Cookie.getSecure() and it returns false.
Joe
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Tuesday, October 27, 2009 5:11 PM
To: Tomcat Users List
Subject: Re: SessionID cookie not secure over SSL
Joe Wallace wrote:
>
>
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Tuesday, October 27, 2009 4:48 PM
To: Tomcat Users List
Subject: Re: SessionID cookie not secure over SSL
>Joe Wallace wrote:
>> I am using session cookies to track sessions. I am used to Jrun where you
er 27, 2009 4:07 PM
To: Tomcat Users List
Subject: Re: SessionID cookie not secure over SSL
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe,
On 10/27/2009 5:00 PM, Joe Wallace wrote:
> I am using session cookies to track sessions. I am used to Jrun
> where you would specifically set the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joe,
(Can you fix your emailer to include thread-ids when replying to the
list? Your replies are not properly threaded, here.)
On 10/27/2009 4:12 PM, Joe Wallace wrote:
> I have a filter that calls
> Cookie.getName and
> Cookie.getSecure
>
: Tomcat Users List
Subject: RE: SessionID cookie not secure over SSL
> From: Joe Wallace [mailto:j...@andar360.com]
> Subject: SessionID cookie not secure over SSL
>
> Is there a setting in Tomcat 6.0.2
Are you really using a version of Tomcat that old (Nov 2006)?
> to make the S
Is there a setting in Tomcat 6.0.2 to make the SessionID cookie secure when
created over https when using
AJP 1.3 connector for IIS?
JW
that something like that existed. Thanks for letting me
know, Chris!
Thanks for telling me about SoftReference, Charles. Looks like
SoftReference existed since JDK 1.2 and I never knew about it! Is the
use of SoftReference popular?
Thanks guys!
Joe
--
ent.
Should I just decrease the session-timeout to 2 hours and see if 512MB
is sufficient? Any other thoughts/ideas guys?
Thanks again Chris,
Joe
Here are all the Ticket entries in the heap:
96 4 org.jasig.cas.util.DefaultUniqueTicketIdGenerator
72 3 org.jasig.cas.util.
Swap:9012 33 8979
Its amazing how you and Andre are able to identify issues with others'
Tomcat installations just by looking at their logs and settings. It
speaks volumes of your experience with Tomcat.
Thank you,
Joe
On Tue, Oct 6, 2009 at 2:00 PM, Rainer Jung wrote:
>
s and all hell breaks loose
subsequently.
I probably should decrease the session-timeout to 1 hour or so and see
if that changes things. Would you agree, Rainer?
Thanks,
Joe
2009 Oct 06 / 10:48:43 ERROR -
[org.apache.catalina.core.ContainerBase] : Exception invoking periodic
oper
Total
Reference Handler
1 waiting = 1 Total
org.apache.catalina.startup.Bootstrap.main
1 runnable = 1 Total
VM Thread
1 runnable = 1 Total
GC task thread
1 runnable = 1 Total
VM Periodic Task Thread
1 waiting on condition = 1 Total
Thanks,
Joe
On Tue, Oct 6, 2009 at 11:44 AM, Joe Hansen
stand what's happening.
Thanks,
Joe
On Tue, Oct 6, 2009 at 10:23 AM, Joe Hansen wrote:
> Rainer,
>
> Thanks for looking at those long thread dumps for me!!
>
> I am sorry. I did NOT take these dumps at the right time (i.e. when
> Tomcat was inundated with requests and
o this forum is amazing, Rainer. I am grateful to
you and Andre for your efforts. Thank you!
Regards,
Joe
On Tue, Oct 6, 2009 at 7:25 AM, Rainer Jung wrote:
> On 05.10.2009 18:58, Joe Hansen wrote:
>> Thank you so much for your tips, Rainer!
>>
>> The websites went down
.
Thanks,
Joe
On Mon, Oct 5, 2009 at 1:53 PM, André Warnier wrote:
> Joe Hansen wrote:
>>
>> Thank you for the reply, Andre.
>>
>> I now understand how setting KeepAlive to On would improve the
>> performance of a website (The Apache manual says that a 50% i
he session-timeout value
from 30 minutes to 240 minutes.
Thanks,
Joe
On Mon, Oct 5, 2009 at 1:04 PM, André Warnier wrote:
> Joe Hansen wrote:
>>
>> Rainer,
>>
>> Here are the KeepAlive values in httpd.conf:
>>
>> KeepAlive Off
>> MaxKeepAliveReque
Rainer,
Here are the KeepAlive values in httpd.conf:
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimout 15
Thanks,
Joe
> What are your KeepAlive* settings ?
>
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apac
get stuck?
Thank you!
Joe
On Sun, Oct 4, 2009 at 2:36 PM, Rainer Jung wrote:
> Hi Joe,
>
> On 04.10.2009 21:45, Joe Hansen wrote:
>> Rainer, Thank you so much for your kind reply!
>>
>> I have increased the java heap size to 512MB (-Xms512m -Xmx512m). I am
>> hoping
if I should raise the MaxClients value in prefork.c and
worker.c modules. Can anyone on this forum please explain why new
httpd processes are spawned and why aren't the old processes
terminated?
Thanks,
Joe
On Sun, Oct 4, 2009 at 1:45 PM, Joe Hansen wrote:
> Rainer, Thank you so much
post it to the mailing list because its
very long. Would you be able to please tell me what should I be
looking for within this long thread dump?
Thanks again, Rainer :)
Joe
On Sat, Oct 3, 2009 at 12:24 PM, Rainer Jung wrote:
> On 03.10.2009 20:07, Joe Hansen wrote:
>> Hey All,
>
=/usr
lib/apache-tomcat/temp org.apache.catalina.startup.Bootstrap start
Can someone on this list please help me resolve this issue.
Thanks you,
Joe
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional
/etc/httpd/conf/ssl.key/joesdomain.key -out
/etc/httpd/conf/ssl.crt/keystore.tomcat -name tomcat -passout
pass:changeit
To list the certificates in the keystore file:
$JAVA_HOME/bin/keytool -list -v -storetype pkcs12 -keystore
/etc/httpd/conf/ssl.crt/keystore.tomcat
/* server.xml */
-Joe
On Fri
Exception: SSL handshake error
javax.net.ssl.SSLException: No available certificate or key
corresponds to the SSL cipher suites which are enabled.
Can a Tomcat/SSL guru please guide me in solving this issue.
Thank you!
Joe
-
To unsub
, it considers it as null for string datatype and zero
for int data type.
Appreciate if you could help me to resolve this problem.
Joe
with
but it doesn't work.
the ROOT.xml should be fine. because when I remove the new vhost's
in server.xml. it works.
I wonder how does the "override=true" works ???
Please help. thanks
Joe
--
View this message in context:
http://www.nabble.com/override-co
may be issues in sharing a single jvm.
The information from this mailing list has been very helpful.
Joe
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Tuesday, March 10, 2009 11:29 AM
To: Tomcat Users List
Subject: Re: Run multiple web
You hit the nail on the head.
Performance being equal I see no reason to use separate jvm/tomcat instances.
Thanks,
Joe Wallace
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Monday, March 09, 2009 12:47 PM
To: Tomcat Users List
Subject: Re: Run multiple web
separate database.
Same web app different data.
Joe Wallace
-Original Message-
From: Gregor Schneider [mailto:rc4...@googlemail.com]
Sent: Saturday, March 07, 2009 9:18 AM
To: Tomcat Users List
Subject: Re: Run multiple web applications in Tomcat each as an
independent windows service question
tFigureType() = 0
getFirstAuthor() = d
getIssueNumber() =
getArchived() = on
getStrKeyword() = null
getStrValues() = null
getBatchName() =
getSortBy() = 1
-Original Message-
From: Russo, Joe [mailto:rus...@cadmus.com]
Sent: Sunday, March 08, 2009 1:12 PM
To: Tomcat Users List
Subject: fo
I created a
When I select and deselect the checkbox I get weird behavior.
The other form variables work like they should.
For example, if I have in the name variable "Some Name" and then select
the dropdown after the action class is called the "Some Name" text is
there.
When I use the drop down
Jrun where this was
possible. To do this in Tomcat do I have no choice but to install multiple
instances of Tomcat or is there another way? In other words I need 5 web apps
on my web server each running in its own jvm.
Joe
-Original Message-
From: Caldarale, Charles R [mailto:chuck.c
, which is similiar
to what JRun does.
Thanks again.
Joe
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Tuesday, March 03, 2009 4:24 PM
To: Tomcat Users List
Subject: RE: Run multiple web applications in Tomcat each as an
independent windows service
#x27;t let me. I
had to stop the Tomcat windows service first which then stopped both apps. I
had hoped to be able to start/stop web apps running as a windows service. I
think I could do it with multiple Tomcat instances instead of one Tomcat
instance with multiple web apps.
Regards,
Joe
---
stopping App 2. I have
been doing this with Jrun with multiple web apps each running as an independent
windows service but I have not been able to find a way to do this in Tomcat and
have not been able to find any information about anyone doing this. Is this
even possible?
Regards,
Joe
According to the apache site the tomcat Cluster Deployer object does not work
in version 6. Is this accurate? If so has anyone heard of a fix for this in
the near future?
jakarta-tomcat-5.5.4-6
I don't have a copy of the changed file. Here is the original, passwords
removed. As soon as we see this again I'll post the changed one.
permission on the original file are 0600. owner is apache, group is an
internal name.
Thanks,
Joe
On Fri, Nov 14, 2008
be happening. This is on a
SLES(SUSE) 9 system.
Thanks,
Joe
I'm load balancing with
Apache 2.2 and mod_jk.
Thanks,
Joe
On Sun, Oct 26, 2008 at 9:42 PM, Joe Reger, Jr. <[EMAIL PROTECTED]> wrote:
> Kinda late to this party but I've gotten the same NPE issue when adding an
> Executor to an AJP Connector on 6.0.14 (Win2000Server). But,
s a fix
or if it's just an intermittent issue?
3) Should the Executor work with AJP? I saw a post from earlier last year
that said Executors don't support AJP.
Thanks all!
Joe
On Wed, Feb 27, 2008 at 10:23 AM, Filip Hanik - Dev Lists <
[EMAIL PROTECTED]> wrote:
> just tried th
troubleshooting tips
would be appreciated.
Thanks-
Joe
This e-mail is confidential. If you are not the intended recipient, you must
not disclose or use the information contained in it. If you have received this
e-mail in error, please tell us immediately by return e-mail to [EMAIL
PROTECTED] and delete
is it really that hard to reply to a question without coming off as a
pompous ass?
On Mon, Sep 22, 2008 at 4:23 PM, André Warnier <[EMAIL PROTECTED]> wrote:
> Mark Thomas wrote:
> [...]
>
>> It took me less than a minute to find the JavaDoc for
>> java.security.MessageDigest
>>
>
> It's by saying
in the docs it says "The value for this attribute must be one of the digest
algorithms supported by the java.security.MessageDigest class (SHA, MD2, or
MD5). "
so if i encrypt using the sha1 algorithm, do you know if i should specify
sha1 or sha-1 or sha?
thanks,
joe
On Mon, Sep 22,
i'm talking about the part of configuration that lets you choose specify how
the passwords are stored in the users table.
On Mon, Sep 22, 2008 at 2:27 PM, Christopher Schultz <
[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Joe,
>
>
1 - 100 of 223 matches
Mail list logo