how-to specify Java runtime options -Xmx128m, w/ Tomcat 4 as Win2k service

2003-07-24 Thread Paul
after assigning the following environment variables the java runtime options as follows: eg: JAVA_OPTS=-Xmx128m -Xms128m tried with: CATALINA_OPTS JAVA_OPTS amount of RAM memory used stayed aprox the same. Though i was expecting more memory to be used because of the extra memory that should h

Re: how-to specify Java runtime options -Xmx128m, w/ Tomcat 4 as Win2k service

2003-07-25 Thread Paul
specify during install to install Tomcat as a service. I copied this file into /bin directory from first install, then ran .bat file. i am thankful for the help. -paul - Original Message - From: "Koes, Derrick" <[EMAIL PROTECTED]> To: "'Tomcat Users List'"

Re: URL alias

2003-01-27 Thread paul
hought about doing that, but (forgive me) - I can't figure out how to add a parameter! I see on the request API how to getParameter() and getParameterNames(), but I don't see a set method. How do I add a parameter in a filter? Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECT

Tomcat4, where is classpath set when run as service

2003-07-30 Thread Paul
Hi Folks, Does anyone know where the classpath is set for Tomcat 4.1, when Tomcat4 is started and runs as a win2k service? thanks in advance for any help, paul lomack

Re: Tomcat4, where is classpath set when run as service

2003-07-30 Thread Paul
Hi John, thanks for reply. How would one go about adding .jar or .zip files to the classpath given it is created as you say when tomcat starts as a win2k service? paul lomack - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users Li

Re: Can't find ocijdbc9 in java.library.path

2003-07-31 Thread Paul
just a comment: i use oracle8i and jdbc drivers as well, and i was under the impression that classes12.zip is not compatible with jdk 1.4 (but rather 1.2). - Original Message - From: "Ollier John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 5:37 PM Subject

Re: Tomcat4, where is classpath set when run as service

2003-07-31 Thread Paul
is an internal error with the code i have written. thanks all, -paul lomack - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 4:39 PM Subject: Re: Tomcat4, where

hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul
Zeon system would be appropriate? -paul lomack

cookie problem

2003-08-14 Thread Paul
I hava a JSP application under Tomcat 4.1.24, jdk 1.4, running as service on win2k currently in standalone mode. The default index.jsp page checks for cookie that has not yet been set. Under Tomcat 3.x (jdk 1.2), this cookie checking does not generate an error; however, under Tomcat 4 it generate

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul
hard disk access is not primary) * load testing on development machine useful measurement in choosing hardware for production system -pl - Original Message - From: "Paul Sundling" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: We

Re: cookie problem

2003-08-14 Thread Paul
thank you. That worked. -paul lomack - Original Message - From: "Bodycombe, Andrew" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 12:14 PM Subject: RE: cookie problem > The request.getCooki

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul
s List'" <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 4:46 PM Subject: RE: hardware recommendation, Tomcat with Apache web server > What kind of load? Tomcat and Apache don't use anythign but a few mb of > ram when you're not doing anything :) > >

Re: mysql connection pooling problem

2003-08-26 Thread Paul
Did you try this directory (to place jdbc jar files)? %CATALINA_HOME%\shared\lib\ojdbc14.jar I have a connection pool setup for Oracle, and the .jsp pages (and/or tomcat) can find the classes used if the jdbc drivers are placed in the above directory. -pl - Original Message - From: "Eug

Re: JK2, JNI, Apache2, Tomcat4.1, JDK1.4 setup problem

2003-08-26 Thread Paul
So, does anybody know, is this a bug in Tomcat, or in Apache, or is there a fix to it, because i am having the same problem??? -pl - Original Message - From: "Atreya Basu" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 4:08 PM Subject: RE:

MEI Whitelist Dequarantine Notice

2003-08-27 Thread paul
This message has been dequarantined. Although the system only presents the first 55 lines here, the original message was sent to paul intact. > From [EMAIL PROTECTED] Tue Aug 26 22:14:42 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: from apache.org (daedalus.apache.org

MEI Whitelist Dequarantine Notice

2003-08-27 Thread paul
This message has been dequarantined. Although the system only presents the first 55 lines here, the original message was sent to paul intact. > From [EMAIL PROTECTED] Tue Aug 26 22:58:11 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: from apache.org (daedalus.apache.org

MEI Whitelist Dequarantine Notice

2003-08-27 Thread paul
This message has been dequarantined. Although the system only presents the first 55 lines here, the original message was sent to paul intact. > From [EMAIL PROTECTED] Wed Aug 27 01:02:20 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: from apache.org (daedalus.apache.org

MEI Whitelist Dequarantine Notice

2003-08-27 Thread paul
This message has been dequarantined. Although the system only presents the first 55 lines here, the original message was sent to paul intact. > From [EMAIL PROTECTED] Wed Aug 27 08:30:28 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: from apache.org (daedalus.apache.org

MEI Whitelist Dequarantine Notice

2003-08-27 Thread paul
This message has been dequarantined. Although the system only presents the first 55 lines here, the original message was sent to paul intact. > From [EMAIL PROTECTED] Wed Aug 27 09:01:35 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: from apache.org (daedalus.apache.org

MEI Whitelist Dequarantine Notice

2003-08-27 Thread paul
This message has been dequarantined. Although the system only presents the first 55 lines here, the original message was sent to paul intact. > From [EMAIL PROTECTED] Wed Aug 27 11:11:09 2003 > Return-Path: <[EMAIL PROTECTED]> > Received: from apache.org (daedalus.apache.org

dbcp config problems

2003-08-29 Thread Paul
st.getFoo() %> <%= tst.getBar() %> Not sure what i am doing wrong. If anyone has any ideas, or suggestioins as to how to go about trouble-shooting, please let me know (see below for config info used). -thanks, paul. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * software system

Re: dbcp config problems

2003-08-29 Thread Paul
, ClassNotFoundException:org.apache.commons.dbcp.BasicDataSourceFactory at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory. java:127) Perhaps i have the wrong commons packages??? commons-collections-2.1.jar commons-dbcp-1.0.jar commons-pool-1.0.1.jar - Original Message - From: "Paul" <[EMAIL PROTECTED]

Re: dbcp config problems

2003-09-02 Thread Paul
1_3 > > It contains links to download both jars. > > > > If this isn't your problem, then post the stack trace. > > > > "Paul" > <[EMAIL PROTECTED]> To: "Tomcat Users List" &

Re: Memory leaks?

2003-09-03 Thread Paul
Docs indicate that leaving a stmt or rs object open can cause memory leaks. Found the following in the tomcat docs somewhere, i think: Here is an example of properly written code to use a db connection obtained from a connection pool: Connection conn = null; Statement stmt = null; // Or Prep

how to use single dbcp resource across multiple webapps

2003-09-11 Thread Paul
urce works fine with first app. i figure it is because the resource is defined within following context, where path specifies first web app: do i need to define a second context and dbcp resource, or is there some way to use a single dbcp resource across contexts/web-apps? -paul lomack

Re: how to use single dbcp resource across multiple webapps

2003-09-11 Thread Paul
follows: then, my ResourceLink should be as follows??? ... any idea what value "global" should be? global The name of the linked global resource in the global JNDI context. -paul. - Original Message - From: "Madere, Colin" <[EMAIL PROTECTED]&g

Re: how to use single dbcp resource across multiple webapps

2003-09-12 Thread Paul
uld work (link global resource in each Context you want to use it in)." So, i am going to try to configure this. It is just a matter of wadding hip-deep in the insect and reptile infested swamps of Tomcat's xml tag system. -paul lomack - Original Message - From: "Wynkoo

dbcp, initCtx.close()??

2003-09-12 Thread Paul
Professional Apache Tomcat", as follows: initCtx.close(); // closed after conn is closed (see Wrox, p.327) -paul lomack

Re: how to use single dbcp resource across multiple webapps

2003-09-12 Thread Paul
. Based on the assumption that may be a problem or added complexity in configuring this resource link with the root web app, i am going to test connectivity for a second non-root web app. Any other suggestions welcome. -paul lomack - Original Message - From: "Paul" <[EMAIL P

Re: Memory Leak with static content

2003-09-12 Thread Paul
you sure it is not the operating system itself. - Original Message - From: "Seth Newton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 4:57 PM Subject: Memory Leak with static content All, OS: Sparc-Solaris 9 JDK: 1.4.0_02 Tomcat: 4.1.27 Problem: I st

Re: how to use single dbcp resource across multiple webapps

2003-09-12 Thread Paul
. Based on the assumption that may be a problem or added complexity in configuring this resource link with the root web app, i am going to test connectivity for a second non-root web app. Any other suggestions welcome. -paul lomack - Original Message - From: "Paul" <[EMAIL P

Re: Tomcat, MySQL & JNDI: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-09-15 Thread Paul
'null'" when try to use connection with ROOT application, or with any other application. It is weird, and i have not figured out what problem is. Also, there are many previous emails in this user-group pertaining to this Cannot-load-JDBC error, esp. when associated with use as a global res

setup of global resources, dbcp, mail, etc.

2003-09-15 Thread Paul
has anyone been successful setting up a global resource under Tomcat 4.1, jdk 1.4 that is accessible to all webapps? If so, please describe how you configured tomcat. thanks, paul lomack

Re: Tomcat 4.1.27 not reloading classes even after applying hotfix

2003-09-15 Thread Paul
how would i know if tomcat is not "reloading" classes? - Original Message - From: "Neil Aggarwal" <[EMAIL PROTECTED]> To: "'Tomcat-User'" <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 11:35 AM Subject: RE: Tomcat 4.1.27 not reloading classes even after applying hotfix > Yoav: >

Re: setup of global resources, dbcp, mail, etc.

2003-09-15 Thread Paul
nce to the global-resource > in the contexts which want to use it: > > global="jdbc/GlobalRealmDB" > type="javax.sql.DataSource"/> > > Adam > > On 09/15/2003 07:03 PM Paul wrote: > > has anyone been successful setting up a g

Re: setup of global resources, dbcp, mail, etc.

2003-09-16 Thread Paul
Hi Adam, thanks for samples. I finally got it working. My problem was simply in naming, specifically, the ResourceLink name, and using that in the jsp connection code, the specific ResourceLink name for each webapp connect code, respectively. -paul. - Original Message - From: "

Re: SOLUTION!! -- Cannot load JDBC driver class 'null'

2003-09-22 Thread Paul
, then using this new, unique, context-specific name in the web.xml file and in any connection code used within specific web app. -paul lomack - Original Message - From: "King,Daniel" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday

Re: tomcat won't read classes unless in explicit packages

2003-09-22 Thread Paul
for what it is worth: i may not understand problem statement correctly, but if the problem is having all classes in one directly, why not place them all in same package; or possibly jar them alltogether and place in /commons directory.??? -paul lomack - Original Message - From: "

Re: JDBC Realm problems

2003-09-23 Thread Paul
in case no one noticed and it matters, web.xml has following typo in it, where resource is spelled "ressource": > > > > test - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 12:39 PM Subject:

Re: Configuring a JDBC Data Source

2003-09-24 Thread Paul
s DBCP 1.0 Jakarta-Commons Collections 2.0 Jakarta-Commons Pool 1.0 Third Party drivers should be in jarfiles, not zipfiles. Tomcat only adds $CATALINA_HOME/common/lib/*.jar to the classpath. (If the driver is already a zip file, simply rename it as .jar) -paul lomack - Original Message -

xslt, standalone vs jk2

2004-05-10 Thread Paul
hat a work-around or fix to this might be??? Anyone else have a problem like this? -paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 4x, configuring for XSLT or XSQL

2004-05-04 Thread Paul
=en OPT=-Duser.region=US #OPT=-Djava.compiler=NONE disabled=0 however, xsql pages are still not processed, but rather, when run, the source code is merely echoed to the screen. also, i do not know where or how to map the file extension .xsql to the jar file or class -paul.

Re: Tomcat 4x, configuring for XSLT or XSQL

2004-05-04 Thread Paul
- Original Message - From: "Paul" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, May 04, 2004 10:46 AM Subject: Tomcat 4x, configuring for XSLT or XSQL i am trying to run some Oracle .xsql pages. I hav

running JAXP parser within JSP pages

2004-05-04 Thread Paul
how to set up JAXP to run with Tomcat? would it not be configured as a resource, the same way Java mail or a JDBC driver would be configured? -paul.

virtual drive

2004-05-04 Thread Paul
what is a virtual drive, and how do you configure/create one of those? -paul.

Re: Long running JDBC session

2004-05-04 Thread Paul
the 9i jdbc .jar drivers are named as follows: you can find them in a sub-directory of your Oracle9i rdbms ojdbc14.jar ocrs12.jar -paul. - Original Message - From: "Nathan Maves" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sen

virtual directory in Tomcat

2004-05-04 Thread Paul
Is this a valid tag within server.xml for Tomcat 4x or Tomcat 5x?

XSLT in Tomcat apps

2004-05-05 Thread Paul
pointer in the right direction would be a great help. thanks, paul.

Re: domain name help

2004-05-05 Thread Paul
i am not sure, but does this not have to do with setting up a default startup page in the following Apache config file: httpd.conf specifically lines in that file something like as follows, DocumentRoot "C:/Tomcat41/webapps/ROOT" DirectoryIndex index.html index.jsp - Original Message

tomcat4127 standalone install login problem

2004-06-04 Thread Paul
localhost:8080 {is text in browser dialog prompt box} yet no username/password combination is accepted, including that for admin. anyone know what is going on here? -paul

Re: Tomcat 5 and oracle

2003-12-10 Thread Paul
, placement and/or content: do you define your contexts explicitly in your server.xml file? -paul. - Original Message - From: "John Sidney-Woollett" <[EMAIL PROTECTED]> To: "Jonathan Drnek" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday,

internal server error

2004-02-06 Thread Paul
owser, get page: Internal Server Error -paul.

Re: internal server error

2004-02-06 Thread Paul
affect. Hmmm. -paul. - Original Message - From: "Filip Hanik" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 2:02 PM Subject: Re: internal server error > >java.lang.NoClassDefFoundError: javax/management/

Re: internal server error

2004-02-06 Thread Paul
i am trying different versions of tomcat and apache, see if that makes a difference - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 2:45 PM Subject: Re: internal server err

Re: internal server error

2004-02-06 Thread Paul
Filip, I have managed to solve my own problem by installing an earlier version of Tomcat. Thanks, much appreciated, Paul - Original Message - From: "Filip Hanik" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, Febru

Re: internal server error

2004-02-06 Thread Paul
bject: Re: internal server error > which version? > - Original Message - > From: "Paul" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Friday, February 06, 2004 1:27 PM > Subject: Re: internal server error > >

cookies, second instance of, causing tomcat 500 error

2004-03-08 Thread Paul
Hi All, any help solving this mystery is more than welcome: problem summary: i am using the identical cookie setting and getting code on different pages within WEBAPPS/ROOT, but second instance of setting and getting cookies is causing undecipherable 500 error in Tomcat. -paul. i have an

Re: Tomcat is not finding my classes

2004-03-08 Thread Paul
what about tomcat_home\common\lib\x.jar tomcat_home\common\classes\x\x.class and do you use an <%@ page="x.*" %> type tag in your jsp files? - Original Message - From: "Faine, Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 4:20 PM Subjec

cookies and forward tag interact

2004-03-08 Thread Paul
does anyone know if cookies interact in any way with jsp forward tag? -paul - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 3:43 PM Subject: cookies, second instance of, causing tomcat 500 error Hi All,

Re: JNDI connection pool leaks in Tomcat 5

2004-03-09 Thread Paul
what is the code to return abandoned connections explicitly? - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 09, 2004 10:23 AM Subject: RE: JNDI connection pool leaks in Tomcat 5 > > Hi, > > >I have been set

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-09 Thread Paul
explicity in the web.xml file. -paul. - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Mark Matthews" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 09, 2004 1:26 PM Subject: Re: JNDI Dat

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-09 Thread Paul
i have never heard of this config file: $CATALINA_HOME/conf/Catalina/localhost/.xml i defined the resource in server.xml. i use Tomcat 4 myself. Did you post your server.xml and web.xml files? -paul. - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: &q

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-09 Thread Paul
i assume you have tomcat 5 and apache 2 linked together, right? If so, what connector did you use to link Apache 2 and Tomcat 5? -paul - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "'Paul'" <[EMAIL PROTECTED]>; "'T

default Locale, how to set or change

2004-03-23 Thread Paul
how does the default Locale get set in Java 1.4 / Tomcat 4.x? having an issue with real numbers displaying with commas instead of period for decimal separator. currently have en_CA locale, but want en_US locale. -paul.

Fw: default Locale, how to set or change

2004-03-23 Thread Paul
it is alright, found answer myself, as follows: forced the locale setting for Tomcat/Java by adding following lines to the file named, workers2.properties OPT=-Duser.language=en OPT=-Duser.region=US - Original Message - From: Paul To: Tomcat Users List Sent: Tuesday, March 23, 2004

can resultset object be re-used

2003-09-30 Thread Paul
jdbc question (tomcat 4.x, java 1.4.2, jdbc 3.0): can the ResultSet object be re-used to retrieve results from altogether different sql query in same .jsp page? Or does a new ResultSet object need to be created for each distinct sql query? -paul lomack.

Re: [OFF-TOPIC] RE: can resultset object be re-used

2003-10-01 Thread Paul
info. Also wondering if this use of ResultSet could generate un-reliable results. -paul. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 8:43 AM Subject: [OF

Tomcat4x slowing down?

2003-10-06 Thread Paul
after using development server for a month or two, constantly refreshing .jsp pages under development, Tomcat starts taking 2-5 minutes to dish out pages from non-root web app. anyone have any idea why this might happen? -paul lomack java jdk 1.4 jakarta-tomcat-4.1.27-LE-jdk14.exe

virtual hosts

2003-11-13 Thread Paul
m or you.com, only me.com loads. if anyone can help me out here, i need it. thanks, paul lomack

Fw: virtual hosts

2003-11-13 Thread Paul
for the second URL. And it worked! But if anyone has any alternative approaches, or suggestions, i would certainly be interested. thanks, paul lomack - Original Message - From: Paul To: Tomcat Users List Sent: Thursday, November 13, 2003 6:44 PM Subject: virtual hosts Hi, am

Re: TC4 and Apache Making them work together

2001-09-26 Thread paul
Here is an example from my httpd.conf You must also build or obtain mod_webapp.so and add the following line LoadModule webapp_module libexec/mod_webapp.so if the use then types for example /ct it will be passed to the ct context in tomcat. WebAppConnection conn warp localhost:8009 NameVir

Session scope problem

2001-09-27 Thread paul
Is it true that the session object is only valid in a given context/Web app which means that if you change context you lose all your stored objects. ..very annoying..why? Surley a seesion is one browser one server irrespective of the pages visited. Thanks

Re: Tomcat 4 with JSP

2001-09-27 Thread paul
here is relevant httpd.conf. WebAppConnection conn warp localhost:8009 NameVirtualHost 193.133.123.162 ServerName pan.web.roadrunner.uk.com DocumentRoot /usr/local/apache/pan.web.roadrunner.uk.com/htdocs WebAppDeploy ct conn /ct/ WebAppDeploy b2b conn /b2b/ WebAppDeploy logon conn /logon/

Re: Java datatypes question: the Set

2001-10-23 Thread paul
Is java.util.HashTable any good - Original Message - From: "Dr. Evil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 20, 2001 4:15 AM Subject: Java datatypes question: the Set > > In the particular class that I'm working on, it would be extremely > handy to have a

Re: Filters in Tomcat 4.0

2001-11-01 Thread paul
your not using a requestdispatcher.forward are you because this does not trigger the filters - Original Message - From: "Donie Kelly" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 5:17 PM Subject: RE: Filters in Tomcat 4.0 > S

Re: Servlet Changes

2001-11-19 Thread paul
in your server.xml file define the contexts with reloadable=true like below - Original Message - From: "Gerrit Grobbelaar" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

connecting to apache PLZ HELP, VERY FUSTRATED!!

2001-07-20 Thread Paul
bed in the file header. I get a successful build for the first execution (testing tomcat), but when I run the second half (to test apache) the script just hangs, so I am assuming that the connection between the two isn't right. Any suggestions would be greatly appreciated. Cheers, Paul (a

TOMCAT 4 - passing parameters to servlets

2001-09-05 Thread paul
Paul - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 04, 2001 8:12 PM Subject: Re: context-param [ hpux/nt tomcat 3.x & 4.x ] > There is no current support for setting context initi

Re: tomcat 4 beta 7 - reloading doesn't work

2001-09-12 Thread paul
yes, I posted almost the same message but gave up and download rc1 today still investingating whether it works with rc1 paul - Original Message - From: "sankar kondur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 12, 2001 6:29 PM Su

Re: tomcat 4 beta 7 - reloading doesn't work

2001-09-13 Thread paul
Paul ./ct ./ct/ErrorPage.jsp ./ct/CSS_select.jsp ./ct/Navbar.jsp ./ct/getenvs.jsp ./ct/LogonTest.jsp ./ct/DisplayLogon.jsp ./ct/Logon.jsp ./ct/Receive.jsp ./ct/Send.jsp ./ct/WHControl.jsp ./ct/receive.jar ./ct/Nev-bar.jsp ./ct/send.jar ./ct/LoadLogon.jsp ./ct/CTListSC.jsp ./ct/CTViewJob.jsp ./ct

Re: web.xml and reloading

2001-09-13 Thread paul
in the server.xml - Original Message - From: "Alex Colic" <[EMAIL PROTECTED]> To: "Tomcat-User" <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 5:42 PM Subject: web.xml and reloading > > Hi where are these tags set? > > In the web.xml or servlet.xml files: > > > >

TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX

2001-09-14 Thread paul
desperation and frustration trying really hard to use tomcat 4 Paul > ./ct > ./ct/ErrorPage.jsp > ./ct/CSS_select.jsp > ./ct/Navbar.jsp > ./ct/getenvs.jsp > ./ct/LogonTest.jsp > ./ct/DisplayLogon.jsp > ./ct/Logon.jsp > ./ct/Receive.jsp > ./ct/Send.jsp > ./ct/WHControl.

Problem with JkMount /java/* ajp13 and web.xml

2002-10-11 Thread paul
have changed to bring about this and what I could do as a solution? Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Is Connector/J Serializable?

2005-02-03 Thread Paul
ithout transient public ConnHolder(Connection con) { this.con = con; try { con.setAutoCommit(false); } catch(SQLException e) { } } public Connection getConn() { return con;// return the connection } ... } Thanks in advance, -Paul -

Re: How do you start tomcat in production, with -server or not ?

2005-02-03 Thread Paul
x27;t even notice the slower startup. Cheers, -Paul Marchioni Francesco wrote: Hi all, I have read on Sun documentation that it's adviced to start server applications with -server option which should boost performance though with slower startup. Somewhere I can find post of users telling not

Re: idle connections

2005-02-03 Thread Paul
"lowering the maxIdle beneath oracles session threshold " Bob, i am running oracle and tomcat4, and am wondering how you determined the oracle sessiion threshold and what value you finally set maxIdle to?? -paul - Original Message - From: "Bobby Tahir" <[EM

Re: Preferred Platform for Tomcat5

2005-02-03 Thread Paul
sing raid5) 6+ 10K RPM SATA drives mysql 4.1.x & jdk1.5.x & tomcat 5.0.x Regards, -Paul Todd Reed wrote: Excluding Windows, is there a particular platform that works better with Tomcat5? What are members of this list using for a pro

Re: Is Connector/J Serializable?

2005-02-03 Thread Paul
ption: org.gjt.mm.mysql.Connection This is from my server.xml managerClassName="org.apache.catalina.cluster.session.SimpleTcpReplicationManager" expireSessionsOnShutdown="false" useDirtyFlag="false"> I've tried, the DeltaManager and tried setting useDirty to true

Re: Restart-On-Failure for Tomcat?

2005-02-05 Thread Paul
ke, but if you're on Win then you can set the recovery options under services. I'm not aware of anything inherent in Tomcat. Regards, -Paul Robert McIntosh wrote: Hi, I'm supporting a web application running on Apache (2.0x) /Tomcat(5.0.x) w/ mod-jk. The web application seems to caus

Re: Address localhost:8080 already in use

2005-03-27 Thread Paul
en you run "ps -ef" then only kill those processes. If you're running them from different install directories, then just grep the output of "ps -ef" see the ones running from that path. A simple shell script can automate that for you. Regards, -Paul Fredrik Liden wrote

Re: JAVA_OPTS??

2005-06-07 Thread Paul
p://java.sun.com/docs/hotspot/VMOptions.html There is more info about them on the sun site. Regards, -Paul BATCHELOR, SCOTT (CONTRACTOR) wrote: 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 bri

Re: tomcat windows / mysql linux

2005-06-08 Thread Paul
have thoughts on this? thank you secc Is mysql configured the same way? Same cache sizes and the like? Are the network connections and equipment in between the severs the same? Lastly, are all types of data access affected or just the login process? -Paul

password authentication causes 403 error

2005-09-16 Thread paul
right it gives me a 403 error instead of allowing access to the webapp. This happens with all webapps that do not have their own authentication. How do I configure tomcat to give me access to my webapps when I login correctly? Thanks, Paul -- Paul Mackinlay (PhD, MEng) http

Re: password authentication causes 403 error

2005-09-18 Thread paul
t it right it gives me a 403 error instead of allowing access to the webapp. This happens with all webapps that do not have their own authentication. How do I configure tomcat to give me access to my webapps when I login correctly? Thanks, Paul -- Paul Mackinlay (PhD, MEng) http://www.webotech

Bypassing security-constraint in 4.0.2

2003-03-04 Thread Paul Downs
t and thought it may be quicker to ask you guys? Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: R: Bypassing security-constraint in 4.0.2

2003-03-04 Thread Paul Downs
u upgrade to a newer release of the server Hi, Sadly that has severe implications for me in this instance. Oh well I have replaced all the sites affected with .htaccess authentication for now. Does anyone know what jar file controls this? Perhaps I can use a really kludgy fix f

no startup.sh

2003-03-04 Thread Paul Warner
couldn't find anything on this problem. I also have tomcat3.3 installed on this system. I didn't take the time to uninstall, since rpm -e claimed it couldn't find the installation, and I wanted a demo ready by tomorrow. Any help would be appreciate

RE: no startup.sh

2003-03-04 Thread Paul Warner
Thanks, Yoav! Yes, the tar.gz install worked just fine. Must be a problem with the rpm version. Thanks for the help. Paul --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Howdy, > I don't have any experience with the rpm, so I'd > suggest using anoth

Re: no startup.sh

2003-03-04 Thread Paul Warner
work with some loving care. Thanks for the info, Paul --- Jon Roberts <[EMAIL PROTECTED]> wrote: > The rpm is very different, and mysteriously only has > .jar files in the > /bin directory. I believe you'll find tomcat startup > commands in > /usr/bin, but you can check

Configuring subdomains

2003-03-04 Thread Paul Jans
s it possible to test the configuration on localhost ? Any help is much appreciated. Thanks, Paul __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ ---

  1   2   3   4   5   6   7   8   9   10   >