service.bat install failure (Windows, v 6.0.18)

2008-12-09 Thread andrew
e.bat as Administrator.) Does anyone know what might be going on? Thanks, andrew

Re: service.bat install failure (Windows, v 6.0.18)

2008-12-09 Thread andrew
quot;Log On As". Usually this is something like, "Local System" or "Network Service". Perhaps I am not granting needed permissions to some user? - andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: service.bat install failure (Windows, v 6.0.18)

2008-12-09 Thread andrew
e not running on Vista? (Just kidding :-) Don't get me started ;-) BTW, the documentation mentions procrun.exe, but I don't find that in the distribution. Is it correct that tomcat6.exe is just procrun.exe renamed? andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: service.bat install failure (Windows, v 6.0.18)

2008-12-10 Thread andrew
procrun page in your last note -- this looks like it could be really useful. If you know people who manage the online Tomcat docs, I'd suggest simply hyperlinking the word "procrun" (on the windows-service-howto.html page) to the procrun page. This would help people like me a l

Re: service.bat install failure (Windows, v 6.0.18)

2008-12-11 Thread andrew
hat does the Java tab show (all fields, please)? As I mentioned, I need to catch up on other tasks. So I'll let you know as soon as I can get to trying this out. Thanks. -andrew - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: service.bat install failure (Windows, v 6.0.18)

2008-12-12 Thread andrew
But I'm still kind of glad for the experience. Although a lot of your advice turned out not to be related to my problem, I'm a better Tomcat user as a result. Thanks for your patience. -andrew - To unsubscrib

Tomcat "JNDI Datasource How-To" documentation & driver managers

2021-08-13 Thread Andrew Tanton
In the Tomcat "JNDI Datasource How-To" documentation page , there is an unusually opinionated section, which discusses the Java service provider (driver manager) mechanism: "*However, the implementation i

Re: Tomcat "JNDI Datasource How-To" documentation & driver managers

2021-08-17 Thread Andrew Tanton
Thank you - very helpful & much appreciated. On Sat, Aug 14, 2021 at 4:24 PM Mark Thomas wrote: > On 14/08/2021 01:51, Andrew Tanton wrote: > > In the Tomcat "JNDI Datasource How-To" documentation page > > < > http://tomcat.apache.org/tomcat-9.0-doc/

Re: Tomcat's scalability

2006-06-19 Thread Andrew Miehs
company, look at getting someone in to help you and show you how to diagnose this in future. Andrew - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat's scalability

2006-06-19 Thread Andrew Miehs
Ooops - forgot to add the rest Andrew Miehs wrote: Could be anything - the database could be the indexes in the database, could be deadlocks, could be a badly programmed application, could be high packet loss on the ethernet interfaces, could even be tomcat - As for the 90% guess - At

Re: Tomcat's scalability

2006-06-21 Thread Andrew Miehs
Now that we are moving to the theoretical discussion, you will probably want to have a look at http://www.kegel.com/c10k.html Regards Andrew On 21/06/2006, at 4:56 PM, Mladen Adamovic wrote: I spoke recently with guy from Microsoft (project manager from server division). He said that

Re: query

2006-06-21 Thread Andrew Braae
On at least one version of Oracle (10 IIRC), the default install hijacks port 8080 for "Oracle XDB". When you say you have installed Oracle on a different port, perhaps you are referring to the Oracle port for database traffic, which is normally 1521 - this is a different port which I think is web

Re: looking for memory profiler or dump analyzer for production use

2006-06-21 Thread Andrew Miehs
The monitoring component works for the first hour after the VM is started in the free version. In the commercial version, the monitoring information is availble the whole time - as for pricing - no idea.. There as an article about JRocket in one of the last IX magazines (DE) Andrew Leon

Re: Tomcat's scalability

2006-06-21 Thread Andrew Miehs
b servers. Andrew Alex Turner wrote: This discussion focuses primarily on serving static files to a client, not processing dynamic web pages. Most people running tomcat are processing dynamic pages, like getting data from a database and compositing a page based on that data. An FTP site, or a stati

Re: Running code on Tomcat startup

2006-06-22 Thread Andrew Braae
I've handled this by using a servlet filter that intercepts all requests (something like this in your web.xml file)... Do Startup Filter /* Then inside the do.. method you can set up your object and attach to either a context such as your session or to the ServletContext (if you want

Stateless Tomcat Application

2006-06-28 Thread Andrew Miehs
Dear List, I have an simple application that I would like to have cached by a squid server. My question is, is it possible to disable the Tomcat generating JSESSIONIDs, as these requests are all stateless. Thanks in advance, Regards Andrew

Re: Running Tomcat as root on Linux

2006-06-28 Thread Andrew Braae
Another option if your main goal is to get tomcat bound to port 80 is to use port forwarding (e.g. iptables works well on linux). Then tomcat can run as any old user on a non-privileged port such as 8080 and you redirect all incoming port 80 traffic to the actual tomcat port. Andrew On 6/29/06

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 More stupid question... 1 - Why are you using perl when you have tomcat - can't you just use a jsp? 2 - why can't you use an tag? and have tomcat deliver the page... 3 - You are using tomcat aren't you? Confused Andrew On

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
could it be that you are using the wrong document root? does http://myservername/images/icc-logo.gif deliver the correct image? Andrew. #!/usr/local/bin/perl -w # # use warnings; use CGI qw/:standard/; use CGI::Carp qw( fatalsToBrowser ); use constant BUFFER_SIZE => 4_096; use constant IMAG

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
into this And where is your image on the disk? ./tomcat/webapps/ROOT/images ? Looks as if it simply cant find it... Andrew -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEtDPuW126qUNSzvURAqsaAJ9sPOCAL+bhEP2yC5QHU74H9/y5IwCgjIgI q7JCUSODlyeQgMZ+ME9N8Ks= =EAuh -END

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahhh... and in webapps/ROOT/ create a directory called WEB-INF (please note capitals) that should fix your problem... Regards Andrew On 11/07/2006, at 11:53 PM, Mead, Jennifer L - VSCM wrote: What this does is draw the box where the image

Re: Simple question, but can't figure out answer

2006-07-12 Thread Andrew Miehs
On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: I already have that. I really don't understand but I bet it turns out to be something stupid (on my part). It is pretty frustrating but for now they get no images! Thanks for the reply. Jen Does http://server/images/myimage.gif wo

Re: Simple question, but can't figure out answer

2006-07-12 Thread Andrew Miehs
/ROOT/WEB-INF/ IF not - then we need to describe exactly what you have Are you sure you are only running Tomcat on this box? what does "ps auxw" say? Andrew On 12/07/2006, at 4:10 PM, Mead, Jennifer L - VSCM wrote: Nope, where and what is it trying to display? -Origin

Re: FW: Intermittant images using https on tomcat

2006-07-21 Thread Andrew Miehs
27;t see any broken images yet. Rob Have you turned on access logs in Tomcat? Once the images stop appearing - do you need to restart your browser to see any images? or is it just every nth image that is missing? Andrew

Re: Problem with next error during login: Number of simultaneous users reached

2006-07-25 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html This is per default installed with Tomcat 5.0 You will need to add a role to tomcat/conf/users.xml Regards Andrew On 25/07/2006, at 2:51 PM, Jan Line wrote: Thanks Leon for the

Re: Problem with next error during login: Number of simultaneous users reached

2006-07-25 Thread Andrew Miehs
I do not really understand what you are trying to do here... But you may get more information from http:///manager/status As for 'maxUsers' in web.xml - no idea what that command does - never seen it before. Regards Andrew On 25/07/2006, at 4:03 PM, Jan Line wrote: Andrew,

Re: Tomcat Upgrade

2006-07-28 Thread Andrew Miehs
you want, parallel, then then install your webapp - and see what happens. I don't quite understand the problem... Regards Andrew - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Tomcat Upgrade

2006-07-31 Thread Andrew Miehs
! Worried... Andrew [EMAIL PROTECTED] wrote: Andrew, Our website is developed using Vignette Content Management components. These comprise of VCMS and VMCM. We need to upgrade these two versions and due to matrix compatibility issues, we are forced to upgrade Tomcat to 4.1.12. In this u

Re: difference between thread and session

2006-08-14 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear anonymous You may want to invest a few dollars and buy yourself this book... http://www.oreilly.com/catalog/headservletsjsp/ Regards Andrew On 14/08/2006, at 2:40 PM, Tomcat wrote: Hello what is the difference between thread and session

Re: NPE in log4j while reloading webapp

2006-08-14 Thread Andrew Stepanenko
hello, this issue has already been discussed before. Pls, search the archives. AFAIK, you need to put log4j JAR to $CATALINA_HOME/common/lib dir in addition to your WEB-INF/lib. Regards. Andrew Stepanenko On 8/14/06, Daniel Serodio <[EMAIL PROTECTED]> wrote: When I try to rel

Re: do I need Apache httpd?

2006-08-20 Thread Andrew Miehs
No you do not need Apache, unless your static content is MUCH greater than your dynamic content - And even then, with a low volume site, it really doesnt make any difference Regards Andrew Nolan Johnson wrote: I've got a webapp that's entirely dynamic. That is, all of the

Re: multiple virtual hosts and ssl certificates

2006-08-25 Thread Andrew Miehs
You can only have 1 ssl certificate per IP address Andrew On 25/08/2006, at 11:09 AM, teknokrat wrote: I am trying to set up tomcat with multiple virtual hosts, each with their own SSL certificate. Is this possible? Do I add each certificate to the main keystore as per one host

Re: multiple virtual hosts and ssl certificates

2006-08-25 Thread Andrew Miehs
cate per IP Address/ Port combination. Cheers Andrew On 25/08/2006, at 12:22 PM, Peter Crowther wrote: From: Andrés González [mailto:[EMAIL PROTECTED] I mean, what are you saying? That tomcat can only have 1 ssl certificate per IP address, or that it is a "general" limitation of t

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What is this supposed to become? Do you want 10,000 domains on the tomcat? or do you want 10,000 webapps? The JVM will die if you do this with 10,000 webapps Andrew On 26/08/2006, at 11:36 AM, Mladen Turk wrote: KEGan wrote: Hi, I am

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread Andrew Miehs
Ok - Theoretically it may work... Who do you know that has a machine with Terabytes of memory? And is using it for web hosting?! The JVM will spend all its time doing context switching and garbage collection... Andrew On 26/08/2006, at 11:49 AM, Mladen Turk wrote: Andrew Miehs wrote

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are only delivering static content, then use Apache or Lighttpd http://www.lighttpd.net/ This is NOT what tomcat is designed for As for how much memory, no idea - but it cant be good Andrew On 26/08/2006, at 12:00 PM, KEGan wrote

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread Andrew Miehs
Dear Mladen, Are we referring to 10,000 Virtual servers or 10,000 Connections? And the answer is yes to 1 connections. Yes I would use worker-mpm or better still an epoll based httpd daemon, like lighttpd or zeus. Regards Andrew On 26/08/2006, at 12:18 PM, Mladen Turk wrote: Andrew

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread Andrew Miehs
Stupid question, Why don't you implement the 'virtual' hosts inside the one 'webapp'? And not create 10,000 web apps? That the App itself deals with the virtual hosts (by reading the host header), and not tomcat? Andrew On 26/08/2006, at 12:30 PM, KEGan wrote: I

Re: 10,000 Virtual Hosts in a Tomcat instance

2006-08-26 Thread Andrew Miehs
ebapps, are the same, so I would look at only having 1 web app, and dealing with the 'virtual hosting' inside my webapp. Andrew On 26/08/2006, at 12:47 PM, Mladen Turk wrote: Andrew Miehs wrote: Are we referring to 10,000 Virtual servers or 10,000 Connections? And the answ

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Andrew Miehs
Why do you need c? Works with perl and shell scripts... You could even use java if you wanted Andrew On 30/08/2006, at 10:36 AM, Bruno M Luque wrote: I would use Nagios, its worth the effort of dealing with C, you dont have that meny choices!, cheers

Re: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Andrew Miehs
scalability of the server. On Linux, epoll is used if available. Regards Andrew Caldarale, Charles R wrote: From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Tool for monitoring Tomcat from the client side This slightly besser performance, is it achieved by C or by using epoll? Good

Re: Low performance with Tomcat APR

2006-09-05 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Which kernel are you using? 2.6 or 2.4? Andrew On 05/09/2006, at 3:34 PM, José Manuel Molina Pascual wrote: Hello, I just installed Tomcat APR on a SUSE 9 and found that the performance has fallen dramatically (I fact, performance with APR it&#

Re: max memory..

2006-09-05 Thread Andrew Miehs
I discovered no difference in performance between running 1 tomcat, or 4 tomcats on the one machine - same performance. The machine was a 4x Opteron 870 with 8GB RAM, running Java 1.5.6 32bit. Andrew Boris Unckel wrote: Hello, >> can I move to 2048mb without any problem ? Leon Ros

Server cannot access http://localhost:8080 after unknown event

2006-09-07 Thread Andrew Greene
issue, but it does not get the same usage as the production server.) I am hoping someone on the list has seen something similar in their environment and can either point me to a solution or to further steps to take to track down the issue. Thanks,-Andrew Vital Stats:Server:IBM BladeServer

Re: JNDI, Hibernate, Tomcat

2006-09-11 Thread Andrew Stepanenko
hello, we have a working tomcat + hibernate setup in our project. What error do you get? Post some logs. Regards, -- Andrew Stepanenko, Software engineer, Ukrainian-Dutch Faculty of Economics and Management Ternopil State Economic University Shevchenko Street 9, Office 24-25 Ternopil, 46000

Re: moving to linux

2006-09-11 Thread Andrew Miehs
.6 to be very beneficial for tomcat with lots of threads. Andrew On 11/09/2006, at 10:37 PM, Asensio, Rodrigo wrote: CentOS & Debian with tomcat, how many users are you handling ? Here with 350 logged users our Win2003-Serv is suffering a lot all the time. I really want to know the capacity o

Re: System requirements

2006-09-19 Thread Andrew Miehs
Hi Nicolas, Tomcat works best with large hardware. I have found that using a Sun Enterprise 15K with 1 processor per online user gives me the best performance. Regards Andrew PS: Maybe you should give us slightly more detailed information about your requirements if you want someone to

Re: Struggling with basic database connection

2006-09-23 Thread Andrew Stepanenko
this link: http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html I also had this problem when migrating from 5.0 to 5.5. After I defined a separate context.xml it started to work again. Regards, -- Andrew Stepanenko, http://unf.tane.edu.ua On 9/23/06, Alan Chandler <[EMAIL PROTEC

Re: Struggling with basic database connection

2006-09-23 Thread Andrew Stepanenko
, Andrew Stepanenko, http://unf.tane.edu.ua On 9/23/06, Alan Chandler <[EMAIL PROTECTED]> wrote: On Saturday 23 September 2006 09:57, Andrew Stepanenko wrote: > Hello, > > there is a difference between how resources are defined in 5.0 and > 5.5. In 5.0 you could provide your resource

Re: threads, performance, and exceptions

2006-10-01 Thread Andrew Miehs
y be best of using Linux, with a 2.6 Kernel due to the way Linux deals with threads. Regards Andrew On 02/10/2006, at 5:16 AM, Peter Warren wrote: My question is: how can I best improve the performance? Is the server really refusing client connections or is the load test bogging d

Re: Max Memory Reading

2006-10-13 Thread Andrew Miehs
Nope - the 32Bit JVM can only deal with about 1.5GB Ram Andrew On 13/10/2006, at 2:51 PM, Alan Flisch wrote: I thought you were safe up to 4000m (in practice a little lower) for the 32 bit VM. Regards, Alan - To start

Passing typed (non-String) data to tag file - error in getValueFromPropertyEditorManager

2005-11-01 Thread andrew cooke
; %> <%@ attribute name="value" required="true" type="org.acooke.collaborate.data.transport.Name" %> ... Is this a bug? I can find nothing in the bug database, but the code appears OK Thanks, Andrew 2005-11-01 23:12:21,356 ERROR [org.apache.ca

Passing values to tags [Was: Passing typed (non-String) data to tag file - error in getValueFromPropertyEditorManager]

2005-11-01 Thread andrew cooke
ch is what I am trying to avoid... Please can someone explain what I am missing? Thanks/sorry, Andrew andrew cooke said: > > I have a JSP page that includes: > > > and when the second line is commented out, the page prints >class org.acooke.collaborate.data.transport

Re: Passing values to tags [Was: Passing typed (non-String) data to tag file - error in getValueFromPropertyEditorManager]

2005-11-02 Thread andrew cooke
c etc... Cheers, Andrew Rahul Akolkar said: > On 11/1/05, andrew cooke <[EMAIL PROTECTED]> wrote: >> >> More generally, I can't see how to pass a value at all! >> >> If I change my tag to accept a string, then the value it receives if >> ${name}

Re: suppress tomcat version numbers

2005-11-23 Thread Andrew Miehs
Hi Charles, This seems to be a new option for TC 5.5. Do you know of anything similar for 5.0? Thanks Andrew On Nov 22, 2005, at 4:52 PM, Caldarale, Charles R wrote: From: Kiarna Boyd [mailto:[EMAIL PROTECTED] Subject: suppress tomcat version numbers Hi I'm trying to suppres

JasperException: No tag "xhtml" defined in tag library associated with uri "urn:jsptagdir:/WEB-INF/tags

2006-01-09 Thread Andrew Brock
and adding them to the WEB_INF folder in the ROOT directory but this has not helped. Any assistance would be greatly appreciated. Many thanks Andrew

Multiple HTTP GET from MS Word/Excel hyperlink

2006-01-26 Thread Andrew Chapman
Whilst investigating a strange bug some of our customers were experiencing using links in Excel to our web application I discovered that the root of it was this strange behaviour in Excel. After monitoring the http requests I discovered that clicking a hyperlink in Excel creates the following mult

New to apache / Tomcat

2006-02-15 Thread Andrew English
info... Thanks Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: New to apache / Tomcat

2006-02-15 Thread Andrew English
file that it's a Tomcat Server product. I looked through all the jboss folders and found nothing related to catalina just the files which make up the web site itself. Andrew -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006

RE: New to apache / Tomcat

2006-02-16 Thread Andrew English
Does Jboss have Catalina as a component to it, or is Catalina a apache component only? Andrew -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 10:58 PM To: Tomcat Users List Subject: RE: New to apache / Tomcat > From: And

Java Question

2006-02-22 Thread Andrew English
ion server yesterday, now they are back to the original copies again.. BIGH SIGH I have looked through all the scheduled tasks and not found anything, my thought is it could be embedded somewhere in the Jave?? Andrew - To unsubscri

RE: Java Question

2006-02-22 Thread Andrew English
s? Thanks Andrew -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 10:10 AM To: 'Tomcat Users List' Subject: RE: Java Question Are the pages static or is there some process, servlet, script, or something else that creates these?

RE: Java Question

2006-02-22 Thread Andrew English
Is there anyway to check this theory? Andrew -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 11:22 AM To: Tomcat Users List Subject: RE: Java Question > From: Andrew English [mailto:[EMAIL PROTECTED] > I have looked f

RE: Java Question

2006-02-22 Thread Andrew English
o run into another problem which is database related and I am willing to be it has to do with the Test box multicasting. Sometimes when they post their items in the database the items disappear themselves completely after a couple of minutes! :( Andrew -Original Message- From: Sethuraman, P

RE: Java Question

2006-02-22 Thread Andrew English
is the oldest version they have information on. :( Thanks Andrew -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 9:15 PM To: Tomcat Users List Subject: Re: Java Question Okay. Now for a few of my hair brain ideas. Every

Question

2006-03-01 Thread Andrew English
Were do I need to look to figure out what SQL server tomcat/jboss 2.4 is pointing at? I am trying to figure out what table and server this old POS is looking at when I am looking at the inactive users list which is a .jsp page. Thanks! Regards, Andrew

javaservice.exe

2006-03-01 Thread Andrew English
Is there anyway to force close the javaservice.exe on windows? When I tried to do it under Taskmanager (as Administrator) it tells me "could not be completed.. access denied". Regards, Andrew - To unsubscri

Programmatic access to error 500 stack trace

2006-03-13 Thread Andrew Stepanenko
trace so that I may embed it into my email message? Thank you, Andrew Stepanenko. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Programmatic access to error 500 stack trace

2006-03-15 Thread Andrew Stepanenko
Hello Eduard, thank you for your answer. But I actually asked about run-time exceptions, like OutOfMemoryError. Do you think this approach will go for them too? Andrew. Eduard Wirch wrote: Use this: } catch (Exception e) { java.io.StringWriter stackTrace = new java.io.StringWriter

noverify option for Tomcat 5 Service

2006-04-05 Thread Andrew Flanagan
Hello I need to use the -noverify option for Tomcat running as a service. I am able to add this option when I run it by launching the startup.bat script and this works properly, as shown below: set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.uti

Embedded Tomcat stops deploying WARs when using custom ClassLoader

2006-04-13 Thread Andrew McDowall
Hi, I am currently working on a fairly complex system which provides a means to incorporate 'pluggable' functionality using an embedded Tomcat - essentially it allows WARs to be dropped into a specific directory, the embedded Tomcat then unpacks and deploys the WAR. This has been working without

RE: Embedded Tomcat stops deploying WARs when using custom ClassLoader

2006-04-14 Thread Andrew McDowall
It would appear that my problem was solved by simply changing the line 'new Catalina();' to 'new Embedded();', so now it unpacks. -Original Message- From: Andrew McDowall [mailto:[EMAIL PROTECTED] Sent: 13 April 2006 16:56 To: users@tomcat.apache.org Subject: E

WebappClassLoader delegates to SystemClassLoader, not CustomClassLoader

2006-04-14 Thread Andrew McDowall
Hi, I'm running into ClassLoader problems when using a custom ClassLoader with an embedded Tomcat. The problem, as I understand it, is arising due to multiple versions of log4j being loaded by different ClassLoaders resulting in ClassCastExceptions or expected interfaces not being implemented. I

j-_security_check session problem with load balancer

2006-04-24 Thread Andrew Arrow
Hello, We are using tomcat 5.5.16 with a Redline Networks Enterprise Application Processor load balancer between two machines. The balancer is session sticky. Every so often we get a problem with users not being able to log in. (We are using JDBC Realm form authentication.) The error the user

Tomcat + IIS + SSL

2006-04-25 Thread Andrew Bubnic
Hi, We are currently running tomcat on port 8080 and IIS 6 on port 80, and depending on what directory the user selects, e.g http://www.blah.com/redirectToTomcat The request gets forwarded to the appropriate tomcat webapp on port 8080. We are using the Jakarta Isapi Redirector isapi_redirec

How to access WebService implementation from Context?

2006-05-01 Thread Andrew McDowall
Hi, I have a WebService that implements a specific interface (Registerable), and a Valve who's actions depend upon whether the WebService dealing with a given request implements this Registerable interface. What I need to be able to do, in the invoke method of the Valve, is somehow say: if(Reque

Applet sharing utility class with Servlet

2006-05-01 Thread Andrew Bubnic
Hi guys, hoping someone has an answer to this: I have a servlet and an applet running in the same webapp. The servlet needs to access a class the applet .jar contains. The applet is visible to the browser. Problem is: I need to access this applet utility class (or it could be any class real

RE: Applet sharing utility class with Servlet

2006-05-01 Thread Andrew Bubnic
ny of these copy cases, I advise just having your build process produce the necessary copies. Unfortunately, some of us have *lots* of these cases. The lack of a "common" area which is accessible to client and server classloaders is a very unfortunate gap in the servlet spec in this ca

RE: Applet sharing utility class with Servlet - Solution..

2006-05-02 Thread Andrew Bubnic
iver") from the servlet, was able to retrieve the class from the applet codebase area. There you go. Too bad I've already modified my design. -Original Message- From: Andrew Bubnic [mailto:[EMAIL PROTECTED] Sent: Tuesday, 02 May 2006 01:48 PM To: Tomcat Users List Subject: RE: App

Using Tomcat as a reverse proxy

2006-05-03 Thread Andrew Miehs
need to implement it myself. Thanks for any information, Regards Andrew -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEWMdhW126qUNSzvURArvNAJ90h/oSx49rACCR++vFXGTn3CtmqQCfQ3VO np0UJk4by7kDUHu7bsLPE6Q= =ffpd -END PGP SIGNATURE

Re: Using Tomcat as a reverse proxy

2006-05-03 Thread Andrew Miehs
tomcats... Thats why my question - Does anyone know of a reverse proxy that I can install in tomcat. Thanks Andrew On 03/05/2006, at 5:19 PM, Chris Berthold wrote: The Apache web server already has this functionality built in using mod_proxy. I would think Tomcat would not be well suited

Re: Using Tomcat as a reverse proxy

2006-05-03 Thread Andrew Miehs
Thanks Tim, Thanks Peter, I have been looking all day, and only found entries for how to use mod_proxy to connect to tomcat - rather than the other way around! Will definitely have a look at these! Thanks again, Andrew PS: Have you ever compared running (mod_proxy|mod_jk)+apache+tomcat

Re: Allow web access to /WEB-INF?

2006-05-04 Thread Andrew Miehs
Do you have an Apache up front as a reverse proxy? If so, you could make a separate mapping there... Andrew On 03/05/2006, at 6:12 PM, Dong, Roland wrote: Is there a way to have web access to /WEB-INF? I want to have this capability to access a directory under /WEB-INF by URL. Is there a

Re: Tomcat on a Memory Stick

2006-05-26 Thread Andrew Miehs
elative to that? I would also put JAVA on your stick - so that you know where your JRE is. Andrew PS: Be careful with sticks - they have have a limited number of write cycles per block before the block dies. ext2 has been reported to kill them quite quickly (especially the ones that do

Re: Tomcat on a Memory Stick

2006-05-26 Thread Andrew Miehs
The issue is, he doesn't know which drive letter he is being assigned in windows the start.sh script would need to call DIRECTORY = `cd` and then base JAVA_HOME on this but don't ask me how to do this in deMeSDOS.... Andrew On 26/05/2006, at 1:15 PM, Harshal Joshi wrote

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I missed the start of this thread... - - And the whole path is readable? ie: ls -l / ls -l /nextdir ls -l /nextdir/nextdir ? Andrew On 31/05/2006, at 10:38 AM, ks.foong wrote: No problems. Hoping maybe others can give a hand on this

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Andrew Miehs
paths? Andrew On 31/05/2006, at 11:05 AM, ks.foong wrote: Guys, I am installing the Tomcat in FreeBSD. And I am using this command, /usr/ports/www/Jakarta-tomcat5.0/make all install clean I am wondering is anyone familiar with FreeBSD and maybe I can instruct the installation to my /Pr

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Andrew Miehs
Apache, you are only adding something else to go wrong - be broken - not solving any problems... Andrew On 01/06/2006, at 5:39 PM, Nikola Milutinovic wrote: --- Tim Funk <[EMAIL PROTECTED]> wrote: Personally - I like having apache in front of tomcat because I find it easier to

ajax response from tomcat by including JSP from a servlet - fails silently when HTML is badly formed.

2006-06-03 Thread Andrew Braae
I am having great trouble with an error that does not show up in the tomcat logging. Hours of googling and frigging around and I am no closer. Would really appreciate any help on this one. Basically I am using a blend of servlets and JSP to build up a response to an ajax request (using rico on th

Re: ajax response from tomcat by including JSP from a servlet - fails silently when HTML is badly formed.

2006-06-04 Thread Andrew Braae
those cases where the trees are completely obscured by the woods. THank you all again. Andrew On 6/4/06, Mladen Adamovic <[EMAIL PROTECTED]> wrote: Andrew Braae wrote: > However if the JSP that produces the HTML content produces anything less > than perfectly-formed HTML, then

Re: Urgent...

2006-06-06 Thread Andrew Miehs
In both tomcat/conf directories do a grep 'port=' server.xml Regards Andrew On 06/06/2006, at 4:25 PM, Christian Jean wrote: JDK 1.5 (AMD 64-bit) had been installed for several months already with JAVA_HOME configured correctly. Jeach! On 6/6/06, Bob Hall <[EMAIL PROT

Re: Urgent...

2006-06-06 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bingo bongo - If you want them to run at the same time - both tomcats need to use different ports so in the 5.5.17 config change port 8005 to 18005 change port 8080 to 18080 change port 8443 to 18443 Regards Andrew On 06/06/2006, at 4:39 PM

Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Andrew Miehs
Solaris - you may end up configuring your ethernet to 127.0.0.1 if you have not used a fully qualified domain name in / etc/hostname.interfacename Regards Andrew On 12/06/2006, at 3:08 PM, Peter Crowther wrote: From: Mark Claassen [mailto:[EMAIL PROTECTED] Say Tomcat is on a machine called

Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Andrew Miehs
ct to it... Andrew On 12/06/2006, at 3:32 PM, Mark Claassen wrote: We do have something similar to your first example. 127.0.0.1 localhost 192.168.0.2 testmachine.domain.com testmachine So we can probably move testmachine like you did. But does this mean that a

Re: Multiple paths to one application

2006-11-02 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doesn't this only work if your application replaces the 'ROOT' application? Andrew On 02/11/2006, at 9:56 AM, Stephan Schöffel wrote: if you map them to one app in your web.xml you can have different paths link to

Re: AW: Multiple paths to one application

2006-11-02 Thread Andrew Miehs
... If you have 'two' copies of the same web app, you may also end up with other side-effects, depending on how the thing works ... Two copies using the same database, when they each believe that they are the only one connected! :-) Andrew On 02/11/2006, at 4:01 PM, Peter

Re: Thread pool per webapp?

2006-11-04 Thread Andrew Miehs
other for the second. Andrew On 04/11/2006, at 1:31 AM, David Smith wrote: Well I was actually holding off because the internal threading of tomcat isn't my area. But if you insist, I have never seen any configuration parameters that effectively partition threads between webapps. --

Re: Thread pool per webapp?

2006-11-04 Thread Andrew Miehs
Why not, as i asked before, just start two tomcats? - not pretty but it works... ie: Tomcat1 (webapp1) - Port 8080 Tomcat2 (webapp2) - Port 8081 - Then setup tomcat1 with 70 threads, and tomcat2 with 30 threads Cheers Andrew On 04/11/2006, at 9:56 PM, David Smith wrote: Quoting the

Extracting certificate information

2006-11-08 Thread Andrew Friebel
java 1.4.2_06. Any ideas? Regards, Andrew Friebel

Extracting certificate information

2006-11-08 Thread Andrew Friebel
java 1.4.2_06. Any ideas? Regards, Andrew Friebel

  1   2   3   4   5   6   >