RE: Not able to start WebApp on JDK 11

2024-06-18 Thread Ed Rouse
Update on shared From: Shivaanand Verma Sent: Tuesday, June 18, 2024 1:30 PM To: users@tomcat.apache.org Subject: Not able to start WebApp on JDK 11 [External email: Use caution! Do not open attachments or click on links from unknown senders or unexpected emails.] Hi All, We are having a

RE: Tomcat SSL stops working after an undetermined amount of time

2021-05-24 Thread Ed Rouse
This works for me. In server.xml: From: Ezsra McDonald Sent: Monday, May 24, 2021 4:10 PM To: Tomcat Users List Subject: Re: Tomcat SSL stops working after an undetermined amount of time [External email: Use caution! Do not open attachments or click

Autoflush is not "working"

2020-03-11 Thread ed
Tomcat 9 NetBeans 11.3 Windows 10 The JspWriter.autoFlush setting seems to be ignored. I confired that isAutoFlush() is true (and it is) but my output (using JspWriter.print()) is truncated. If I explicitly put flush() in my output loop, I get all the data. Any direction would be

RE: Tomcat 10.0.0-M1 can't get JSP taglib to work

2020-03-02 Thread ed
Thanks Mark -Original Message- From: Mark Thomas Sent: Monday, March 2, 2020 12:11 PM To: users@tomcat.apache.org Subject: Re: Tomcat 10.0.0-M1 can't get JSP taglib to work On 02/03/2020 14:49, e...@wolfecomputerservices.com wrote: > Thanks for the reply Mark! > > Well, that stinks!

RE: Tomcat 10.0.0-M1 can't get JSP taglib to work

2020-03-02 Thread ed
Thanks for the reply Mark! Well, that stinks! It is new development and so it would only make sense to use the latest server; however, if it is a step backward in functionality (because supporting libraries are not available) then I guess I'll have to use the previous version. -Original

Tomcat 10.0.0-M1 can't get JSP taglib to work

2020-03-02 Thread ed
I have tried everything in the multiple threads on this site (non of them were for Tomcat 10 and non of the solved problem. I am using Apache NetBeans 11.1 with Apache Tomcat 10.0.0-M1. Below is my configuration -- if I remove the taglib line from my jsp file, the error goes away. web.xml:

RE: [OT] Has anyone ever implemented an FTP server using the Servlet API?

2020-02-12 Thread Rouse, Ed
I did one about 20 years ago. Created a jar file that could be run from whichever dir was set up to allow jar files and give me a file explorer Like view in the browser that allowed directory traversal as well as file up and download. I used it in security testing to check whether a web Site was

RE: Cross-session Persistent Object?

2020-02-11 Thread Rouse, Ed
From: Jerry Malcolm Sent: Tuesday, February 11, 2020 3:12 PM To: users@tomcat.apache.org Subject: Cross-session Persistent Object? [External email: Use caution! Do not open attachments or click on links from unknown senders or unexpected emails.] I need some advice. I need to maintain a set

RE: Tomcat 9 missing org/apache/tomcat/util/file/ConfigurationSource

2018-12-21 Thread Ed Zappulla
-upgrade-java-lang-noclassdeffounderror-org-apache-tomcat-util-file-con Thank you …ed Ed Zappulla BSG Systems, LLC 17 Red Tail Hawk Ct Annandale, NJ 08801 Mobile: (908) 246-5304 Email: ed.zappu...@bsgsystems.com -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent

RE: Tomcat 9 missing org/apache/tomcat/util/file/ConfigurationSource

2018-12-20 Thread Ed Zappulla
BTW. It was the Win 64 bit zip file that was missing tomcat-util.jar 2 days ago. Thank you …ed Ed Zappulla BSG Systems, LLC 17 Red Tail Hawk Ct Annandale, NJ 08801 Mobile: (908) 246-5304 Email: ed.zappu...@bsgsystems.com -Original Message- From: Ed Zappulla [mailto:ed.zappu

RE: Tomcat 9 missing org/apache/tomcat/util/file/ConfigurationSource

2018-12-20 Thread Ed Zappulla
which mirror was used so I just re-tested all 4 from the download page. All 4 have the tomcat-util.jar and class in them. …ed -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, December 20, 2018 11:12 AM To: Tomcat Users List Subject: Re: Tomcat 9 missing org

Tomcat 9 missing org/apache/tomcat/util/file/ConfigurationSource

2018-12-20 Thread Ed Zappulla
dException: org.apache.tomcat.util.file.ConfigurationSource at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 6 more Thank you .ed

RE: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-12-12 Thread Rouse, Ed
Did you check the user that the service is running as? Does it have adequate permissions? > -Original Message- > From: Berneburg, Cris J. - US > Sent: Wed 12/12/18 1:54 PM > To: Tomcat Users List > Subject: RE: [slightly OT] Re: Tomcat 9 does not work with Java 11 > > Hi Andi > > am>

Problrm with resources added using DirResourceSet

2015-05-20 Thread Ed Rouse
Server version: Apache Tomcat/8.0.14 Server built: Sep 24 2014 09:01:51 Server number: 8.0.14.0 OS Name:Linux OS Version: 3.8.0-29-generic Architecture: amd64 JVM Version:1.7.0_55-b14 JVM Vendor: Oracle Corporation I have implemented a custom WebappClassLoaderBase and

RE: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-03-17 Thread Ed Rouse
-Original Message- From: Pilkington, Simon [mailto:simo...@amazon.com] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc for WebappLoader still tells me to use

RE: DirResourceSet

2014-11-18 Thread Ed Rouse
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, November 18, 2014 5:59 AM To: Tomcat Users List Subject: Re: DirResourceSet On 17/11/2014 22:52, Ed Rouse wrote: I have 2 different issues setting up a DirResourceSet. I have an external war file I

RE: Remote resources

2014-11-18 Thread Ed Rouse
-Original Message- From: phi...@free.fr [mailto:phi...@free.fr] Sent: Tuesday, November 18, 2014 10:02 AM To: users@tomcat.apache.org Subject: Remote resources Hello, is there a way to access the contents of a directory (e.g., images) on a remote [Windows] network drive,

DirResourceSet

2014-11-17 Thread Ed Rouse
I have 2 different issues setting up a DirResourceSet. I have an external war file I am trying to merge into the Root of my application. I have a custom root that extends StandardRoot. 1. DirResourceSet drs = new DirResourceSet(wsRoot, /WEB-INF/classes/, possible.getAbsolutePath() +

RE: DirResourceSet

2014-11-17 Thread Ed Rouse
-Original Message- From: Ed Rouse [mailto:ero...@milner.com] Sent: Monday, November 17, 2014 4:53 PM To: Tomcat Users List Subject: DirResourceSet I have 2 different issues setting up a DirResourceSet. I have an external war file I am trying to merge into the Root of my

RE: DirResourceSet

2014-11-17 Thread Ed Rouse
I still have some confusion about the DirResourceSet. When I add the /WEB-INF/classes it looks through recursively and finds all of the class files. I know because one of them adds an additional link to a menu bar and it's there. But when I add a regular directory, say /report, it only adds the

custom classloader missing root

2014-11-11 Thread Ed Rouse
I am trying to convert a custom class loader from version 5.5 to version 8.0.11, running under ubuntu. I have the following line in my context.xml file. Loader loaderClass=com.comsquared.idw.catalina.ext.IDWMClassLoader delegate=false / I have tried the delegate as both true

RE: custom classloader missing root

2014-11-11 Thread Ed Rouse
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, November 11, 2014 11:49 AM To: Tomcat Users List Subject: Re: custom classloader missing root On 11/11/2014 15:34, Ed Rouse wrote: I am trying to convert a custom class loader from version 5.5 to version

RE: custom classloader missing root

2014-11-11 Thread Ed Rouse
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, November 11, 2014 12:14 PM To: Tomcat Users List Subject: Re: custom classloader missing root On 11/11/2014 17:01, Ed Rouse wrote: -Original Message- From: Mark Thomas [mailto:ma

tomcat 8 context.xml problems

2014-11-07 Thread Ed Rouse
. But no mention about how a custom implementation of Resources gets its Context. I would assume from its parent as well. But how do I get the parent context? Thanks, Ed.

Re: Tomcat 7.33 update on Windows

2012-12-17 Thread Ed Ludvig
good post On Wed, Dec 12, 2012 at 8:51 AM, Justin Larose justin.lar...@nexweb.orgwrote: Konstantin Kolinko knst.koli...@gmail.com wrote on 12/11/2012 09:12:16 AM: From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Date: 12/11/2012 09:12 AM

Re: Tomcat 7.0.x problems using LockOutRealm

2012-03-23 Thread Ed M
it seems like configuration issue, but was unable to find answer in the documentation. Would anyone be able to help me? Thanks, Ed

wicket:head contribution panel and modal window

2009-11-28 Thread Ed _
I am trying to add some javascript via a panel that gets opened in a Modal Window. The same panel on a web page adds the js to the head section of the page. But does not when opened in a Modal Window. is there a way to do this? thx, Ed

GetComponent with path

2009-11-18 Thread Ed _
I trying to figure out how to get the web markup container if I have it's path. I am rendering a number of selectable objects using the grid view. Only one of them can be selected. On select the selected object in the grid changes color. But if another one is selected the original one has

RE: GetComponent with path

2009-11-18 Thread Ed _
Sorry wrong mailing list! From: chuck.caldar...@unisys.com To: users@tomcat.apache.org Date: Wed, 18 Nov 2009 14:07:02 -0600 Subject: RE: GetComponent with path From: Ed _ [mailto:ed_b...@hotmail.com] Subject: GetComponent with path I trying to figure out how to get the web markup

Tomcat 5.5

2008-09-05 Thread Ed Abukhdeir
I moved my keystore to a new server and modified the server.xml to point to the keystore, but I'm unable to connect via https. However, I'm able to connect with http. Thanks Ed The information transmitted is intended

Upgrade

2008-08-06 Thread Ed Abukhdeir
How to upgrade from tomcat 5.5 to tomcat 6.0 and keep existing configuration? Thanks The information transmitted is intended only for the person(s) or entity to which it is addressed and may contain confidential and

RE: User Authentication - IE doesn't recognize mime type (pdf,xls)of files in protected directory

2008-06-25 Thread Ed Marshall
the same code from META-INF/Context.xml to conf/server.xml (of course adding docBase and path) and then delete META-INF/Context.xml, the Valve has no affect on the Headers. I expected the results to have been the same. Just curious. Thanks again for pointing me in the right direction! Ed

User Authentication - IE doesn't recognize mime type (pdf, xls) of files in protected directory

2008-06-24 Thread Ed Marshall
Problem: When accessing files other than a .jsp (pdf, xls, etc.) within the protected directory, the browser does not recognize the mime type and does not allow me to open the file. Pdf and xls files that are not in protected folders can be opened without any problem. Error Message: The file

RE: User Authentication - IE doesn't recognize mime type (pdf, xls)of files in protected directory

2008-06-24 Thread Ed Marshall
it fails. I thought */* means Accept everything. Anyway, I'll browse the archives as you suggested to see what I can find. Thanks very much, Ed -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 2:56 PM To: Tomcat Users

RE: tomcat performance on static content over SSL/non-SSL

2007-08-15 Thread Lizak, Ed
We use httpd to sit in between firewalls and handle all incoming traffic. Static content is served from there and dynamic content is proxied through to the Tomcat server behind another firewall. SSL is only needed from the client to the httpd server. The Tomcat server then handles the database

Serving up Static Pages - symlink - allowLinking

2007-07-21 Thread Ed _
some one knows thisthx,ed _ Missed the show?  Watch videos of the Live Earth Concert on MSN. http://liveearth.msn.com

RE: Change welcome page

2006-11-09 Thread Lizak, Ed
I had the same need so I changed the welcome file in ROOT web.xml to a different page and did the redirect in that. It's just a small internal site so the quickest, easiest solution was the right one for me. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]

RE: Do you run IIS 6.0 with JK 1.2.18?

2006-08-24 Thread Lizak, Ed
I was not able to get it to work. It was the first time I tried setting up the IIS connector so I figured it was something I was doing wrong or an environment issue. About a week later I made a second attempt with an older version of the connector on a different IIS server and was successful.

Setting LD_ASSUME_KERNEL in RHEL 3 (Redhat enterprise linux 3)?

2006-08-16 Thread Ed
After 350,000 http requests, tomcat stops responding and got the some errors in mod_jk.log. After I set LD_ASSUME_KERNEL=2.4.1, Tomcat has handled 400,000 requests so far. Could someone confirm that setting LD_ASSUME_KERNEL=2.4.1 is the best way to solve Tomcat stops responding problem? I am

RE: Access log to see where robots go.

2006-02-11 Thread Ed Bicker
to resolve this Thanks Ed [EMAIL PROTECTED] -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 8:40 PM To: Tomcat Users List Subject: Access log to see where robots go. I have had trouble getting search engines to see my site. I built

Basic modjk + ssl + tomcat question

2006-02-07 Thread Ed
Hi! (modjk newbie) I'm using a modjk+SSL config (I did not make myself) that is mapped to a single worker. Behind, a single AJP connector recieves everything. The question is : how do I know from my webapp that a request is using SSL or not. I saw the secure configuration attribute to the

RE: turning off sessions

2006-02-07 Thread Ed
Yep, JSPs automatically create sessions (part of the JSP spec certainly). To turn session off put %@ page session=false % in your JSP. Beware, that web frameworks such as struts may also create sessions for other purposes (eg, storing the locale). you may also turn this off Hope it helps