RE: which missing file prevents tomcat 10 from starting as windows service ?

2022-09-22 Thread Heidt, Larry
D>> Gesendet: Donnerstag, 22. September 2022 14:38:35 An: Tomcat Users List Betreff: RE: which missing file prevents tomcat 10 from starting as windows service ? Hi Again Larry Sorry, more guesswork on my part. > This file does seem to exist: > c:\W

which missing file prevents tomcat 10 from starting as windows service ?

2022-09-19 Thread Heidt, Larry
The "...\apache-tomcat-10.0.23\bin\service.bat install" command succeeds, however starting Tomcat from Windows Services fails, with the commons_daemon logging below indicating "The system cannot find the file specified." Notes: 1. All files/folders referenced in the logging below exist, exc

RE: Is there a class or way in Tomcat to write org.apache.catalina.authenticator messages to a different logfile

2016-12-07 Thread Taylor, Larry
FINE org.apache.catalina.authenticator.useParentHandlers = true I did not see any org.apache.catalina.authenticator.juli.AsyncFileHandler classes to do this - I need somthing like: org.apache.catalina.authenticator.juli.AsyncFileHandler.prefix = authuser. thanks for any information on how to configure this. -

RE: Tomcat Realm/LDAP - userRoles and Organization Unit name for authenticated users

2016-12-05 Thread Taylor, Larry
authenticated users Am 04.12.2016 um 08:04 schrieb Taylor, Larry: > Hello, > > For Users that have authenticated from the Web Login page through Tomcat > Realm LDAP configuration is it possible to get the authenticated user's > ou=Organizational Unit or Department name? and

re: Tomcat Realm/LDAP - userRoles and Organization Unit name for authenticated users

2016-12-03 Thread Taylor, Larry
er(); but nothing about how to get the user's member affiliations and roles. Any information or pointers on this is appreciated. ____ Larry Taylor

Recall: re: Tomcat with LDAP help

2016-11-29 Thread Taylor, Larry
Taylor, Larry would like to recall the message, "re: Tomcat with LDAP help". - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

re: Tomcat with LDAP help

2016-11-29 Thread Taylor, Larry
** cn={0},dc=visa,dc=com null null false true Thanks for any information or pointers on this. Larry Taylor

re: Tomcat 9 Java version required

2016-05-02 Thread Taylor, Larry
for any information. ____ Larry Taylor

RE: Apache Tomcat Vulnerabilities

2016-04-28 Thread Taylor, Larry
, Taylor, Larry wrote: > Hello, > > I am using Tomcat Version: apache-tomcat-7.0.50 That version dates back to 2014. The latest version in that branch is 7.0.69 See : http://tomcat.apache.org/download-70.cgi > OS: Red Hat Enterprise Linux Server release 6.5 (Santiago) 64bit > >

re: Apache Tomcat Vulnerabilities

2016-04-28 Thread Taylor, Larry
.0.50 - Error reportApache Tomcat Input Validation Security Bypass Vulnerability detected on 8080 port. 2. Null Session/Password NetBIOS Access Thanks for any information Larry Taylor

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Larry Shatzer, Jr.
d to Tomcat will be answered. -- Larry > >

Re: [OT] Tunneling an arbitrary protocol via SSL/TLS

2013-09-09 Thread Larry Shatzer, Jr.
On Mon, Sep 9, 2013 at 12:50 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > Somewhat off-topic, but I was wondering if anyone knew of any package > or technique that could be used to tunnel an arbitrary protocol via T

GET and POST data in same request

2010-12-02 Thread Larry
m the request URL and the POST data from the body. Is this possible? Maybe its not tomcat's fault ;) Any insight is welcome, thanks. -Larry - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comman

RE: Tomcat Configuration in Eclipse

2009-05-08 Thread Larry Isaacs
://wiki.eclipse.org/WTP_Tomcat_FAQ for additional information about this support. Cheers, Larry -Original Message- From: Mike Altieri [mailto:mca...@yahoo.com] Sent: Friday, May 08, 2009 12:12 PM To: Tomcat Users List Subject: Re: Tomcat Configuration in Eclipse Hi Ados, Ognjen is right; the

RE: Tomcat 6.0 in Eclipse

2009-03-17 Thread Larry Isaacs
This is also explained in the WTP Tomcat FAQ: http://wiki.eclipse.org/WTP_Tomcat_FAQ or specifically: http://wiki.eclipse.org/WTP_Tomcat_FAQ#If_I_start_my_Tomcat_server_and_try_to_display_Tomcat.27s_default_page.2C_why_do_I_see_a_directory_listing_or_404_error_page.3F Cheers, Larry

RE: HELP!!! java.lang.NoClassDefFoundError running CXF-based client in Tomcat

2008-11-26 Thread Larry Isaacs
;s Properties dialog. Make sure all the jars you want in "WEB-INF/lib" at runtime are checked. Cheers, Larry -Original Message- From: Steve Cohen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 11:44 AM To: Tomcat Users List Subject: Re: HELP!!! java.lang.NoClassDefF

RE: Tomcat unable to find jars when deployed from Eclipse

2008-09-24 Thread Larry Isaacs
go to the Java EE Module Dependencies page of the project's properties. You should see your build time jars listed there. Check them to include them in the runtime classpath. These jars will then be included in the WEB-INF/lib of the Web application when the project is publi

RE: stupid tomcat/eclipse question

2008-09-08 Thread Larry Isaacs
by the Tomcat server. Not knowing what your original Tomcat configuration was, it's hard to guess what the original change was that caused Tomcat not to start. Modifying the runtime classpath can easily result in this same symptom. You might try creating a new Tomcat server from the same To

Re: Issue in connecting to tomcat via Apache

2008-08-28 Thread Larry J Prikockis
You don't specify exactly what you mean by "it fails", but assuming you're saying that requests to Apache aren't getting passed along to Tomcat, your answer is right here: (from httpd.conf) # Send everything for context /examples to worker named worker1 (ajp13) #JkMount /examples/* worker1 if

RE: Tomcat within Eclipse

2008-08-12 Thread Larry Isaacs
27;t have permission to modify this file. Any details about the OS, server plug-in, and any configuration done to set up this server would likely help. The stack trace alone doesn't provide a lot in the way of hard clues. Cheers, Larry > -Original Message- > From: Konst

RE: Unable to run tomcat in Eclipse

2008-07-21 Thread Larry Isaacs
For details about the Tomcat support, see: http://wiki.eclipse.org/WTP_Tomcat_FAQ You might also check the Error Log view to see if any complaints are being logged related to this. Cheers, Larry > -Original Message- > From: KANIKA GUPTA [mailto:[EMAIL PROTECTED] > Sent: Satur

RE: Tomcat started but is not available!

2008-06-16 Thread Larry Isaacs
.2C_why_do_I_see_a_directory_listing_or_404_error_page.3F Cheers, Larry > -Original Message- > From: henry human [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 14, 2008 3:55 PM > To: Tomcat Users List > Subject: Re: Tomcat started but is not available! > > > it is just because under eclipse you don't have

RE: Singleton in Tomcat 6.0 not working

2008-06-05 Thread Larry Isaacs
not the one used by Tomcat when it is running. Tomcat runs off a modified copy created when the server is published. See http://wiki.eclipse.org/WTP_Tomcat_FAQ for more details about the Tomcat support in Eclipse. Cheers, Larry > -Original Message- > From: ktou Ho [mailto:[E

Re: httpd SSL -> Tomcat VS. Tomcat SSL standalone?

2008-04-30 Thread Larry Prikockis
Yuval Perlov wrote: Out tomcat servers are handling around 30K SSL hits every 5 minutes with very little effort (10% cpu average on a dual core machine, good response time). We tried to put in httpd in front thinking we can squeeze out better performance and memory consumption. The system just

Re: httpd SSL -> Tomcat VS. Tomcat SSL standalone?

2008-04-28 Thread Larry Prikockis
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry, Other than Mark's comments... Larry Prikockis wrote: | 1) Any thoughts on why the Apache SSL -> Tomcat combination should be so | much slower? If your transactions are short, it's certainly possible

Re: httpd SSL -> Tomcat VS. Tomcat SSL standalone?

2008-04-28 Thread Larry Prikockis
Mark H. Wood wrote: On Mon, Apr 28, 2008 at 11:27:09AM -0400, Larry Prikockis wrote: Specifically, we have a webapp on a Windows 2003 server that utilizes Apache 2.2 SSL as a frontend and mod_proxy_ajp to send requests to Tomcat 5.5.17 (on the same server). By eliminating the Apache frontend

httpd SSL -> Tomcat VS. Tomcat SSL standalone?

2008-04-28 Thread Larry Prikockis
sing Tomcat SSL directly as opposed to fronting it with Apache httpd? 3) anyone else have any similar (or contradictory?) experiences? thanks- Larry Prikockis -- Larry Prikockis System Administrator [EMAIL PROTECTED] Phone: (240)737-2900 Vecna Technologies, Inc. 5004 Lehigh Rd College Park, M

RE: Eclipse with tomcat and mysql

2008-03-10 Thread Larry Isaacs
.2C_why_is_a_Servers_project_created_in_my_workspace.3F If neither of these covers your situation, check the other questions to see if any might explain what is different between your Tomcat installation and the Tomcat server in Eclipse. Cheers, Larry P.S. That FAQ page can be fairly slow to come up

RE: [Eclipse-Tomcat] Problem by deploying from Eclipse to Tomcat

2008-02-11 Thread Larry Isaacs
), or because your listener class is being loaded in a classloader that isn't allowed to see classes in common\lib's classloader. Launching Tomcat with the listener class loaded by the system classloader would be a simple way to cause this. Cheers, Larry > -Original Message- &g

RE: Tomcat 6.0.14 and Eclipse 3.3

2008-01-21 Thread Larry Isaacs
erver from the Servers tab. Does it exhibit the same behavior? Cheers, Larry > -Original Message- > From: Alec Bickerton [mailto:[EMAIL PROTECTED] > Sent: Monday, January 21, 2008 6:28 AM > To: users@tomcat.apache.org > Subject: Tomcat 6.0.14 and Eclipse 3.3 > > I&#

RE: I got the following error while running my very simple JSP onTomcat 4.1. server

2007-12-03 Thread Larry Isaacs
much easier to find via the Windows registry) instead of the JDK itself. I have seen cases where it was an old tools.jar in common/lib that caused this symptom when running Tomcat in a newer JVM. Cheers, Larry > -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTEC

RE: CLASSPATH, .jar files, packages, and so forth

2007-11-01 Thread Larry Isaacs
n the content portion of the webapp. HTH. Cheers, Larry > -Original Message- > From: Mann, Ivan H [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 31, 2007 4:26 PM > To: users@tomcat.apache.org > Subject: CLASSPATH, .jar files, packages, and so forth > > > &g

RE: How can I specify the Tomcat directory?

2007-10-08 Thread Larry Isaacs
"I've reinstalled the Tomcat server" isn't much detail to go on. See if the following link helps by explaining the Tomcat support in Eclipse: http://www.eclipse.org/webtools/faq/TomcatServerFAQ.php It covers WTP 1.5.x, but the majority of the info applies to WTP 2.0.x as

RE: Fresh install of Tomcat - getting frustrated with the JSP no working

2007-10-03 Thread Larry Isaacs
rvlet-api.jar, with both located in the lib directory of the Tomcat 6 installation. Any servlet.jar you find involved with this server would contain out of date classes for this server. Cheers, Larry > -Original Message- > From: niblz [mailto:[EMAIL PROTECTED] > Sent: Wednesd

RE: AJP Flush Packet causing text/plain output

2007-09-25 Thread Larry Reisler
the patch ASAP. Thanks so much for your help. Larry. -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 8:58 PM To: Tomcat Users List Subject: Re: AJP Flush Packet causing text/plain output Hi Lary, Larry Reisler wrote: > Thanks

RE: AJP Flush Packet causing text/plain output

2007-09-25 Thread Larry Reisler
Thanks for your reply. There is a holiday here right now, so I'm not sure if I will be able to get to file the Bugzilla issue before the holiday break. We tried a few different versions of mod_jk (the early ones had other issues), but all the latest ones showed the problem. We are currently us

AJP Flush Packet causing text/plain output

2007-09-24 Thread Larry Reisler
We recently switched our development JBOSS instance from 4.05GA to 4.21GA, where we are have been using mod_jk for connecting an Apache front end server (2.2) to the Tomcat AppServer. We have noticed periodic times when the apache web server will return data with a content-type of plain/text (th

Re: Something other than localhost on OS X

2007-07-26 Thread Larry Meadors
Why not just add that host name in /etc/hosts? Larry On 7/24/07, Colin H <[EMAIL PROTECTED]> wrote: Hi, I am trying to do something that I figure should be pretty simple - accessing my tomcat container from something other than localhost. So far as I can tell, I should be ad

Re: 30 Mb of common jars in each of 5 war files, should i consolidate?

2007-06-07 Thread Larry Meadors
I think you'd be better off spending your time (== money) on CPU, RAM, and disk space than doing this. It's one of those ideas that looks good on paper, but sucks in practice. Larry On 6/7/07, rhodebump <[EMAIL PROTECTED]> wrote: I have 5 war files, each containing the

Re: WebApp really slow, Where do I start looking?

2007-06-01 Thread Larry Meadors
Are the database and the tomcat server on the same machine? Can you explain a little more about your synchronized code? I have done several really big web apps with iBATIS, and haven't needed to sync anything... Larry On 6/1/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote: You are

RE: Getting 404 when trying to access default page in Tomcat when running in Eclipse

2007-05-16 Thread Larry Isaacs
A FAQ I've written has been submitted, but hasn't made it to the Web Tools web site yet. For the time being, the answer to your question can be viewed here as Troubleshooting question #5: https://bugs.eclipse.org/bugs/attachment.cgi?id=67392#trouble_5 Cheers, Larry > -Ori

Re: Tomcat5.5 is not starting on CENTOS 4

2007-05-14 Thread Larry Meadors
Try "catalina.sh run" and see if you get some more info. Also make sure that all of those directories exist and that you have adequate rights to them. Larry On 5/14/07, reym <[EMAIL PROTECTED]> wrote: Hi All, I have installed Tomcat5.5 on CENTOS 4, which is located on a rem

Re: problem switching to port 80

2007-04-25 Thread Larry Meadors
Looks like something else is listening on port 80. Is IIS running? Larry On 4/25/07, John Pedersen <[EMAIL PROTECTED]> wrote: Hi, I have an app running fine on port 8080, but nothing works when I switch to port 80 - in server.xml, changing: to I get this error message: SEVERE:

Re: Cannot get a connection, pool exhausted

2007-04-23 Thread Larry Meadors
Simple question - are there more than 100 requests active when this happens? Larry On 4/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Now instead of set connection static i just create a new one for each query to perform, so if there are concurrent queries it shouldn'

RE: Apache - tomcat connection on Suse Lnux

2007-03-13 Thread Larry Isaacs
l. There isn't enough info to tell why startup is looking for a jar named servlet-api.jar. The packaged install wouldn't normally do that. Cheers, Larry > -Original Message- > From: David Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 13, 2007 1:56 PM > To:

RE: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Larry Isaacs
r version of Tomcat 5.5.x and get a version of the Eclipse JDT compiler that does support Java 5.0. Cheers, Larry > -Original Message- > From: Daniel Gresh [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 15, 2007 2:52 PM > To: Tomcat Users List > Subject: Re: Tomcat 5.5

RE: Tomcat policy file, advice and clarification please

2007-02-07 Thread Larry Isaacs
ted to ojdbc.jar. Cheers, Larry > -Original Message- > From: Hugues Ferland [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 07, 2007 3:30 PM > To: Tomcat Users List > Subject: RE: Tomcat policy file, advice and clarification please > > Hi Larry, > > T

RE: Tomcat policy file, advice and clarification please

2007-02-07 Thread Larry Isaacs
on. Note that some permission failures are normal and won't cause a problem. Cheers, Larry > -Original Message- > From: Hugues Ferland [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 06, 2007 5:30 PM > To: users@tomcat.apache.org > Subject: Tomcat policy file, advi

RE: Deploying shared .jar's

2006-12-11 Thread Larry Isaacs
.home}/shared/classes,${catalina.home}/shared/lib/*.jar or something else that achieves your goal. Cheers, Larry > -Original Message- > From: David Kerber [mailto:[EMAIL PROTECTED] > Sent: Monday, December 11, 2006 6:55 PM > To: Tomcat Users List > Subject: Re: Deploying shared .

RE: Context problem in tomcat 5.5

2006-12-05 Thread Larry Isaacs
d by Chuck. Cheers, Larry > -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 10:18 AM > To: Tomcat Users List > Subject: RE: Context problem in tomcat 5.5 > > > From: Rizwan Ahmad [mailto:[EMAIL PROTECTED] >

RE: Webapp runs on Tomcat 5.5.9 but not 5.5.20

2006-11-06 Thread Larry Isaacs
. Other URLs that don't request a directory listing should work. Cheers, Larry > -Original Message- > From: John Langan [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 2:07 PM > To: users@tomcat.apache.org > Subject: Webapp runs on Tomcat 5.5.9 but not 5.5.20

Re: Apache with Windows 98

2006-10-26 Thread Larry Meadors
Dude, that is just sick and wrong. Larry On 10/26/06, Eric <[EMAIL PROTECTED]> wrote: is it possible to run apache 3.3 and 4.1 in windows 98? if so, can you please teach me on how to configure it to run in windows 98 platform?

Re: run php & jsp on the same server

2006-10-16 Thread Larry Meadors
OK, pay one way (with cash) or another (with time)...which can you make more of? :-) Larry On 10/16/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors > Subject: Re: run php & jsp on the same

Re: run php & jsp on the same server

2006-10-16 Thread Larry Meadors
Why not just run resin with quercus? Works pretty much outta the box. Larry On 10/16/06, Steve Ochani <[EMAIL PROTECTED]> wrote: On 16 Oct 2006 at 16:12, Christopher Schultz wrote: > I seem to recall some hack to get PHP actually running /inside/ > Tomcat. Am I smoking crack,

RE: Classloader Question

2006-10-10 Thread Larry Isaacs
Since you are using Tomcat 5, check out the "shared.loader" property specified in the catalina.properties file of your Tomcat instances. You could change it to use "catalina.home" instead of "catalina.base", or add an additional "path". Cheers, Larry &

RE: tomcat plugin sysdeo

2006-09-27 Thread Larry Isaacs
Feel free to ask Web Tools questions on the Web Tools newsgroup, see http://www.eclipse.org/newsgroups/. Other comments below. Cheers, Larry > hallo, > > thanks for the antworts. > > after first Antwort. i have installed the WTP plugin and it > seems good to work with se

RE: Run Tomcat in Eclipse

2006-08-11 Thread Larry Isaacs
o the CLASSPATH environment variable. It could lead to odd behavior, but may be helpful for setting breakpoints. This is something the Sysdeo and WTP plug-ins would help avoid. Cheers, Larry > -Original Message- > From: Zach Calvert [mailto:[EMAIL PROTECTED] > Sent: Friday, Aug

Re: [OT] Usage of Ibatis in production

2006-07-29 Thread Larry Meadors
objects. For some interesting reading on why I use tools like iBATIS instead of ORM tools, here are some articles on the topic... http://www.codinghorror.com/blog/archives/000621.html http://blogs.tedneward.com/2006/06/26/The+Vietnam+Of+Computer+Science.aspx Larry On 7/29/06, Tomi NA <[EM

Re: [OT] Usage of Ibatis in production

2006-07-29 Thread Larry Meadors
I was a Hibernate (2.x) user before finding out about iBATIS. Hibernate has it's place, but for high-performance, nothing beats iBATIS and hand-written SQL. It is certainly worth your time to look into. Larry On 7/29/06, Phil (waex) <[EMAIL PROTECTED]> wrote: Hi, Sorry for if th

Re: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Larry Meadors
Might be the space... Larry On 7/27/06, Randy Paries <[EMAIL PROTECTED]> wrote: unfortuntaly i have to setup tomcat on windoze. i have it working on tons of linux boxs, and this has been a royle pain. Ok enough whinning. so when i try to display a jsp is get the error Unable to find a

WARNING: Error sending end packet

2006-07-27 Thread Larry
hreadPool$ControlRunnable.run( ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) -- -Larry

Re: Tomcat Installation Trouble

2006-06-12 Thread Larry Meadors
When I click on that link, I get an error that looks nothing like a tomcat error - something else is running on port 8080, so you have 2 options: 1) Edit $CATALINA_HOME/conf/server.xml to run on another port -or- 2) Kill (or reconfigure) the other app listening on port 8080 Larry On 6/12/06

RE: JSP Compilation Errors - Tomcat 5.5.17

2006-05-31 Thread Larry Isaacs
, you are using whatever Servlet/JSP API that happens to be installed. Apparently, this is an older version. It would be better if you installed the three apps on the second system and only copied your configuration changes, provided my assumptions are correct. Cheers, Larry > -Origi

RE: JSP Compilation Errors - Tomcat 5.5.17

2006-05-31 Thread Larry Isaacs
could come about with what you are copying to the second system. It does imply the "classpath" isn't what you are assuming it to be. Check around for j2ee.jar or servlet.jar somehow getting into the picture. HTH. Cheers, Larry > -Original Message- > From: AC [mailto

Re: need inputs on connection pool

2006-04-05 Thread Larry Meadors
nages the connections, statements, resultsets, etc, and maps the results of the SQL to objects. Larry On 4/5/06, Abh N <[EMAIL PROTECTED]> wrote: > Hi, > > we are implementing the connection pooling in our application. > > connections are taken from the data sourc

Re: tools.jar not in CP (Tomcat 5.5.15)

2006-04-01 Thread Larry Meadors
Sounds like you may have a JRE instead of a JDK. >From a command like do: cd $JAVA_HOME find -iname javac You should see one listed as './bin/javac' after running that second command. Larry On 4/1/06, Martin Schulz <[EMAIL PROTECTED]> wrote: > My webapps needs to acc

Tomcat clustering

2006-03-16 Thread Larry Mulcahy
y see each other, no problem. Then I tried to add another server on a different subnet, no dice. I am experimenting with some configuration settings like the multicast address but would like to hear from someone who knows 'yes this can be done' before I invest too much more time. -- Lar

Re: shared/lib problem

2006-03-11 Thread Larry Meadors
Unless you *HAVE* to put jars in common/lib or shared/lib, don't. You'll save a few bytes of disk space, but waste more time on goofy classloding crap (like this) that will end up costing you more than added disk space would. Larry On 3/10/06, Iratxe Etxeberria Sainz-Ezquerra <[EM

RE: [tomcat] : request.setCharacterEncoding ("UTF-8") doesn't work ?

2006-03-07 Thread Larry Isaacs
e" on the . The default value of useBodyEncodingForURI is false for Tomcat 5, so GET query parameters are assumed to be encoded according to the URIEncoding attribute setting and setCharacterEncoding() doesn't effect their encoding. Cheers, Larry > -Original Message- > From: s

RE: Tomcat 3 -- servlets don't reload..

2006-03-01 Thread Larry Isaacs
#x27;s Guide, but I think that is about it. If you want a "real" manager/admin webapp, you will need to upgrade to a newer Tomcat. Cheers, Larry > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Frances > Sent: Tuesday, February 28, 2006 12:49 PM >

Re: starting tomcat with opts - FC4

2006-02-19 Thread Larry Meadors
I would think $CATALINA_HOME/bin/setenv.sh - it is an optional file, and gets called by $CATALINA_HOME/bin/catalina.sh (in the standard tomcat distribution). Larry On 2/19/06, kevin <[EMAIL PROTECTED]> wrote: > Where is the best place of RHFC5 to add the code to start tom

RE: ClassLoader/Security Manager Question

2006-01-20 Thread Larry Isaacs
and see if anything turns up. Cheers, Larry > -Original Message- > From: George Sexton [mailto:[EMAIL PROTECTED] > Sent: Friday, January 20, 2006 3:46 PM > To: 'Tomcat Users List' > Subject: ClassLoader/Security Manager Question > > I'm trying to get my

RE: Error loop for R - Tomcat 3.3.1a

2006-01-10 Thread Larry Isaacs
"classes" will take precedence over the one in jasper.jar, allowing you to gather clues. HTH, Larry > -Original Message- > From: Siddhartha Mehta [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 8:51 AM > To: Tomcat Users List > Subject: RE: Error loo

RE: Error loop for R - Tomcat 3.3.1a

2006-01-10 Thread Larry Isaacs
with respect to the Servlet 2.2 spec. It sounds like you are stuck with 3.3.1 as is. Hopefully a reasonable workaround can be found. Cheers, Larry > -Original Message- > From: Siddhartha Mehta [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 1:50 AM > To: u

Re: How to get Novell Id in Tomcat/Java

2006-01-09 Thread Larry Meadors
ion"? I am confused... :-D Larry On 1/9/06, Ritchie Gillam <[EMAIL PROTECTED]> wrote: > I have already searched the archives but have found nothing related to my > problem. > > I have a Phone Directory Java Application running on our Intranet. If a > user requires

RE: UnsupportedClassVersionError

2005-12-08 Thread Larry Isaacs
rsion from JDK 1.4.x. If running using batch scripts, and don't care about running it as a service, I believe you can delete the tools.jar in common/lib and ensure your JAVA_HOME points to a JDK. HTH. Cheers, Larry > -Original Message- > From: e-Denton Subscriber [mailto:

Apache, Tomcat & Tomcat Connector 1.2.15

2005-12-03 Thread Larry Morroni
se my setup to have multiple tomcat sites running under one process. Any advice is appreciated. -- Larry Morroni ([EMAIL PROTECTED]) voice: 610.891.9922 http://www.morroni.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Tomcat suddenly not working

2005-11-29 Thread Larry Meadors
Have you cleared the tomcat work directory? LArry On 11/29/05, Bachler, Elisabeth (Elisabeth) <[EMAIL PROTECTED]> wrote: > I just had a look in the catalina.out and I have an error with log4j: > log4j:WARN Failed to set property [maxBackupIndex] to value "10 // Keep 10 >

RE: Tomcat 5.5 and Logging - any plain english instructions anywhere?

2005-11-16 Thread Larry Isaacs
You could try modifying common/classes/logging.properties to see if you can increase the output. I haven't worked with Struts enough to say what logging output you should expect. If no luck, then there's always Google. :) Cheers, Larry > -Original Message- > From

RE: Tomcat 5.5 and Logging - any plain english instructions anywhere?

2005-11-16 Thread Larry Isaacs
x27;s startup batch scripts. Adding this argument manually would likely make the logging reappear. HTH. Cheers, Larry > -Original Message- > From: Graham Leggett [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 16, 2005 8:15 AM > To: users@tomcat.apache.org > Subject: To

Backing up a web application?

2005-11-01 Thread Larry Mulcahy
on in case of problems. -- Larry Mulcahy Please address email to [EMAIL PROTECTED] PGP public key at: Good system software should be free, like air http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x2C4C5A03 AIM id: Fle

Re: Tracking

2005-10-25 Thread Larry Meadors
Man, this feels like telling someone how to shoot their foot off, but this would be shorter: new Exception().printStackTrace(); Larry On 10/25/05, Steve Stearns <[EMAIL PROTECTED]> wrote: > > Charles P. Killmer wrote: > > >I have a bunch of JSP files that all instantiat