Re: cannot setup JNDI with MySQL

2005-10-06 Thread andy gordon
- andy John Cherouvim [EMAIL PROTECTED] wrote: Hello I've been trying to setup a mysql connection pool using JNDI as shown in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html But no luck. I never get to see the datasource registered Tomcat Administration Tool

Re: cannot setup JNDI with MySQL

2005-10-06 Thread andy gordon
One more thing and i may have missed it in your note: Did you say you placed mysql's jar file in the common\lib directory ? John Cherouvim [EMAIL PROTECTED] wrote:Hello I've been trying to setup a mysql connection pool using JNDI as shown in

Re: Setting environment variables in server.xml.

2005-10-04 Thread andy gordon
David, Just in case you haven't done this yet, have you checked to see if the environment variable shows up as a catalina:type=Environment MBean? if so you should be able to access it. Hope this helps. - andy gordon David Kerber [EMAIL PROTECTED] wrote: If I'm reading it correctly

Re: Setting environment variables in server.xml.

2005-10-04 Thread andy gordon
if you are using 5.5x you can look at the mbean with jmxproxy which is part of the manager app. David Kerber [EMAIL PROTECTED] wrote:Nope, never heard of that one. I'll see if I can figure out how to get at that type. andy gordon wrote: David, Just in case you haven't done this yet, have

Re: JMX Method to check JDBC connection acivity?

2005-09-28 Thread andy gordon
or not. The informatio available via JMX was the same whether MySQL was started or not. I am wondering if creating your own MBean is the appropriate way to test the connection. Let me know how this comes out. - Andy Gordon Edmon Begoli [EMAIL PROTECTED] wrote: Is there a handy MBean in Tomcat

Re: How to configure a single JDBC connection via Tomcat's JDBC JNDI configurations for Oracle

2005-09-27 Thread andy gordon
-datasource-examples-howto.html good luck - andy gordon Edmon Begoli [EMAIL PROTECTED] wrote: Anyone, I want to configure Tomcat 5.5.x to access each database in the Oracle cluster, and not using the pool. This configuration is for database diagnostic puproses, so I need to create a single connection

Re: someone familar with this error?

2005-09-22 Thread andy gordon
Leon, Not sure if this will help, but it looks like there was an error when registering MBeans. Did make any modifications with the Coyote Connnector? This is the connector that integrates with Apachr or IIS for example. - andy Leon Rosenberg [EMAIL PROTECTED] wrote: starting tomcat

Re: Asking again: index.jsp and virtual directories

2005-09-22 Thread andy gordon
David, Have you looked at setting up virtual hosts in tomcat as this seems to be what you are looking for. - andy gordon David Thielen [EMAIL PROTECTED] wrote: Hi; I am running on Windows 2003/IIS 6.0 tomcat. I have a single IP address for all of my websites (I have several) and then use

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread andy gordon
is located in the JDK 1.5 BIN directory to validate configuration tasks without any coding or installing any other software. hope this helps. - andy Dirk Weigenand [EMAIL PROTECTED] wrote: Hi, --- Ursprüngliche Nachricht --- Von: jiang ying An: tomcat-user@jakarta.apache.org

Re: conf/tomcat-users.xml syntax and semantics

2005-09-21 Thread andy gordon
singleton has a password of paul and has the role of admin and manager meaning that singleton can access applications that require admin or manager privileges in order to be used. hope this helps. - andy Paul Singleton [EMAIL PROTECTED] wrote: What is the correct syntax (for 5.5.9

Re: Unable to login Tomcat Manager?

2005-09-21 Thread andy gordon
if you enable the jdbc realm then authentication and authorizaiton comes from a jdbc datasource not the tomcat.uses.xml file. This is why tomcat keeps asking you for a user name and password. I suggest you read the realm how to on the tomcat website so you can correct your problem. - andy ±ç

Re: Unable to login Tomcat Manager?

2005-09-21 Thread andy gordon
tables Username to Username/Role I think you are close but off just a bit. again follow the quick start guide in the documentation and you should have it. good luck, Andy Gordon ±ç¬±³õ [EMAIL PROTECTED] wrote: However I go into http://localhost:8080/erp It is ok. I have added record

Re: jdbc driver

2005-09-19 Thread andy gordon
is the MySQL Connector Jar file in the $CATALINA_HOME/common/lib directory? Kito Holliday [EMAIL PROTECTED] wrote:Attempting to use connector-java-3.3.10 with tomcat 4.0 and mysql and servlets. The Java code: InitialContext ctx = new InitialContext(); DataSource ds =

Manager error 'FAIL - Invalid context path null was specified'

2005-09-03 Thread Andy
$CATALINA_HOME/webapps/xtb/ -- Web application files under this directory - this is why reload?xtb should work. Thanks, Andy. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

mysql, Tomcat and Connector/mxj

2005-08-19 Thread andy gordon
All, Has anyone successfully run Connector MXJ successfully with Tomcat, Standalone, or with JBoss? Connector MXJ allows you to manage MySQL databases through JDBC or JMX MBeans. - andy - Start your day with Yahoo! - make it your home page

Tomcat 5.0.28 and JPDA

2005-07-31 Thread Andy Yang
? Thanks for your time, Andy __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED

xml, jse1.5 and the endorsed directory

2005-07-12 Thread Andy Kriger
Does jse1.5 still require using the endorsed directory to override the built-in parser? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How do you set up JMX remote for Tomcat 5.5.9?

2005-07-07 Thread andy gordon
Help, How do you set up JMX remote for Tomcat 5.5.9? For instance where do you specify the JVM startup option -Dcom.sun.management.jmxremote.port=9998 that enables remote monitoring and management? THank you - andy - Sell

Re: How do you set up JMX remote for Tomcat 5.5.9?

2005-07-07 Thread andy gordon
have not done anything else at this point with respect to enabling JMX remote. Thank you - andy Tim Funk [EMAIL PROTECTED] wrote: http://jakarta.apache.org/tomcat/faq/misc.html#properties -Tim andy gordon wrote: Help, How do you set up JMX remote for Tomcat 5.5.9? For instance

Convert URL path from directory/ to directory/index.htm (Spring related)

2005-06-29 Thread Andy
url-pattern*.htm/url-pattern /servlet-mapping Thanks, Andy. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Please help with PermGen OutOfMemory error

2005-06-27 Thread Andy Kriger
andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

help needed with UTFDataFormatException

2005-06-23 Thread Andy Kriger
the same info). I am attaching the XSLT file in question in case anyone can see something I can't. Has anyone seen this problem? I'm not finding much useful information searching the archives (of Tomcat, Axis or googling the web/newsgroups). thx andy ?xml version=1.0 encoding=UTF-8? xsl:stylesheet

RE: html:errors/ blank page on invalid form

2005-05-26 Thread Andy
Guru and Nikola, Thanks for the suggestions, having looked at this again, I think this is a Struts problem however, so I've posted to struts-users. Thanks anyway, Andy. -Original Message- From: Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 26 May 2005 08:37 To: Tomcat Users List Subject

html:errors/ blank page on invalid form

2005-05-25 Thread Andy
here in London, so here's hoping for an answer when I get up later today ! TIA, Andy. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

commercial monitoring tools

2005-05-11 Thread Andy Kriger
into these things and come up with a decent solution please share. Thank you andy kriger - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

5.5.8 release timeframe?

2005-03-07 Thread Andy Kriger
. thx andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

authentication sporadically fails?

2005-02-04 Thread Andy Kriger
I have Tomcat 5.5.4 configured with basic authentication through a JNDI named JDBC connection pool. The Resource and Realm are specified in META-INF/context.xml. The resource-ref and security-constraint are specified in WEB-INF/web.xml (releveant parts included at the end of this message). There

bizarre authentication problem

2005-01-24 Thread Andy Kriger
I have an Tomcat server on an internal network configured to require basic authentication. This works fine when I use IE or Java code to access a site, but when I try to access the site using Firefox, the user/password is never accepted. I have packet sniffed the GET calls from both IE and Firefox

reload log4j.properties on-the-fly?

2005-01-21 Thread Andy Kriger
logging or specific class logging is needed where generally that level of logging is not required. thx andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: reload log4j.properties on-the-fly?

2005-01-21 Thread Andy Kriger
, confirming deletion of the original e-mail and any attachment(s). -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 12:26 PM To: Mike Curwen

Re: reload log4j.properties on-the-fly?

2005-01-21 Thread Andy Kriger
of a configurator in an initialization servlet. -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 2:06 PM To: tomcat-user@jakarta.apache.org Subject: Re: reload log4j.properties on-the-fly? Right - I have logging in WEB-INF/classes that I can

plus/minus of unpack war?

2005-01-20 Thread Andy Kriger
Can someone inside the Tomcat crew explain the advantages/disadvantages of setting unpackWAR=false in the Host configuration? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: undeploy/deploy

2005-01-19 Thread Andy Kriger
Which ant task do you use to deploy/undeploy wars? What is the url in task? target name=webapp-undeploy depends=webapp-prepare if=app-deployed undeploy url=${container.mgr.url} username=${container.mgr.name}

RE: undeploy/deploy

2005-01-19 Thread Andy Kriger
Context antiJARLocking=true antiResourceLocking=true.../Context Is there any specific logging (Tomcat or system) that I could turn on to see why the directory isn't always removed on undeploy? thx andy - To unsubscribe, e-mail

undeploy/deploy problem

2005-01-18 Thread Andy Kriger
, sometimes the webapp disappears, sometimes not). When that doesn't work, I have to restart Tomcat. Does anyone have any ideas what might be going on here and how I might track down the problem? thx andy - To unsubscribe, e-mail

resource-ref question

2005-01-11 Thread Andy Kriger
generic way since I'm guessing there's always going to be some container-specific config). thx andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

reset Resource with JMX?

2005-01-04 Thread Andy Kriger
there, I figure it doesn't hurt to ask the list if anyone knows if this is possible. thx andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Admin app fails with MBeanServer is not available

2004-12-20 Thread Andy Cohen
something wrong? Thanks for any help, Andy Cohen System Software Developer [EMAIL PROTECTED] HTTP Status 500 - type Exception report message description The server encountered an internal error

Runtime exec (again)

2004-12-02 Thread andy wix
permissions in the catalina.policy file: grant codeBase file:${catalina.home}/webapps/ROOT/WEB-INF/classes/- { permission java.security.AllPermission *; }; I CAN successfully set the the system time and date using the same approach though. I have absolutely no idea on this now. Thanks, Andy

Re: Runtime exec (again)

2004-12-02 Thread andy wix
as it will not work declared as a string. - Both output and error streams must be read otherwise the process will hang. (see http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html) - The code will not run from a batch file. Thanks for your help. Andy

RE: Runtime.exec security issue?

2004-11-30 Thread andy wix
all permissions in the catalina.policy file: grant codeBase file:${catalina.home}/webapps/ROOT/WEB-INF/classes/- { permission java.security.AllPermission *; }; I CAN successfully set the the system time and date using the same approach though. I am truly flummoxed! Thanks, Andy

Runtime.exec security issue?

2004-11-29 Thread andy wix
the the system time and date using the same approach though. I get the same results when Tomcat is not run as a service. I am running Xp with Tomcat 5.0.27. I thought this might be a java permissions issue, but I don't get any exceptions thrown - just nothing happens. Thanks, Andy

RE: Runtime.exec security issue?

2004-11-29 Thread andy wix
list. Thanks, Andy _ Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Runtime.exec security issue?

2004-11-29 Thread andy wix
with the same (nothing doing) response. Cheers Andy _ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger - To unsubscribe, e

RE: Runtime.exec security issue?

2004-11-29 Thread andy wix
Hi, I've tried without the cmd.exe bit and also I have tried with the service set to run as Administrator. Cheers Andy _ Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger

Re: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-19 Thread Andy Savage
Wouldn't the easiest way be to run apache as a front end with mod_jk2? It's pretty simple and it saves the hassle of possibly taking down the whole server with a crash, or any security hassles. Serve php with apache, serve everything else to tomcat. Kind Regards, Andy Savage -- Bluewire

trouble with static html using 5.5.2

2004-10-17 Thread andy davidson
webapps/bas/images/baz.gif installed how ever this image is never loaded into my browser? Do I have to create some sort of mapping entry in webapps/bas/WEB-INF/web.xml for html to work? thanks in advance andy __ Do You Yahoo!? Tired of spam

Re: trouble with static html using 5.5.2

2004-10-17 Thread andy davidson
please see my comments bellow thanks andy --- QM [EMAIL PROTECTED] wrote: On Sun, Oct 17, 2004 at 09:23:09AM -0700, andy davidson wrote: : Here is my test. I created servlet foo.bar.bazServlet. : I installed it under webapps/baz. I created servlet : tags in webapps/baz/WEB-INF

how to get relative URL to work with 5.5.2?

2004-10-17 Thread andy davidson
/MyBookmarks works -- url-pattern//url-pattern /servlet-mapping /web-app thanks in advance andy __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail

Resin slower than Tomcat, fails the AppFuse Test

2004-10-14 Thread Andy Hutchinson
So now you know! http://raibledesigns.com/page/rd/20041007#resin_slower_than_tomcat_fails - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat command line arguments

2004-10-14 Thread Andy Hutchinson
At 15:15 14/10/2004, you wrote: Hey I give the following command to start Tomcat version 5 with a CATALINA_BASE different to the default one: ./startup.sh -Dcatalina.base=/some/dir/that/exists But it fails to pass the argument, what am I doing wrong? Set the environment variable CATALINA_OPTS

MemoryRealm in a Context

2004-09-30 Thread Andy Hutchinson
going on here that I'm not aware of or do I need to made further config changes? Cheers, Andy. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Server Alias

2004-09-15 Thread Andy Eastham
Dionisio, The first option, with multiple alias tags. Andy -Original Message- From: Dionisio Ruiz de Zárate [mailto:[EMAIL PROTECTED] Sent: 15 September 2004 15:28 To: Tomcat Users List Subject: Re: Server Alias i have see the doc. but if i have several aliases for one host how

Clustering problems during session replication at startup

2004-09-09 Thread Andy Natt
from org.apache.catalina.cluster.mcast.McastMember[tcp://*.*.*.*:4001,*.*.*.*,400 1, alive=3211070]. This operation will timeout if no session state has been received within 60 seconds -- Andy Natt. DigitalRum Ltd

RE: Unable to integrate Apache 2.0.24, mod_jk2 with Tomcat 5.

2004-09-03 Thread Andy Eastham
. Hope this helps, Andy -Original Message- From: João Gil ACE-SC [mailto:[EMAIL PROTECTED] Sent: 03 September 2004 12:18 To: Tomcat Users List Subject: RE: Unable to integrate Apache 2.0.24, mod_jk2 with Tomcat 5. Hello, Thank's to Andy Eastham solution I managed to get Apache

RE: Unable to integrate Apache 2.0.24 with Tomcat 5.

2004-09-02 Thread Andy Eastham
in this file. Give this a try, Andy -Original Message- From: João Gil ACE-SC [mailto:[EMAIL PROTECTED] Sent: 02 September 2004 16:25 To: [EMAIL PROTECTED] Subject: Unable to integrate Apache 2.0.24 with Tomcat 5. Greatings, I am trying to integrate Apache 2.0.24 with Tomcat 5

RE: understanding web.xml

2004-08-17 Thread Andy Eastham
Also look at the sample chapter at http://www.moreservlets.com/ Andy -Original Message- From: Thilo Krawietz [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 08:07 To: Tomcat Users List Subject: Re: understanding web.xml Hi Tobias, in Suns official Servlet specification all

Re: apache2 crashes when using connectors - nobody?

2004-07-06 Thread Andy Spiegl
: apache2-jakarta-tomcat-connectors-4.1.27-63.i586.rpm apache2-jakarta-tomcat-connectors-4.1.27.tgz and http://www.apache.de/dist/jakarta/tomcat-connectors/jk2/binaries/linux/Suse-9.0-i386.tar.gz Thank you for any help! Andy. -- o _ _ _ --- __o

Re: apache2 crashes when using connectors - nobody?

2004-07-06 Thread Andy Spiegl
The name you gave your workers in workers.properties has to be used in you JkMount statements. Oops, thanks. But could that be the reason for a complete crash? Andy. -- o _ _ _ --- __o __o /\_ _ \\o (_)\__/o (_) -o

apache2 crashes when using connectors - nobody?

2004-07-02 Thread Andy Spiegl
soul please point me to the solution. Thanks in advance, Andy. -- o _ _ _ --- __o __o /\_ _ \\o (_)\__/o (_) -o

Tomcat 5 - Servlet action is currently unavailable

2004-07-01 Thread Andy Festa
! ~Andy Festa __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat 5 - Servlet action is currently unavailable

2004-07-01 Thread Andy Festa
Correction to my question... it doesn't work manually via startup.bat either. Oversight on my part. --- Andy Festa [EMAIL PROTECTED] wrote: Hi. I've recently upgraded to Tomcat 5.0.25 from Tomcat 4.1.24. I'm using Eclipse 3.0RC3 with the Sysdeo Tomcat Plugin V3. The directory for my web

apache2 crashes when using connectors

2004-06-30 Thread Andy Spiegl
have tried pretty much all versions of the connector modules I could find but apache always crashes like this. For now I chose the mod_proxy method to serve the jsp files, but I'd prefer the connectors. Could some kind soul please point me to the solution. Thanks in advance, Andy

RE: Too many open files on Solaris

2004-06-16 Thread Andy Eastham
The first thing that came up in Google was this, which might help: http://support.bea.com/support_news/product_troubleshooting/Too_Many_Open_Fi les_Pattern.html Andy -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Davor Cengija Sent: 16 June 2004 09:59

RE: How to (Unique value)?

2004-06-16 Thread Andy Eastham
Unique keys are generated by using the AUTO_INCREMENT attribute on an integer column. http://dev.mysql.com/doc/mysql/en/example-AUTO_INCREMENT.html Andy -Original Message- From: A Z [mailto:[EMAIL PROTECTED] Sent: 16 June 2004 12:28 To: [EMAIL PROTECTED] Subject: How to (Unique

RE: Repost... no response from numerous posts

2004-06-14 Thread Andy Eastham
that on my laptop, I've only got the workers2.properties file and settings, not the Location directives in httpd.conf, and that seems to work too. However, the above is taken from a production Solaris 9 server. Andy -Original Message- From: Jack Lauman [mailto:[EMAIL PROTECTED] Sent: 12

RE: Common/lib works shared/lib doesn't

2004-06-11 Thread Andy Eastham
for every webapp. I keep most other jars in common/lib though This is not to say that everything should be in webapp/WEB-INF/lib, just that its worth knowing that there can be confusing consequences of sharing jars across webapps. Andy -Original Message- From: Wangenheim, Marc [mailto

RE: JSP source being shown (not being executed)

2004-06-09 Thread Andy Eastham
Michael, If you put the JSPs under the WEB-INF folder of the web app, Tomcat will be unable to serve them directly. Does that make any difference? Andy -Original Message- From: Schalk [mailto:[EMAIL PROTECTED] Sent: 08 June 2004 20:43 To: 'Tomcat Users List' Subject: RE: JSP

RE: AW: IP Adresses

2004-06-09 Thread Andy Eastham
server on port 80 is due to your own misconfiguration and not actually a bug in Tomcat at all. But as Tomcat is open source, you could of course check the source yourself to confirm this. If you did indeed find a bug, you could even fix it. That's how open source software works. Andy

Off Topic - Java Graphing Package

2004-05-12 Thread Andy Eastham
. Best regards, Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Off Topic - Java Graphing Package

2004-05-12 Thread Andy Eastham
Thanks very much - I'll have a go with JFreeChart - it looks perfect on first glance. Andy -Original Message- From: foxgem [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 10:58 To: Tomcat Users List Subject: Re: Off Topic - Java Graphing Package jfreechart cewolf ( it is a taglib

RE: Off Topic - Java Graphing Package

2004-05-12 Thread Andy Eastham
Thanks Ryan. That's a useful resource. Andy -Original Message- From: Ryan Lissack [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 10:44 To: 'Tomcat Users List' Subject: RE: Off Topic - Java Graphing Package Hi, This might help : http://www.manageability.org/blog/stuff/open

RE: SSL and sessions

2004-04-21 Thread Andy Eastham
for the insecure request, and copy everything I need from the secure session to the new session. I haven't tried this yet though and if anyone's got any better ideas, I'd be pleased to hear them... Andy -Original Message- From: Drinkwater, GJ (Glen) [mailto:[EMAIL PROTECTED] Sent: 21 April 2004 13

Re: Classpath problems with tomcat on Linux 9

2004-04-20 Thread Andy Wadsworth
, and anyone else that read this and spent more then the time to click the delete button on it. -Andy. On Monday 19 April 2004 12:27 pm, Stephen Bacon wrote: Hi Andy, I'm porting over to TC5 and I've not had any problems with it finding my classes, *BUT* I don't put any classes into the base

Re: Classpath problems with tomcat on Linux 9

2004-04-19 Thread Andy Wadsworth
problems lie. -Andy. On Friday 16 April 2004 07:32 pm, Berry, Layton wrote: I'm guessing you need to put the UserData class in a package, and import it into your savename page. Quoting from JSP 2.0 spec, As of JSP 2.0, it is illegal to refer to any classes from the unnamed (a.k.a. default

Classpath problems with tomcat on Linux 9

2004-04-16 Thread Andy Wadsworth
classes in appdir/WEB-INF/classes, it will just work. There must be some basic thing I'm missing. Any help would be very much apprciated. Thanks in advance. -Andy. -- ### # Andy Wadsworth # # # # BondMart Technologies, Inc

Re: Classpath problems with tomcat on Linux 9

2004-04-16 Thread Andy Wadsworth
Ah, if it was only that simple... The capital A is a typo in the email message, not in the actual error. I'm using IE on a WinXP box as my browser, but I sent my email from my Linux machine and I can't copy/paste between the two. -Andy. On Friday 16 April 2004 03:32 pm, Caldarale, Charles R

RE: Unexpected tomcat 4.1.27-30 shutdown problem

2004-04-12 Thread Nocera, Andrew A (Andy), ALABS
Hi, Would an exeception in the code cause tomcat to stop? Andy ---tail catalina.out Stopping service Tomcat-Standalone [INFO] Http11Protocol - -Stoping http11 protocol on 8099 Catalina:type=ThreadPool,name=http8099 -tail localhost_log.2004-04-12.txt 2004-04-12 16:45:00

FYI: Extra jar files under server/lib are bad!

2004-04-12 Thread Nocera, Andrew A (Andy), ALABS
Hi, I installed a jar file under server/lib to resolve a problem and spent the last few days trying to figure out why it did not work. Apparently, renaming the old jar file to 'xservlets-cgi.jar' is not good enough. beware! Andy

Unexpected tomcat 4.1.27-30 shutdown problem

2004-04-09 Thread Nocera, Andrew A (Andy), ALABS
without a problem. Any ideas how I can debug this? Thanks, Andy Starting service Tomcat-Standalone Apache Tomcat/4.1.29 [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.util. LocalStrings', returnNull=true [INFO] PropertyMessageResources - -Initializing, config

Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Andy Grove
); DataSource ds = (DataSource) obj; return ds.getConnection(); Does anyone have JNDI working with Tomcat? Any help would be much appreciated! Thanks, Andy Grove.

Re: Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Andy Grove
= new InitialContext(); Object obj = initCtx.lookup( java:comp/env/jdbc/mydb ); DataSource ds = (DataSource) obj; return ds.getConnection(); Does anyone have JNDI working with Tomcat? Any help would be much appreciated! Thanks, Andy Grove

Re: Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Andy Grove
://www.codefutures.com/weblog/openknowledge/archives/77.html On Mon, 2004-04-05 at 15:08, Andy Grove wrote: Thanks Harry but the problem is that it is not even trying to load the Postgres driver - it is not getting that far. It is trying to load JDBC driver class '' (empty string) and is trying to access JDBC

RE: [OT?] Apache Portable Runtime JK2

2004-04-01 Thread Andy Eastham
/jk2/apache2/jkjni.so /usr/local/apache2/modules/ Obviously, the java and apache paths may be different, but hopefully this might help? Andy -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 13:55 To: Tomcat Users List Subject: [OT?] Apache Portable

RE: deploying servlets, missing application web.xml

2004-03-30 Thread Andy Eastham
I had this problem once when I deployed onto a live server and it drove me mad. I not absolutely sure what caused it, but it was something like I'd called the webapp's WEB-INF directory web-inf, ie a case sensitivity problem in the path. Andy -Original Message- From: Shapira, Yoav

Where to find mod_jk2 for redhat?

2004-03-24 Thread Andy Grove
that is not in the source distribution (does anyone know why?). Any help would be much appreciated! Cheers, Andy Grove.

RE: Does anyone have a working workers2.properties file?

2004-01-19 Thread Andy Eastham
Rasmus, This simple one works on windows and solaris. By the way, when I changed the shm size to 100, it didn't... Andy [logger.apache2] level=DEBUG [shm] file=c:/Apache2/logs/jk2.shm size=1048576 # Example socket channel, override port and host. [channel.socket:localhost:8009] port=8009

RE: using mod_rewrite with mod_jk2

2003-12-18 Thread Andy Eastham
Jon, I'm pretty sure you can, because I once had a problem which was fixed by swapping the order of the LoadModule statements for mod_jk2 and mod_rewrite. Not an exact answer, but hopefully some encouragement... Andy -Original Message- From: jon yeargers [mailto:[EMAIL PROTECTED] Sent

RE: Tomcat and Log4J

2003-12-18 Thread Andy Eastham
of static variables loaded by the same class loader, so all webapps share the same instance of the static log4j variables. I put log4j.jar in each of my webapps' WEB-INF/lib folder to avoid this, then each webapp can configure log4j to it's own requirements. Andy -Original Message- From: Kent

RE: Tomcat and a DLL

2003-11-21 Thread Andy Eastham
David, The line Illegal Class name jawin folder/develop/jawin/DispatchPtr) is very suspicious - I'm pretty sure that the space in the path to your class will cause problems. Try renaming jawin folder to just jawin and rebuild the jar. Andy -Original Message- From: David Sierra

RE: Running a Service

2003-11-19 Thread Andy Eastham
Karl, An easy way of doing this is to call your servlet with wget from a cron job. Andy -Original Message- From: Karl Coleman [mailto:[EMAIL PROTECTED] Sent: 18 November 2003 20:21 To: Tomcat Users List Subject: RE: Running a Service I apologize for being so broad. Let me

RE: JK2 Build Error

2003-11-19 Thread Andy Eastham
Bill, The problem is that the apache runtime library cannot be located. I just found this resource that might help you out: http://cymulacrum.net/tomcat/jk2_compile.html Best regards, Andy -Original Message- From: Bill R [mailto:[EMAIL PROTECTED] Sent: 19 November 2003 02:03

RE: https -- http session problem

2003-11-17 Thread Andy Eastham
to be completely bulletproof, but you can bet your bottom dollar that some users are using the same paswords as for stuff that does need to be bulletproof. Don't anyone say well they shouldn't, because they do! :-) Andy -Original Message- From: Andrew Mottaz [mailto:[EMAIL PROTECTED] Sent

RE: Problem with IIS tomcat 4.1 jk2 connector

2003-11-12 Thread Andy Eastham
: Context path=/java docBase= debug=0 privileged=true reloadable=true/ Hope this is the solution, Best regards, Andy -Original Message- From: Stéphane Brogi [mailto:[EMAIL PROTECTED] Sent: 12 November 2003 09:35 To: [EMAIL PROTECTED] Subject: Problem with IIS tomcat 4.1 jk2

RE: Obtaining JK2 binaries for Linux

2003-11-05 Thread Andy Eastham
into /usr/local/apache2/modules cp jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/mod_jk2.so /usr/local/apache2/modules/ cp jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/jkjni.so /usr/local/apache2/modules/ Perhaps the options in configure above may be helpful? Andy

Multiple virtual hosts at root context

2003-10-21 Thread Andy Hutchinson
I am using Tomcat 4.1.27 under Linux for a project where the machine is embedded into a pumping machine, i.e. limited memory and resources. The 'services' are all identified by sub domains so that you would get a master domain of the pump site, a sub domain for each pump unit and a further

Fwd: Multiple virtual hosts at root context

2003-10-21 Thread Andy Hutchinson
the same. Date: Tue, 21 Oct 2003 09:55:24 +0100 To: Tomcat Users List [EMAIL PROTECTED] From: Andy Hutchinson [EMAIL PROTECTED] Subject: Multiple virtual hosts at root context I am using Tomcat 4.1.27 under Linux for a project where the machine is embedded into a pumping machine, i.e. limited memory

Re: Restart automatically Tomcat

2003-10-17 Thread Andy Wagg
I have used the Java Service Wrapper to do this for JBoss (integrated with Tomcat) on a Tru64 UNIX platform. However, this wrapper works for both UNIX and Windows NT. http://wrapper.tanukisoftware.org/doc/english/index.html Andy [EMAIL PROTECTED] wrote: I'm using Tomcat 4.1.24 et i want after

RE: MAC OSX and Tomcat -4.0.1

2003-10-16 Thread Andy Eastham
James, At first glance, it looks like class javax/servlet/ServletResponse class can't be found. This resides in servlet.jar, which is in common/lib under my tomcat home directory on my installation. Andy -Original Message- From: James Snelling [mailto:[EMAIL PROTECTED] Sent: 16

RE: What is a good dev-enviroment for servlet/tomcat?

2003-10-09 Thread Andy Eastham
in their local environments. Andy -Original Message- From: epyonne [mailto:[EMAIL PROTECTED] Sent: 08 October 2003 20:45 To: Tomcat Users List Subject: Re: What is a good dev-enviroment for servlet/tomcat? Just a precaution. We had run into problem before when different

  1   2   3   4   >