Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
Thanks for the tip Lyndon. It took a few tries, but I finally got it right, I think! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
the localhost, but if I try to connect through to > > tomcat from any other host I get 404 file not > found, > > > Please send us your workers.properties and > httpd.conf. attached, tia, scott __ Yahoo! Music Unlimite

apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
th no luck. If anyone has any suggestions I would be greatly appreciative. Scott __ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs - To unsubscri

Mark certain contexts inactive?

2005-10-06 Thread Scott Purcell
they do not start up. And then be able to turn them on when needed. Is there a clean way of doing this? Thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Precompile jsps into work directory

2005-09-30 Thread Scott Goldstein
e to build separate WAR files in order to precompile jsps for each application server. Ideally, I could build one WAR file and then precompile for each application server. Scott ____ From: Scott Goldstein Sent: Thursday, September 29, 2005 8:47 PM To: &#

Precompile jsps into work directory

2005-09-29 Thread Scott Goldstein
ld like to simply precompile the jsps into the tomcat work directory. I know I can do this by requesting each jsp with the precompile request parameter, but I'd like a command line/Ant method of doing this without having to run the server. Has anyone tried/been successful in doing this? Thanks. Scott

NullPointerException during error page forward

2005-09-26 Thread Scott Goldstein
be null for a forward (in this case to the error page), correct? Is there something that I can do to avoid this NullPointerException? Is it a bug which has been resolved in future releases? Thanks for the information. Scott

Tomcat 5.5 where is a hard-copy dtd reference?

2005-09-01 Thread Scott Purcell
Hello, Is there a quick reference, or somewhere one can go to get a listing of the element order for the 2.4 dtd? I already have a bunch of in my web.xml and I want to add a but I forgot where it goes and I can't seem to google it up today? Anyone know? Thanks,

RE: JNDI resource error

2005-08-31 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
ext/html txt text/plain xml text/xml pdf application/pdf Oracle Datasource example jdbc/iss_dev javax.sql.DataSource Container ====== Scott B

JNDI resource error

2005-08-31 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Can anyone give me some insite on this??? I am getting this error: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:780) at org.apache.commons.dbcp.BasicData

Database Pooling Follow-up

2005-08-31 Thread Scott Purcell
SP snippet below, to physical java code. Anyone know? Thanks, Scott ### JSP that works correctly ... would like to do this in a class ### <%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/co

Users Can See root files

2005-08-31 Thread Scott Purcell
does not help. How does one shut down all access to anything from a url Thanks Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Scott Reynolds
I've been running Tomcat on both Linux and Windows for a couple years now and other than the differences in installation and maintenance, haven't noticed any differences as far as stability is concerned. Scott --- Chad Lester <[EMAIL PROTECTED]> wrote: > Is Tomcat more

Database Pooling

2005-08-30 Thread Scott Purcell
reated business objects, so I just need to call the database from business objects, not directly from tomcat. Thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Autodeploy strangeness

2005-08-12 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
I am getting some strange behavior when trying to autodeploy. I am running tomcat5.5.7 and the instance has several apps running in it. The contexts are contained within $CATALINA_HOME/conf/Catalina/localhost/whatevercontext.xml There are several different contexts in this path. However when a

RE: Virtual Host Config Question

2005-08-12 Thread Scott Purcell
Thanks, I guess I will have to play with the configuration. But I am using straight Tomcat. Thanks for all the help, I guess it is not an obvious problem, so I must have something stupid going on. Sincerely Scott -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED

RE: Problems with context

2005-08-12 Thread Scott Purcell
hing like this: http://localhost/unique/welcome.do and all was good. But when I got my staticIP the other night, and entered the information that is when things got out of wack. Does that help? Thanks, Scott -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sen

Virtual Host Config Question

2005-08-12 Thread Scott Purcell
r "appBase" but then it showed the default Tomcat page. Anyone been here before? Thanks Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Certificates On 5.5

2005-08-10 Thread Scott Purcell
, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Virtual host, routing, problems with localhost

2005-08-09 Thread Scott Purcell
Sorry for the latency, I was in a meeting. No I do not have one. Do I need one, and if so, is the IP the machine IP or localhost, or 127.0.0.1? Thanks Scott -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 10:18 AM To: 'Tomcat

Virtual host, routing, problems with localhost

2005-08-09 Thread Scott Purcell
the router? I get lost here, and am basically clueless of what I need to do? Has anyone been through this? I would appreciate any input that I can try. Sincerely Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: Logging With Tomcat 5.5

2005-08-02 Thread Scott Purcell
Allistair, That last instruction "log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost][/webappname]=DEBUG, R " What do I change the [Catalina] value to? and that does go into the log4j.properties file under the webapp? Thanks, Scott -Original Message

Logging With Tomcat 5.5

2005-08-02 Thread Scott Purcell
etup somewhere. Any info would be appreciated. Sincerely Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Using Tomcat As Webserver Question

2005-07-28 Thread Scott Purcell
Thanks Marius, I believe that the requests will be less than 5,000 per day as we begin. I hate to ask, but do I need to enter the IP address anywhere in the Tomcat configs? Scott -Original Message- From: Marius Hanganu [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 8:47

Using Tomcat As Webserver Question

2005-07-28 Thread Scott Purcell
. 2) These are simple e-commerce sites, where I expect low traffic. Do I need to wrap Tomcat around Apache? And if so, is there a how-to for this? I am going to run Microsoft Business Server for the OS on the server. Any input would be appreciated. Thanks, Scott

Change log level for catalina.out

2005-06-30 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Can I change the log level for this? -SB - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: memory issues with live redeploy

2005-06-28 Thread Scott Stewart
We ran into the same problem up thru version 5.5.7 - the only work around was to use Stop/Start rather than Reload/Redeploy. We've since updated to Tomcat 5.5.9, which seems to have corrected the problem. Thanks, Scott Stewart -Original Message- From: George Finklang [mailto:[

RE: Building tomcat-connectors with ANT

2005-06-27 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
might help. Failing that, with the clarification of what it is you want to do, someone else may pitch in with some help. http://marc.theaimsgroup.com/?l=tomcat-dev&m=50341215849&w=2 Mark BATCHELOR, SCOTT (CONTRACTOR) wrote: > Would you mind pointing me in the right direction f

RE: Building tomcat-connectors with ANT

2005-06-27 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
BATCHELOR, SCOTT (CONTRACTOR) wrote: > Has anyone been successful in this? Yes. Regularly. 4.1.x, 5.0.x and 5.5.x Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Building tomcat-connectors with ANT

2005-06-27 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Has anyone been successful in this? The documentation seems to be very scarce to say the least. -SB - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

getRemoteUser() always returns null

2005-06-21 Thread Scott Heitkamp
I'm currently using tomcat with the apache connector. I use apache to authenicate the user and then allow them to access certain servlets in tomcat. My problem is that when I call getRemoteUser in the servlet, it always returns null even though I was authenticated through apache. I'm assuming

Location of backwards compatibility patch

2005-06-21 Thread Scott, Brian
Hello friends. I'm curious if anyone can guide me to the Tomcat compatibility patch that will allow me to run Tomcat 5.5 under jdk 142_05. I spent some time on the jakarta site but was unable to locate the file. Thank you in advance. Brian Scott Database Analyst 850 891 5696 850 322

Possibly a dumb question.

2005-06-21 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Am I wrong in thinking that I may get better performance from Tomcat by building it from source rather than using a binary? My thought is that I will be able to more tightly integrate the connector and Tomcat by doing this... Also is anyone doing this...I seem to be getting actively refused by

RE: Tomcat 5.5.9 and jdk 1.4.2

2005-06-21 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
You should be able to find it here. http://apache.bestwebcover.com/jakarta/tomcat-5/v5.5.9/bin/ -SB -Original Message- From: Carlos Bracho [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 9:53 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5.5.9 and jdk 1.4.2 Hello everybo

RE: Paths for JkMount

2005-06-14 Thread Greg Scott
any other directories or locations you wish to have # access information for after this one. ### [EMAIL PROTECTED] conf]# Thanks - Greg Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 7:40

RE: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
But the dates on your files are June 11 and the dates on mine are March 26. I don't have the exact URL where I downloaded mine, just navigated there from the Jakarta home page. - Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 1:39

Re: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
Let's try this again. I don't know why the list bounced my reply... - Greg Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 3:35 AM To: Greg Scott Subject: failure delivery Unable to deliver message to the following

RE: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
i.jar -rw-r--r-- 1 root root 2235 Mar 26 13:22 tool-wrapper.bat -rwxr-xr-x 1 root root 2549 Mar 26 13:22 tool-wrapper.sh -rw-r--r-- 1 root root 1280 Mar 26 13:22 version.bat -rw-r--r-- 1 root root790 Mar 26 13:22 version.sh [EMAIL PROTECTED] bin]# - Greg Scott -Original Me

Paths for JkMount

2005-06-11 Thread Greg Scott
bothers me - aren't all these supposed to be relative to DocumentRoot? Am I missing something or are JkMount directives supposed to point to an absolute path? Thanks - Greg Scott [EMAIL PROTECTED]

Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Scott Heitkamp
I need to turn off port 8080, so that you can only access Tomcat by going through port 8009 using Apache. Once I turn off port 8080, I no longer have a way of getting to the admin pages for Tomcat. Is there a way around this? - Discover Yahoo!

Jasper introspectHelper Error

2005-06-08 Thread Scott Dudley
? Thanks. -- Regards, Scott Dudley - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Mod_JK error

2005-06-07 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
My apologies... I should have added that I only get this error when the server comes under load and even then the errors are intermittent. -SB -Original Message- From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 2:12 PM To: Tomcat User List (E

Mod_JK error

2005-06-07 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Can anyone give me an idea of what might be causing this? I have searched the web to no avail. [jk_ajp_common.c (1250)]: Tomcat is down or network problems. No response has been sent to the client (yet) [Tue Jun 07 13:46:09 2005] [jk_ajp_common.c (1449)]: ERROR: Receiving from tomcat failed,

JAVA_OPTS??

2005-06-07 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
I really apologize if this has been answered previously but I cannot find any definative documentation on the JAVA_OPTS option. I would like to bring myself up to date on what might be accomplished using this setting. TIA SB

Re: WebappLoader and Auto-Detection of Class Changes

2005-06-06 Thread Scott Dudley
jars. Works like a charm. Thanks./ Scott Dudley wrote: I extended WebappLoader.java to create a custom classloader to allow me to append an alternate set of class folders. The loader works as intended but I noted that it doesn't detect any changes to these resources and

Re: Multiple source directories for one webapp

2005-06-04 Thread Scott Dudley
roblem, and also what you guys think about all this? Thanks, Laurent. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Confusion Land

2005-06-03 Thread Scott Dudley
. Any help would be great. -- Thomas Polliard Sr. Systems Administrator, AOL [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Regards, Scott Dudley

WebappLoader and Auto-Detection of Class Changes

2005-06-02 Thread Scott Dudley
d any entries. What am I missing. Looking at WebappLoader.java and I fail to notice the mechanism which provides said functionality. Can someone point me in the right direction? Many thanks. -- Regards, Scott Dudley ---

RE: Scalability issue question

2005-06-02 Thread Wallace, Scott
I'm a true newbie to this site. I found your article after I submitted the thread. I'm halfway thru it now. Scott Wallace Livelink Global Infrastructure Coordinator [EMAIL PROTECTED] 405-270-2027 wk 405-323-2237 cell 405-228-6027 fax "I have an existential map; it has 'yo

RE: Scalability issue question

2005-06-02 Thread Wallace, Scott
Network is 100megabit Server are 2- HP DL380g4 Dual 3.4gig Xeon chips with 4gig of Ram running Win2003 Scott Wallace Livelink Global Infrastructure Coordinator [EMAIL PROTECTED] 405-270-2027 wk 405-323-2237 cell 405-228-6027 fax "I have an existential map; it has 'you are here' w

RE: Scalability issue question

2005-06-02 Thread Wallace, Scott
Sorry hit send to fast Tomcat 5.0 and J2SDK 1.42.06 are the versions Scott Wallace Livelink Global Infrastructure Coordinator [EMAIL PROTECTED] 405-270-2027 wk 405-323-2237 cell 405-228-6027 fax "I have an existential map; it has 'you are here' written all over it. &q

Scalability issue question

2005-06-02 Thread Wallace, Scott
puts me into a whole new performance arena. Any thoughts or guidance would be appreciated. Scott Wallace Livelink Global Infrastructure Coordinator [EMAIL PROTECTED] 405-270-2027 wk 405-323-2237 cell 405-228-6027 fax "I have an existential map; it has 'you are here' written all over

Poor Performance Tomcat5.5.7, Apache2.0.52, Solaris 9

2005-06-02 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
I am hoping someone has experienced this before. The installation is a binary install of Tomcat and a binary install of mod_jk 1.2.6 connector. We have been running performance tests on this install and Tomcat is very, very cpu intensive topping out at 55% of the cpu's on the box. I have never

Re: Anybody using Godaddy ssl certs?

2005-05-26 Thread Scott Reynolds
I just set the common name and organization name to the name of my domain. When I examine the certificate details, that's all that's in there as far as my info is concerned. Everything else says something about Starfield Technologies, Inc. Scott --- Mark Winslow <[EMAIL PROT

Re: Anybody using Godaddy ssl certs?

2005-05-26 Thread Scott Reynolds
I installed an SSL Cert from GoDaddy a few weeks ago and haven't had any trouble with Tomcat 4.1. Scott --- Mark Winslow <[EMAIL PROTECTED]> wrote: > I'm having problems getting them to work. I'm > wondering if anybody has had either problems or > successes with

Sticky Session, Round-Robin with BalancerFilter?

2005-05-26 Thread Scott Dudley
realize is that the resin filter supported the sticky session, round robin stuff. Recap: any way to do this using a Tomcat instance as the front-end? Many thanks. -- Regards, Scott Dudley - To unsubscribe, e-mail: [EMAIL

Tomcat For SSL

2005-05-23 Thread Scott Purcell
is done. Or can tomcat handle SSL certificates (from Verisign?) as it is. I hear of security issues, etc. Any information would be appreciated. Thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Resin-to-Tomcat 5 Migration

2005-05-22 Thread Scott Dudley
Peter, Took a quick look at StatusManagerServlet.java and StatusTransformer.java. Looks like I can collect most of what I need however, I still don't see how/where I can get container and application start date/time. Any ideas? Many thanks. Peter Rossbach wrote: Hey Scott,

Resin-to-Tomcat 5 Migration

2005-05-21 Thread Scott Dudley
ve no need for JMX, remote mgmt, etc. How/where can I access this information within Tomcat? Can someone point me in the right direction? Many thanks. -- Regards, Scott Dudley - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
No, you are not the only one getting these...everyone probably is. It appears some ingenious individual has subscribed tomcat-user@jakarta.apache.org to one or all of the New Atlanta mailing lists. -SB -Original Message- From: Guy Katz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2

RE: Illegal IMail List Server Command!

2005-05-16 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Yes that appears what he is trying to accomplish. I am very new to this list...can this be reported? -SB -Original Message- From: Rick Beton [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 8:57 AM To: Tomcat Users List Subject: Re: Illegal IMail List Server Command! Are you tryin

RE: Tomcat 5.5.7 will not autodeploy war files (UNCLASSIFIED)

2005-05-12 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
eploy it. How are you updating the war file ? Copy/paste ? Or you're actually Letting your IDE auto deploy to the "webapps" directory ? -Original Message- From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 1:19 PM To: tomcat-u

RE: Tomcat 5.5.7 will not autodeploy war files (UNCLASSIFIED)

2005-05-12 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
ly Letting your IDE auto deploy to the "webapps" directory ? -Original Message----- From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 1:19 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5.5.7 will not autodeploy war files I apologize

Tomcat 5.5.7 will not autodeploy war files

2005-05-12 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
I apologize up front if this has been answered at some other time. This is my first day on the list and I could not locate a search function for the archives. I am running Tomcat 5.5.7 with Apache 2.0.52 and ModJk 1.2.6 For some reason when I drop a war file in the webapps directory it will not

Re: symlink not being completely followed

2005-05-04 Thread Scott Heitkamp
Yes, I have allowLinking="true" in my Context for the webapp I'm working with. Jason Bainbridge <[EMAIL PROTECTED]> wrote:On 5/4/05, Scott Heitkamp wrote: > I've setup tomcat to follow a symlink to a directory outside of the webapp. > That part works just fine.

symlink not being completely followed

2005-05-04 Thread Scott Heitkamp
I've setup tomcat to follow a symlink to a directory outside of the webapp. That part works just fine. I can load a jsp that is linked outside the webapp directory. The problem that I am having is that Tomcat is not allowing a Java Servlet to completely follow the symlink. Here is what I've

Re: memory management

2005-05-02 Thread Scott Carr
r example). The Configure utility sets the service parameters, so after each change, you will need to restart the service. Is that what you were asking? -- Scott Carr OpenOffice.org Documentation Co-Lead http://documentation.openo

Re: Admin WebApp 5.5.9

2005-04-29 Thread Scott Carr
Caldarale, Charles R wrote: From: Scott Carr [mailto:[EMAIL PROTECTED] Subject: Admin WebApp 5.5.9 I just downloaded the Admin webapp, and each of the directories where jsp files are supposed is blank. There are no source JSPs in the admin app. They're all pre-compiled and distri

Admin WebApp 5.5.9

2005-04-29 Thread Scott Carr
I just downloaded the Admin webapp, and each of the directories where jsp files are supposed is blank. Is there somewhere else that I can download this? -- Scott Carr OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org

logging per context

2005-04-22 Thread Scott Purcell
lly ... really would like to be able to create a separate log file for each context I am running. Can this be done? Thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

configure DataSource Question

2005-04-15 Thread Scott Purcell
rceFactory. Does anyone know why this does not work? I have struggled too long with this, and could use a hand. Thanks, Scott ### context.xml that fails. ### factory org.apache.commons.dbcp.BasicDataSourceFactory maxActive 100

How to Deploy Replacement War

2005-04-13 Thread Scott Purcell
bapp with a new war. Thanks, Scott K Purcell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Logging assistance.

2005-04-11 Thread Scott Purcell
the log file that was created, named Tomcat.log, but all that is in there are a bunch of Catalina messages and not my "alive" statement? Anyone have an idea why this is not working? Do I need to create a resource, or something outside the docs? Thanks, Scott K Purcell |

META-INF/context.xml question

2005-04-11 Thread Scott Purcell
Hello, I am still configuring my Tomcat 5.5.7 on a PC. I am configuring a

RE: DBCP Please Help Get Working Properly

2005-04-11 Thread Scott Purcell
h the documentation for my 5.5 Tomcat that displays when you go to localhost. So, is there any good documentation that shows how to do this, step by step? Thanks, Scott -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 8:18 AM To: Tomcat Users

DBCP Please Help Get Working Properly

2005-04-08 Thread Scott Purcell
o=rst.getString(2); bar=rst.getInt(3); } conn.close(); } } }catch(Exception e) { e.printStackTrace(); } } public String getFoo() { return foo; } public int getBar() { return bar;} } And using the above class works all day. T

Add Context Path, Tomcat 5.5.7

2005-04-08 Thread Scott Purcell
, '

Reload Class Does Not Kill Session in 5-5?

2005-03-28 Thread Scott Purcell
, where is this configured, and if this is not proper behavior, then I have coded something bad. Thanks, Scott

Tomcat 5-5.7 make reload classes?

2005-03-25 Thread Scott Purcell
webapp is called "lesson1" where do I set the reload="true"? Thanks, Scott K Purcell | Developer | VERTIS | 555 Washington Ave. 4th Floor | St. Louis, MO 63101 | 314.588.0720 Ext:1320 | [EMAIL PROTECTED] | http://www.vertisinc.com <http://www.vertisinc.com/>

Tomcat 3x to 5-5.7

2005-03-25 Thread Scott Purcell
? d) I read that the application can live elsewhere on the disks? Was this a mis-read? It would be cool if I could configure my webapp to work with my CVS/ Any advice upon getting rolling would be appreciated. Thanks you Scott K Purcell | Developer | VERTIS | 555 Washington Ave. 4th Floor

RE: image upload

2005-03-22 Thread Shannon Scott
tp://www.mhsoftware.com/ > Voice: 303 438 9585 > > > > -Original Message- > > From: Shannon Scott [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 15, 2005 10:07 AM > > To: tomcat-user@jakarta.apache.org > > Subject: image upload > > > >

image upload

2005-03-15 Thread Shannon Scott
I have been preparing to write a servlet to handle image uploads. It looks like most people are using the latest cos[date].jar file from http://www.servlets.com/cos/index.html Is this still the recommended method? Are there any security concerns that I should address? Thank you for any help. Take

Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Scott Purcell
derstanding the current setups, etc. Thanks for any input. Sincerely Scott removeAbandoned true removeAbandonedTimeout

Re: [Fwd: Your Harvard Business Review Customer Service Request]

2005-02-25 Thread Scott Sauyet
Jeanne Case wrote: This is the spam I keep getting. It happens whenever I post. Is there something the keepers of the list can do about this? I suspect it's just someone's out-of-office message. Presumably someone can shut down that account temporarily. Or permanently.

Re: Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
gram Files\Apache_Software_Foundation\Tomcat 5.0\bin\tomcat.exe Okay, thanks. We'll try that too... Who am I kidding? We'll try *anything*! :-) Thank you for your help. -- Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
Mladen Turk wrote: Scott Sauyet wrote: "The Apache Tomcat service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service." I'm not finding anything in the Tomcat logs,

Re: Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
Jason Bainbridge wrote: On Fri, 25 Feb 2005 09:23:29 -0500, Scott Sauyet <[EMAIL PROTECTED]> wrote: We've had Tomcat 5.0.19 working on a number of Windows machines for a while, running on Win2K and WinXP under j2sdk1.4.2_04 Yesterday we had to install it on a Windows Server 2003 machin

Service automatically shuts down on Windows Server 2003

2005-02-25 Thread Scott Sauyet
that means I don't really even know where to begin looking to solve this. Are others successfully running Tomcat on Windows Server 2003? Thanks, -- Scott Sauyet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

filter question

2005-02-23 Thread Scott Purcell
er 18: HelloWorldFilter initialized"); } public HelloWorldFilter() { } private FilterConfig filterConfig; } Thanks, Scott

welcome-file-list

2005-02-03 Thread Scott Purcell
that page. Occasionally I see that when I am surfing and wonder how this is accomplished? Does anyone know how to configure this to show a clean url in browser. (aside from JS). Thanks, Scott

Changing the Default Mime Type

2005-02-02 Thread Scott Wilson
Assume text file when MIME type is unknown for including purposes. Is their some setting that can undo this fix? Considerable searching on this has proven fruitless so far. Does Tomcat have any configuration setting comparable to Apache's "DefaultType"? Thanks, Scott Wilson

jndi error configuring data source

2005-01-05 Thread Scott Purcell
this be why it cannot find the jar file? I am looking at the ajp13 listening on /0.0.0.0:8009 and wondering if there is something else that needs configuring? Would like to get this running if possible. Thank you Scott INFO: Starting Coyote HTTP/1.1 on http

Tomcat 4.0 admin url?

2005-01-05 Thread Scott Purcell
Hello, A while back, I was learning Tomct 4.1.31. Anyway, back then I used a web-based admin tool to load war files, etc. I did not save my notes, and I forgot what the url was to launch this admin helper. Could someone help me out with this? Thanks, Scott

RE: Problems With Configuring IP

2004-12-09 Thread Scott Purcell
No I am not using Apache as a front end, I am using just Tomcat. Is this bad? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 10:18 AM To: Tomcat Users List Subject: RE: Problems With Configuring IP Hi, >My specific IP address never s

Problems With Configuring IP

2004-12-09 Thread Scott Purcell
specific IP address never shows up as listening. Does anyone know how I can get around this? Thanks, Scott

RE: 404 capture anywhere without apache

2004-12-03 Thread Scott Purcell
. javax.servlet.error.status_code javax.servlet.error.exception_type javax.servlet.error.message javax.servlet.error.exception javax.servlet.error.request_uri javax.servlet.error.servlet_name Also the error-type can be a exception-type Good luck Scott K Purcell -Original Message- From: Frank Morton

logging question

2004-11-23 Thread Scott Pippin
org.apache.catalina.users.MemoryUserDatabaseFactory pathname conf/tomcat-users.xml context.xml Thanks in Advance, Scott Pippin

help with context.xml

2004-11-22 Thread Scott Pippin
ester.java(Compiled Code)) at org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:76) (...) What have I set up wrong?? Thanks in advance, Scott Pippin [EMAIL PROTECTED]

webapps directory disappears

2004-11-22 Thread Scott Pippin
Sometimes when I undeploy an application on Tomcat 5.0.28 the entire webapps directory disappears. Has anyone else had problems with this? Tomcat 5.0.28 AIX 5.2.10 Apache 2.x Thanks, Scott Pippin [EMAIL PROTECTED]

redirect catalina.out

2004-11-18 Thread Scott Pippin
pathname conf/tomcat-users.xml context.xml Thanks in advance, Scott Pippin [EMAIL PROTECTED]

  1   2   3   4   5   6   7   >