Fetching connector from jmx by name

2020-11-30 Thread Fred Al
Hello! Is it possible to put an identifier on a connector and use that identifier to retrieve the connector by identifier from JMX? Regards Fredrik

Re: where to put jars used by several apps

2017-11-26 Thread Nasry Al-Haddad
automated build process that decides where to put dependency jar files and have it as a step for all webapps builds, then it could be a time/space saver later. ⁣Regards, Nasry Al-Haddad Sent from BlueMail ​ On Nov 25, 2017, 16:35, at 16:35, rich...@xentu.com wrote: >I've written a few j

Debugging

2017-02-26 Thread Al Grant
m to appear anywhere. Cheers Al -- "Beat it punk!" - Clint Eastwood

Re: Suggestions for deploying context.xml for different environments?

2016-07-07 Thread Nasry Al-Haddad
One additional way to do it is to create a symbolic link in tomcat's $CATALINA_HOME/conf/engine/host/ that points to a fixed location where you deploy my-application.xml. But worth mentioning here is that you still have to have the passwords in plain text configuration files. In this method, whenev

RE: AW: javax.naming.NameNotFoundException Tomcat 8.0.32

2016-05-19 Thread Al
ext.lookup("java:/comp/env");Oracle308tube = (DataSource)envContext.lookup("jdbc/308tubeOracle"); > From: sebastian.tr...@dms-ag.ch > To: users@tomcat.apache.org > Subject: AW: javax.naming.NameNotFoundException Tomcat 8.0.32 > Date:

javax.naming.NameNotFoundException Tomcat 8.0.32

2016-05-18 Thread Al
Environment:Tomcat 8.0.32 Windows 10 Eclipse Mars 2 Release 4.5.2 MySQL-connector-java-5.1.39-bin.jar I'm try to set up a jndi for a MySQL database connection in eclipse using Tomcat 8.0.32 . I keep receiving the following message when I try to run code example. javax.naming.NameNo

Tomcat 7.0: Unused primitive long or double variables prevent Tomcat from compiling JSP

2014-10-21 Thread Nasry Al-Haddad
java:2429) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745) Best Regards, Nasry Al-Haddad

Re: fronting tomcat with reverse proxy+SSL

2012-05-28 Thread al so
ll depend on the traffic you have. No one > can answer that question for you. > > Ari > > > > On 28/05/12 3:35pm, al so wrote: > >> It would be nice if I can hear from someone who has done such familiar >> setup. Have you seen any performance issues in setting up S

Re: fronting tomcat with reverse proxy+SSL

2012-05-27 Thread al so
It would be nice if I can hear from someone who has done such familiar setup. Have you seen any performance issues in setting up SSL both at Tomcat and Apache? Do you use same keys/certs at both Tomcat and Apache? On Sun, May 27, 2012 at 11:43 AM, al so wrote: > I've used standalone T

Re: fronting tomcat with reverse proxy+SSL

2012-05-27 Thread al so
Well, AJP is not SSL. So, the link is insecure between rev proxy and tomcat if you don't use SSL. On Sun, May 27, 2012 at 3:02 PM, John Renne wrote: > > > How about the security concerns in having HTTP between reverse proxy and > > Tomcat? > > > You don't you can use AJP between HTTP and Tomcat

Re: fronting tomcat with reverse proxy+SSL

2012-05-27 Thread al so
How about the security concerns in having HTTP between reverse proxy and Tomcat? On Sun, May 27, 2012 at 11:47 AM, John Renne wrote: > > > > Now, I am trying to front Tomcat with apache reverse proxy+SSL. > > 1. Is it not redundant to configure the SSL in the Tomcat as well when > the > > fronti

fronting tomcat with reverse proxy+SSL

2012-05-27 Thread al so
I've used standalone Tomcat to serve as web server+SSL+web container in the past. Now, I am trying to front Tomcat with apache reverse proxy+SSL. 1. Is it not redundant to configure the SSL in the Tomcat as well when the fronting reverse proxy is already configured to handle SSL. I see lot of

Re: Problem with wmv file in tomcat 7

2011-11-21 Thread al pl
Konstantin, I was wrong. It is working after I added the useHttpOnly="false" to the context. Thanks a lot for the help. Al.

Re: Problem with wmv file in tomcat 7

2011-11-21 Thread al pl
Another thing I realized is that the whole wmv file is sent to the browser per it's request. So why doesn't it hand off the file to windows media player and why does windows media player requests the file again? Thanks, Al

Re: Problem with wmv file in tomcat 7

2011-11-21 Thread al pl
help. Have I done it the right way?* * * *Thanks,* * * *Al *

Re: Problem with wmv file in tomcat 7

2011-11-18 Thread al pl
Chuck, Regarding the browser it happens in both Chrome and IE and I don't think it is browser related. And regarding the cache header directives since that page is coming from a secured location per http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html I changed the Form Authenticator valve so

Re: Problem with wmv file in tomcat 7

2011-11-18 Thread al pl
Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: al pl [mailto:uhotsp...@gmail.com] > > Subject: Problem with wmv file in tomcat 7 > > > since I have upgraded the tomcat to version 7.0.22, the > > same windows media player gives an error saying "

Problem with wmv file in tomcat 7

2011-11-18 Thread al pl
Media Player cannot play the file. The player might not support the file type or might not support the codec that was used to compress the file". I would appreciate if anyone can help me with it. Thanks, Al

Clustering and session persistence across restarts?

2011-11-07 Thread Al DiVenuti
t.apache.org/tomcat-6.0-doc/config/cluster-manager.html makes no mention of that behavior being available for the "Delta Manager" or the "Backup Manager" - but I want to be certain whether or not it is available. I am happy to provide additional information if my question is not clear. Many thanks! -Al

RE: tomcat 6.0.29 webdav servlet support for file uploading with browser

2011-01-15 Thread Al eeeewq
blown CMS systems as jackrabbit and others which I do not want! Regard from a Java Programmer! > Date: Sat, 15 Jan 2011 13:28:21 +0100 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: tomcat 6.0.29 webdav servlet support for file uploading with > browser >

tomcat 6.0.29 webdav servlet support for file uploading with browser

2011-01-14 Thread Al eeeewq
I started the tomcat webdav servlet and everything works fine. I can both explore and write to the directory with a webdav client as 'DAV explorer'. However when using a browser as firefox or chrome I could explore the directory and download as usual, but I don't know how I would be able to uplo

Problems with disableproxyCache="false"

2009-01-09 Thread Al Blake
server.xml. Anyway - if Ianyone can point out where I am going wrong that would be great. My server.xml is below. Hope this isnt too long for the list.

Installing ISAPI redirect for IIS

2007-05-28 Thread Al Sparks
tml site for redirect.dll? Is there an even better way of doing this? === Al - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Finding isapi_redirector2.dll

2007-05-21 Thread Al Sparks
oesn't find me a download. What am I missing? Also, since this is my first install of the redirector, any gotchas that veterans know of would be appreciated. === Al - To start a new topic, e-mail: users@tomcat.apache