RE: [OT] Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-22 Thread Clough, Don
@tomcat.apache.org Subject: Re: [OT] Removing Tomcat ROOT directory causes the server to hang on startup -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 4/21/20 09:20, Clough, Don wrote: > Is it possible to remove the tomcat ROOT directory? We have several > applications running on a

Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread Clough, Don
ty reasons, but so that a more appropriate default page is shown to users." I tried leaving just an empty ROOT directory, but it still hangs. Is there a configuration that I'm missing somewhere that could be looking for the ROOT directory? Thanks, Don Don Clough | Java Developer Nat

Re: Tomcat in Netbeans 11.1

2019-10-31 Thread Don
Interesting to know.  I had seen references to proxy setting elsewhere but haven't had a need for it. Thanks, Don On 10/31/19 8:21 AM, Jason Hall wrote: this wont fix your original issue. But from a certain version of tomcat onward, I found that the server will not start unless you

Re: Tomcat in Netbeans 11.1

2019-10-31 Thread Don
to be manually ended. Thanks for the information, Don On 10/30/19 3:19 PM, alejandro.var...@kymsolutions.com wrote: Well if you're developping in Netbeans, Netbeans always make a copy of tomcat in other folder. When you run the project, Netbeans deploy the project in its working director

Tomcat in Netbeans 11.1

2019-10-30 Thread Don
ast week, until then it seemed just fine. Don - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: ALv2 Tomcat Training material

2018-01-05 Thread Don Flinn
that this was not what was wanted, that all the information was somewhere on the web. That is true but trying to find it, absorb and apply it is difficult. Don On Thu, Jan 4, 2018 at 5:16 AM, Mark Thomas wrote: > Hi, > > One of the things on my TODO list is to put together some Tom

re: Comments on my first 'SSL for Tomcat' write-up

2017-12-05 Thread Don Flinn
Chis Schultz and Mark Thomas, I started a new thread as the old one was getting too long and getting off subject. Chris Schultz wrote -

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-12-03 Thread Don Flinn
rary/openssl-cookbook/ Free download of a detailed description of all aspects of OpenSSL On Sun, Dec 3, 2017 at 9:13 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Don Flinn [mailto:fl...@alum.mit.edu] > > Subject: Re: Trying to understand

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-12-03 Thread Don Flinn
mment and correct. Don On Fri, Dec 1, 2017 at 11:32 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Don, > > On 12/1/17 3:14 AM, Don Flinn wrote: > > I'll be happy to accept your challenge to

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-12-01 Thread Don Flinn
Chris I'll be happy to accept your challenge to try to write some documentation for the site from a newbee's point of view. It will be on the slow side as my 'day job' will interfere somewhat. It also will require some correction of errors. Don On Wed, Nov 29, 2017 at

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-28 Thread Don Flinn
r example, the Tomcat write up on SSL describes how to do self signed certificates and fleetingly mentions that if you have a certificate from a CA that you could use e.g. openssl and then refers the reader to their java documentation and openssl documentation. Not too helpful to the s

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-27 Thread Don Flinn
oot So that's the order I used. A caution, in my reading I have found some directions not to be accurate. If what I have written is not clear, please let me know and I'll try to clear it up. Don On Mon, Nov 27, 2017 at 5:52 AM, Joleen Barker wrote: > Hello Don, > > I&

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-26 Thread Don Flinn
et me know the procedure to make it available as open sourcce. Don On Sun, Nov 26, 2017 at 4:54 PM, Don Flinn wrote: > Didn't read closely enough. The protocol that I used is no longer > applicable for Tomcat 9. > > Don > > On Sun, Nov 26, 2017 at 3:15 PM, Don Flinn wrote

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-26 Thread Don Flinn
Didn't read closely enough. The protocol that I used is no longer applicable for Tomcat 9. Don On Sun, Nov 26, 2017 at 3:15 PM, Don Flinn wrote: > Chris > > Thank you for your excellent reply and references. > > I've been doing a lot of reading on SSL, certificates

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-11-26 Thread Don Flinn
cates and ICDTrustRoot contains one as shown below - PS C:\users\don\security\letsenc5> openssl x509 -noout -subject -issuer -in domaincert1.crt (the first cert in domain-chain.crt) subject= /CN=info.finwoks.com issuer= /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 PS C:\use

Trying to understand How Tomcat uses Keystore for SSL

2017-11-13 Thread Don Flinn
re to communicate with the browser for some reason. Why? What's missing or incorrect? C:\Users\don\Security\letsenc>%keytool% -list -keystore MMcert.p12 -v -storetype pkcs12 Enter keystore password: Keystore type: PKCS12 Keystore provider: SunJSSE Your keystore contains 1 entry Alias name:

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
lenge, which is where they are looking for the authentication token. they just retrieve the authentication file. I'll look at your approach using Windows. Don On Fri, Oct 27, 2017 at 10:37 AM, Johan Compagner wrote: > On 27 October 2017 at 15:05, Don Flinn wrote: > > > Hi And

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
Hi Markus I'm not familiar with the inner workings of Tomcat, but I just looked at the source code distro and it seems to contain java programs. So maybe my little effort may be of use. Don On Fri, Oct 27, 2017 at 10:11 AM, i...@flyingfischer.ch < i...@flyingfischer.ch> w

Re: Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
rporate programically inserting the certificate into the keystore. All the other steps are working. It needs testing and doing the update of the certificate, which is pretty much the same steps as already programmed. Don On Fri, Oct 27, 2017 at 7:26 AM, André Warnier (tomcat) wrote: > On 27.10.

Am I reinventing the wheel to get letsencrypt certs for Tomcat

2017-10-27 Thread Don Flinn
crypt certificate and do the ftping. Recent mail indicates that this has already been done. If so how can I get the existing code? No sense duplicating existing work. Don

Re: Trouble using SSL with Tomcat 9

2017-09-27 Thread Don Flinn
ote that I just picked an unused port at random, not knowing any better. I'm sure that there is a more sophisticated way to pick a port to use. I'm guessing that if I have Tomcat grab that port it will keep it while it is running. But for now I'm over-joyed, Don On Wed, Sep 27, 2

Re: Trouble using SSL with Tomcat 9

2017-09-27 Thread Don Flinn
, another user, John Ellis, is having somewhat similar problems. Don On Mon, Sep 25, 2017 at 10:26 AM, André Warnier (tomcat) wrote: > On 25.09.2017 15:57, Don Flinn wrote: > >> Andre, >> >> I've attached the output from netstat -a. I see 8080 listening, but not >&

Re: Trouble using SSL with Tomcat 9

2017-09-25 Thread Don Flinn
didn't show up. So the On Mon, Sep 25, 2017 at 10:26 AM, André Warnier (tomcat) wrote: > On 25.09.2017 15:57, Don Flinn wrote: > >> Andre, >> >> I've attached the output from netstat -a. I see 8080 listening, but not >> 8443. I've also >&g

Re: Trouble using SSL with Tomcat 9

2017-09-25 Thread Don Flinn
Andre, I've attached the output from netstat -a. I see 8080 listening, but not 8443. I've also attached the screen shot of the result of running my "protected" application in Tomcat. As I mentioned, when I have Norton Security and it shuts down Windows firewall and runs it

Re: Trouble using SSL with Tomcat 9

2017-09-24 Thread Don Flinn
I am now trying to find out how to open ports in Norton security using the Norton blog. Thank you for your help. As is obvious, I'm a newbee in low level admin work. I'm hoping that when I get port 8443 open things will work. I'll let you know. Don On Sun, Sep 24, 2017 at 6:

Trouble using SSL with Tomcat 9

2017-09-23 Thread Don Flinn
ps="false" maxThreads="25" port="8443" keystoreFile="c:/temp/mkeystore2.jks" keystorePass="foobar" secure="true" sslProtocol="TLS" clientAuth="false" /> *web.xml -* Financials /*

Using custom classloader

2014-06-04 Thread Don Asper
Hi: I want my web apps running on Tomcat 7.0.35 to use a custom classloader. The reason is that I want each web app classloader instance to do some processing to set up the classpath for the web app it belongs to. I have the following questions: 1) Is org.apache.catalina.loader.WebappClassLo

RE: Best practices for shared classloader use?

2013-06-04 Thread Don Asper
Thanks for your example and advice, Daniel. -Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Tuesday, June 04, 2013 12:45 PM To: Tomcat Users List Subject: Re: Best practices for shared classloader use? On Jun 4, 2013, at 11:36 AM, Don Asper wrote: > I

RE: Best practices for shared classloader use?

2013-06-04 Thread Don Asper
Sorry, I was not clear in my first post. I want to load the jars containing functionality that is common to my web apps using the shared classloader. I anticipate that there can be problems if different versions of the same class are on the shared classpath. I also suspect that any common jar

Best practices for shared classloader use?

2013-06-04 Thread Don Asper
I am considering using the Tomcat 7 shared classloader to reduce the memory footprint of my web apps. But, I'm afraid that loading my application jar files into a single classloader will cause lots of problems. I'm aware that the shared classpath should not specify multiple versions of the sam

Re: SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:

2012-06-26 Thread Don Lawton
Hi Martin. Yes indeed, 'public class hfController extends HttpServlet {'. As I mentioned to Brooke, I'll go see if I can get an explanation from the Eclipse folks about compiling servlets and placing them in the appropriate server folders. Thanks. Don -Original Mes

Re: SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:

2012-06-26 Thread Don Lawton
Hi Brooke. It's just an assumption, but if Tomcat is running, when I save the servlet code in eclipse, eclipse seems to compile automatically. Looks like I need to chat with the eclipse folks. Thanks again for you assistance. Don -Original Message- From: Hedrick, Brooke - 43

Re: SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:

2012-06-26 Thread Don Lawton
is no 'Web Content/WEB-INF/classes' folder . Any ideas? Thanks. Don Lawton -Original Message- From: Brooke Hedrick Sent: Monday, June 25, 2012 7:27 PM To: Tomcat Users List Subject: Re: SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException: -Brook

SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:

2012-06-25 Thread Don Lawton
Release 2 Build id: 20120216-1857 jdk 1.7.0_01 Tomcat 7.0 Thanks! Don Lawton

El Mejor Regalo Corporativo para tus Clientes

2011-10-13 Thread Tequila Don Raul
Si no puedes ver este mensaje da clic aqui ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Insert your HTML code here. De acuerdo a la Ley Federal de Proteccion de Datos Personales en Posesion de los Particulares, aprobada el dia 13 de abril de 2010 en los articulos 3, Fracciones II y VII, y 33, asi como l

Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Don Hill
ec 30, 2010 at 8:19 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Don, > > On 12/30/2010 10:41 AM, Don Hill wrote: > > My mistake, Here are the details. I should have confirmed first before > &g

Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Don Hill
23 2010 08:16:30 On Wed, Dec 29, 2010 at 9:21 AM, Pid wrote: > On 12/28/10 9:13 PM, Don Hill wrote: > > We are on 64bit JVM 1.6 the heap is 8GB for each Tomcat instance. The OS > is > > RHEL 4.0 64 bit > > Great. Which versions of HTTPD 1.3 and Tomcat 5.5 are they? >

Re: Tomcat 5.5/HTTPD cluster question

2010-12-28 Thread Don Hill
We are on 64bit JVM 1.6 the heap is 8GB for each Tomcat instance. The OS is RHEL 4.0 64 bit On Tue, Dec 28, 2010 at 7:30 AM, Pid wrote: > On 12/27/10 4:42 PM, Don Hill wrote: > > Thanks. > > > > I am trying to get them to migrate. It seems that part of there > bottlen

Re: Can JSP code be served from a DB instead of files?

2010-12-27 Thread Don Hill
This reminds me back when I was working RND on the silverstream app server. We stored everything in the DB. I am not sure on the specifics but I think we only stored pre-compiled in the db with some sever specific meta for url binding. I know it's no help but I couldn't resist. On Mon, Dec 27, 201

Re: Tomcat 5.5/HTTPD cluster question

2010-12-27 Thread Don Hill
env. Don On Mon, Dec 27, 2010 at 9:34 AM, André Warnier wrote: > Don Hill wrote: > >> Hi. >> >> I am working on a tomcat 5.5 cluster which is using ajp/1.3 and mod_jk and >> trying to determine the best cluster design given the hardware. I have 2 >> xeon

Tomcat 5.5/HTTPD cluster question

2010-12-27 Thread Don Hill
Hi. I am working on a tomcat 5.5 cluster which is using ajp/1.3 and mod_jk and trying to determine the best cluster design given the hardware. I have 2 xeon 2.3 ghz 2 CPU machines with 38GB ram machine. Currently here is the config I am using. The TOMCAT and HTTPD servers are on the same physical

RE: SSL with multiple Tomcat instances

2009-08-28 Thread Don Prezioso
Crypto Sal, Thank you so much! That was apparently the problem. I got a new certificate from GoDaddy and once it was installed webui ran with no problems. Thanks for all your help. Don -- Don Prezioso Director of Administrative I.T. Ashland University Ashland, Ohio -Original Message

RE: SSL with multiple Tomcat instances

2009-08-26 Thread Don Prezioso
for all your help. Don -- Donald Prezioso Director of Administrative I.T. Ashland University Ashland, Ohio From: Crypto Sal [crypto@gmail.com] Sent: Wednesday, August 26, 2009 7:55 PM To: Tomcat Users List Subject: Re: SSL with multiple Tomcat instances

RE: SSL with multiple Tomcat instances

2009-08-26 Thread Don Prezioso
says "The certificate was issued by a source that is not trusted." and has a link for Certificate Details... msg3a-c show the certificate chain, including webui.ashland.edu, ipsCA CLASEA1, and IPS SERVIDORES. -- Don Prezioso Director of Administrative I.T. Ashland University Ashland

RE: SSL with multiple Tomcat instances

2009-08-26 Thread Don Prezioso
wo instances is that the webui instance is behind the firewall and cannot be seen from off campus. I didn't think that was an issue with validating certificates, is it? Thanks again Don -- Don Prezioso Director of Administrative I.T. Ashland University Ashland, Ohio -Original Mess

RE: SSL with multiple Tomcat instances

2009-08-26 Thread Don Prezioso
ompany's firewall on port 8443, so we wanted to make it appear that they were connecting on port 443, but really be using 8443. So, when I connect in a browser, I use https://webui.ashland.edu Don -- Don Prezioso Director of Administrative I.T. Ashland University Ashland, Ohio -Original

RE: SSL with multiple Tomcat instances

2009-08-25 Thread Don Prezioso
=19:self signed certificate in certificate chain verify return:0 Isn't the root certificate supposed to be self-signed? I get the same message when I run the command against webadvisor.ashland.edu (the other instance) which doesn't appear to have the same problem. Don -- Don Prezioso Direc

RE: SSL with multiple Tomcat instances

2009-08-24 Thread Don Prezioso
hat I can think are different between these two tomcat instances are: a) The webadvisor instance is visible through our firewall from off campus, and the webui instance is not (I am connecting from on campus) b) The webadvisor instance is using the network device eth0, and webui is using eth0:0

RE: SSL with multiple Tomcat instances

2009-08-20 Thread Don Prezioso
omcat can't access the intermediate certificate, but somehow the first instance doesn't have that trouble? Don -- Don Prezioso Director of Administrative I.T. Ashland University Ashland, Ohio -Original Message- From: peter.crowth...@googlemail.com [mailto:peter.crowth...@goo

SSL with multiple Tomcat instances

2009-08-20 Thread Don Prezioso
ny ideas on why I am only getting the warning only on the second instance? I can't believe it is an issue with IPSCA since the first instance does not exhibit the problem. Any help is greatly appreciated. Thanks Don -- Don Prezioso Director of Administrative I.T. Ashland University Ashland, Ohio

Catalina.log - repeating errors

2009-04-04 Thread Don Millhofer
of the start of this repeating log process. This has been going on for months and we have not been able to identify the root cause. Please if anyone can point us in the right direction we would be very great full. Thanks much, Don

Re: Tomcat for Dummies

2009-03-14 Thread Don Millhofer
Thanks André, my favorite thread ever. I got so much more from this then reading the spec. Don - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Help moving application from Windows to Linux

2009-01-05 Thread Don Whitehead
to make sure I move all of the appropriate app files and place them in the proper locations under linux. What folders under tomcat should I be looking in? Don Whitehead Department Manager - Technology INCCRRA p 309.829.5327 - f 309.828.1808 This e-mail message may contain privileged or

Help moving application from Windows to Linux

2009-01-04 Thread Don Whitehead
configure the base servers, but I don't have a clue about what to look for as far as moving configs/app files. I've spent many hours looking on the net and haven't found any concrete information on what to look for. Any help you could provide would be appreciated. Thanks.

Re: Tomcat 6 and javamail

2008-11-27 Thread Don Millhofer
// message content msg.setText(m_text); //send Transport.send(msg); return true; } catch (MessagingException mex) { // mex.printStackTrace(); return false; } } } Happy hol

Re: Tomcat 6 and javamail

2008-11-19 Thread Don Millhofer
{ @ Override public PasswordAuthentication getPasswordAuthentication() { return new PasswordAuthentication(d_email, d_password); } } Don At 06:41 AM 11/25/2008, you wrote: >Start by making sure there is only one copy of the javamail jar. >Remove either the

Re: Tomcat Hosting

2008-07-28 Thread Don Millhofer
Fairly new but Kattare seems to be working for us. Don At 10:12 PM 7/27/2008, you wrote: >Having been burnt a number of times, >I was wondering if anyone knew of a reliable >host that specializes in Java Hosting for Tomcat. >Especially if they offer some sort of trial service

JSF dataTable with Calendar component

2008-06-19 Thread Don Millhofer
? Is this a bug? Your assistance is greatly appreciated. Don

Building Static Apache w/ JK Connector

2006-02-22 Thread Don O'Neil
/configure --with-apache=/home/don/apache_1.3.34 Then a make: make Making all in common /bin/csh ../libtool --mode=compile gcc -I/home/don/apache_1.3.34/src/include -I/home/don/apache_1.3.34/src/os/unix -g -O2 -DJK_PREFORK -g -O2 -DJK_PREFORK -I /include -I /include/ -c ./jk_ajp12_w

Re: Maximum concurrent connection to Tomcat server

2005-11-06 Thread Don Hill
t to full GC because the vm is trying to allocate more memory but the OS has none available. Out of Memory!!! Don Don - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maximum concurrent connection to Tomcat server

2005-11-06 Thread Don Hill
ys by the use of a throttle say set to 50, this would allow only 50 request to be executed at a time and the other request would be put it a wait state, let me know if you want to look at the code. Don - To unsubscribe, e