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

2003-09-22 Thread Paul
-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, September 19, 2003 3:05 PM Subject: RE: SOLUTION!! -- Cannot load JDBC driver

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: Luke

[OT] please tell a javascript/DHTML forum or mailing list

2003-09-20 Thread Antony Paul
Hi all, Can any one suggest a javascript or DHTML forums. i have problems in adding a row to table using DOM. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Query on url-pattern element of web.xml file ??

2003-09-18 Thread Bikash Paul
to mention this EXACT question (complete with the /*.jsp mapping) has been asked on the list before, so you can search the archives if you'd like. Yoav Shapira Millennium ChemInformatics -Original Message- From: Bikash Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16

RE: Where To Put Resource Bundles?

2003-09-18 Thread Lee, Paul NYC
The jvm will look through your classpath for resource bundles. So either add the path in your classpath or stick in a place already specified in your existing classpath. -Paul -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:46 PM

Redirecting System.out message to my application log

2003-09-17 Thread Shan Paul
Hi All, We are running tomcat 4.1.4 for our application. We have some Servlet classes which include System.out.println to log message and any exceptions encountered. These System.out messages are being logged into catalina.out. We are interesting in re-directing these log messages to the

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: Adam

Re: servlet unavailable

2003-09-16 Thread Paul Yunusov
unavailable. Thanks, Dorin Sometimes, the servlet is unavailable because the container has encountered some errors during the servlet's loading (for example, invalid web.xml). In that case, you can find error messages in the logs. Paul

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

2003-09-15 Thread Paul
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 resource. -paul lomack

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: Did you

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

2003-09-15 Thread Paul
type=javax.sql.DataSource/ Adam On 09/15/2003 07:03 PM Paul wrote: 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 -- struts 1.1

access log/s

2003-09-14 Thread Paul Wallace
Hello, How may I configure Tomcat to output monthly, rather than daily access log files? Thanks Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to use single dbcp resource across multiple webapps

2003-09-12 Thread Paul
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: Wynkoop, Robert M [EMAIL PROTECTED] To: 'Tomcat Users List

dbcp, initCtx.close()??

2003-09-12 Thread Paul
: 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
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 PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 12, 2003

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 start

Re: how to use single dbcp resource across multiple webapps

2003-09-12 Thread Paul
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 PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 12, 2003

conf/server.xml - AccessLogValve

2003-09-11 Thread Paul Wallace
:17:44:31 +1000]. At http://httpd.apache.org/docs/logs.html#common I am told I may format the zone to be 4 digits. How may this be achieved? Does anyone have the 'common' pattern string with the zone formatted to 4 digits? Like I said, very specific. Thanks Paul

[OT] Quality standards and Tomcat .

2003-09-11 Thread Antony Paul
Hi all, I hope that there is some one who knows about quality standards like CMM and CMMI . What I want to know is that Tomcat can be used in a company which implements CMMI standards. I dont know much about quality assurance. Thanks in advance. regards Antony Paul

[Apologies] Re: Mobile phone on serial port - Howto send sms?

2003-09-11 Thread john-paul delaney
Ok sorry List... it came into my head last thing before going to bed, and I didn't even bother to think it out before firing off the message. Stupid me. As suggested, I'll do some research and take it up to a more appropriate venue. Thanks for the replies however. /j-p.

how to use single dbcp resource across multiple webapps

2003-09-11 Thread Paul
dbcp resource across contexts/web-apps? -paul lomack

RE: conf/server.xml - AccessLogValve

2003-09-11 Thread Paul Wallace
1.3? Which tomcat version? -Tim Paul Wallace wrote: Hi, Related to a recent posting, which is getting very specific.. In my server.xml I have: Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=my_access_log. suffix=.txt pattern=common

RE: conf/server.xml - AccessLogValve

2003-09-11 Thread Paul Wallace
Sorry, my mistake: 4.0.4 Paul. Tomcat 4 and up, Tomcat 3 and down had interceptors. not valves 1.3 looks like an Apache HTTPD version. Filip 1.3? Which tomcat version? -Tim Paul Wallace wrote: Hi, Related to a recent posting, which is getting very specific.. In my server.xml I have

RE: conf/server.xml - AccessLogValve

2003-09-11 Thread Paul Wallace
]). But my production instance (4.0.4), is outputting the zone in a format that will not - [01/Jul/2003:17:00:03 00]. Both AccessLogvalve patterns are 'common'. Perhaps it is a locale zone setting? Thanks Paul. oops, I spoke to soon. Looks like they didnt give you the option to change

RE: Who serves static content Tomcat or Apache?

2003-09-10 Thread Lee, Paul NYC
Hi Kai, Apache will(should) serve your static content as long as you point the DocumetRoot to it. Also, tomcat won't serve any files you don't specify in the mod_jk properties file. Like if you don't specify *.html or *.jpg. Hope this helps. -Original Message- From: Kai Schliemann

Mobile phone on serial port - Howto send sms?

2003-09-10 Thread john-paul delaney
Hello List... this is a tricky one I believe, Serial port-connected mobile phone - I'd like to find out how to send sms messages using tomcat on linux. Anyone got any leads? I'd appreciate any help. thanks, /j-p. - To

Tomcat log files

2003-09-10 Thread Paul Wallace
Hi, How does one configure the output of Tomcat log files? Is this possible? Is there an equivalent to the Apache httpd.conf file? Thanks Paul.

RE: Tomcat log files

2003-09-10 Thread Paul Wallace
the server about the valve? conf/web.xml? Syntax? Where might this information be located please? Thanks Paul. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/logger.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html#Access %20Log%20Valve -Tim Paul Wallace wrote: Hi

What are the features of Tomcat ?

2003-09-09 Thread Antony Paul
or know about other available application servers. regards Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What are the features of Tomcat ?

2003-09-09 Thread Antony Paul
an interesting question. Sounds like an interviewer who was just grasping for questions ;) Did you ask him/her what the answer was? Yoav Shapira Millennium ChemInformatics -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 6:56 AM To: tomcat mail

JNDI DataSource - need to synchronize?

2003-09-07 Thread john-paul delaney
Hello List... Some coding help please. Following earlier advice on this list and the TC datasource how-to, I've now got a working test servlet. Basically I declare the Context(s) and DataSource as instance variables, and initialize them in init:

[OT] Can't find Commons-Pool jarfile

2003-09-06 Thread john-paul delaney
Hello List... I'm trying to setup a jndi datasource connection (following the tc docs) but I can't find the commons-pool 1.0.1 jarfile on the jakarta download site. Anyone point me to a download link for Pool please? Thanks /j-p.

Re: [OT] Can't find Commons-Pool jarfile

2003-09-06 Thread john-paul delaney
Thanks but... http://jakarta.apache.org/commons/pool/downloads.html ... links to the jakarta binary download page but there's no reference to Pool there. /j-p. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

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

Re: dbcp config problems

2003-09-02 Thread Paul
, then post the stack trace. Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: 08/29/2003 12:05 Subject: dbcp config problems

[File Upload]Multiple Destination ??

2003-08-29 Thread Bikash Paul
Hi all friends, Iam facing problem with Uploading of one file in multiple destination means user can select multiple remote destination from client interface(swing) and my application should send that file in all remote destination from local hot folder.For that I have used Jlist Box with

dbcp config problems

2003-08-29 Thread Paul
() % %= 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: win2k java jdk 1.4

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] To: Tomcat

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 [208.185.179.12

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 [208.185.179.12

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 [208.185.179.12

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 [208.185.179.12

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 [208.185.179.12

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 [208.185.179.12

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:

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: JK2,

Re: Setting up Eclipse for remote debug struts action classes intomcat?

2003-08-25 Thread Paul Sundling
The most basic way is probably to use log4j or commons logging and then use the eclipse logwatcher plugin to keep watch over your log files. Paul Sundling Quasar wrote: I know I have read that you can use eclipse to remote debug tomcat, but is it possible to have eclipse debug struts action

tomcat-user.xml re-writing - bug?

2003-08-25 Thread Extance, Paul
Hi, I'm using the new UserDatabase (org.apache.catalina.UserDatabase / org.apache.catalina.users.MemoryUserDatabaseFactory) as configured by default with Tomcat 4.1.27. Our System admin made a basic XML error, and in tomcat-users.xml put and entry in like... user username=tomcat password=tomcat

RE: tomcat-user.xml re-writing - bug?

2003-08-25 Thread Extance, Paul
, what makes you think UserDatabase is new? ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Extance, Paul [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 1:20 PM To: 'Tomcat Users List' Subject: tomcat-user.xml re-writing - bug? Hi, I'm using the new UserDatabase

iPlanet 6 Connector Solaris 8

2003-08-21 Thread Fitzmaurice, Paul
I am having problems building a connector for iPlanet 6 on Solaris 8, does anyone have one built which they would like to share? Also, if you would be so kind as to pass along the iPlanet config settings to connect to a remote Tomcat Server. Thank you, Paul

Re: CVS with tomcat

2003-08-21 Thread Paul Sundling
or something or rsync or scp would work too Paul Sundling SuniX wrote: Thank you Can you give an example of ant source whick reload and deploy to a tomcat server? It can help me. Thanks Paul Sundling wrote: I'm not sure why you'd want to have it deployed automatically. You can probably do

Re: changing class file and reloading question

2003-08-20 Thread Paul Sundling
You can reload using the manager app (the link is on the start page when you first start tomcat). You can also use an ant target. You can reload a single webapp, which is probably the better way of doing it. Here's an example target from a build.xml that takes an arguement: target

Re: Installing Tomcat as a Service

2003-08-20 Thread Paul Yunusov
did with catalina.sh. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: That ever-popular 'wrong version:46, expected 45' message

2003-08-20 Thread Paul R Gazis
are compatible with whichversions of Java? Is there even documentation that describes which versions of javac the mystical version numbers '46' and ' 45 refer to? Paul Gazis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: That ever-popular 'wrong version:46, expected 45' message

2003-08-20 Thread Paul R Gazis
Tomcat4.1.27 directory. Each is 4.85 M, and contains 1373 (or whatever) entries. They are, as far as I can tell, new, current, and entirely identical. If they aren't -- if I have missed some subtle difference -- which one should be consigned to oblivion? Paul Gazis

Re: Installing Tomcat as a Service

2003-08-20 Thread Paul Yunusov
out what the description says; the \ causes the line to be continued. The extra space in front of the line is ignored. - Make sure your script has this line and ALL three numbers are present (read above to figure out what they are): # chkconfig: 2345 20 80 Paul

[File Upload] How to Increase the Speed of File transfer ??

2003-08-19 Thread Bikash Paul
Hi gang, I have developed one file transfer(means file uploading) application for that I have used swing,servlet and Tomcat4.1.24.Now my problem is the speed. The speed of manual copy and paste of file on hard disk of remote computer is faster than my application.I want to increase the speed of

Re: CVS with tomcat

2003-08-19 Thread Paul Sundling
I'm not sure why you'd want to have it deployed automatically. You can probably do it with ant and cruise control? With ant, you can create targets that reload your app or deploy it to a tomcat server. That's what I do currently and it even integrates well with eclipse! If you really want

That ever-popular 'wrong version:46, expected 45' message

2003-08-19 Thread Paul R Gazis
suggestions? Surely this is a common problem, for which the solution is well known. I would welcome any help. Thanks! Paul Gazis [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [File Upload] How to Increase the Speed of File transfer ??

2003-08-19 Thread Bikash Paul
Hi Gang, Lot of thanks for all of urs suggestion.Now By modifying some factors in my code like by compressing file on the fly using util.zip package and using Buffer stream and also increasing block size(16384 bytes) I can increase speed of file transfer upto some extent means now speed of manual

hardware recommendation, Tomcat with Apache web server

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

[OT] how to pronounce Apache ?

2003-08-14 Thread Antony paul
Hello, I would like to know how to pronoune Apache in US English. I found two pronounciations at http://dictionary.reference.com/search?q=apache which one is right ?. Or any other forms ? Antony Paul. - To unsubscribe, e

Including port no in req.getServerName() output.

2003-08-14 Thread Antony paul
. Is there any other way to change the JSP and servlets to include the port no. regards Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: window close session invalidate

2003-08-14 Thread Paul Wallace
Hi, Just did. It worked fine on Netscape - session remained. My settings in IE are to accept all cookies, and anything else for that matter, as not to be restrictive, but closing the window in IE is still killing my session! (I am running IE v 6.0.2800...Any further thoughts? Thanks Paul

Re: security hole on windows tomcat?

2003-08-14 Thread Paul Sundling
yep, you're correct that the JDK was important in solving this. In case you didn't get the message below, the guys tracked it down to being a problem in JDK 1.4.2 . I'll remember to include that information next time. Paul Sundling Ralph Einfeldt wrote: I think you should also include

Tomcat 5.0.6a and WebDAV

2003-08-14 Thread Kordes, Paul
this is not supported in the embedded webdav support for Tomcat 4. So now I switched to using 5, but I can't find anything on How-To, Wiki, or even this user list on how to enable WebDAV for Tomcat 5. I don't even see the webapp preinstalled this time? What gives? Please help! Paul H.H. Kordes

cookie problem

2003-08-14 Thread Paul
troubleshooting this. -paul lomack

[OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Antony paul
5050] GET /MSADC/root.exe?/c+dir HTTP/1.0 404 710 What does this mean ? Is there any vulnerability in Tomcat or this combination ?. I have uncommented the invoker servlet in web.xml. Is it creating the problem ?. regards Antony Paul

Re: Including port no in req.getServerName() output.

2003-08-14 Thread Antony paul
Any tool ? I am working on windows and dont know PERL or scripting language. regards Antony Paul - Original Message - From: Hans Wichman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 4:04 PM Subject: Re

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: Wednesday, August 13, 2003 5:38 PM Subject: Re

Re: security hole on windows tomcat?

2003-08-14 Thread Paul Sundling
be sure to mention operating system. I was only able to recreate it on windows, not on linux. Paul Sundling Cox, Charlie wrote: do you have apache on the front end and are you only mapping *.jsp where *.jsp%20 is not a match and apache would then serve the file as text? Charlie -Original

Re: security hole on windows Apache - Tomcat?

2003-08-14 Thread Paul Sundling
You actually do can that if you had a servlet on the outside that forwarded the request to the appropriate JSPs.A simple example is if you use the struts framework, the following is an example of how you could use that approach. I just tested it and it worked fine: [snip from

[OT] Any Tool to generate servlet mapping from file system files.

2003-08-14 Thread Antony paul
of the file. I am asking because I dont use servlet mapping and my application contains lots of servlet in different directories. If anyone know any tool or code snippet availble to do this please inform me. Or please any one write this. regards Antony Paul

popup window kills session

2003-08-14 Thread Paul Wallace
page/s in Netscape, and IE on other terminals and the session remains - no problem. This would suggest it is an IE browser configuration issue? Does anyone have any experience of this? Thanks for any enlightenment. Paul

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.getCookies() will return null if no cookies were sent

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul Sundling
) when you're finished with something instead of clickong on send] Paul wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul
: 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 :) -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul Sundling
been programming too long when you almost do Ctrl-s (like in eclipse) when you're finished with something instead of clickong on send] Paul wrote: not sure what the load is going to be ... would be nice to be able to adequately handle aprox. 20-30 simultaneous users. Not sure if that answers

Re: Including port no in req.getServerName() output.

2003-08-14 Thread Antony paul
80% of the pages are completed(about 150 pages) so changing these pages is a tedious job. Antony Paul - Original Message - From: Bodycombe, Andrew [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 3:41 PM Subject: RE: Including port

Re: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Antony paul
vulnerability. If it's realy intranet your admin should have a look at the offending pc if it is infected by a virus. (Not shure out of the head if this is nimda, code red or what else) This vulnerability is not affecting tomcat. -Original Message- From: Antony paul [mailto:[EMAIL PROTECTED

Re: security hole on windows tomcat?

2003-08-14 Thread Paul Sundling
which operating system? Paul John Turner wrote: Appending %20 to my Tomcat 4.1.1x URLs generates a 404. John Paul Sundling(Webdaddy) wrote: I came across what appears to be a security hole when running tomcat. I'm not sure how widespread it is, but my linux server is safe, yet my windows

Re: security hole on windows tomcat?

2003-08-14 Thread Paul Sundling
. The only two jars I added in the SDK were the JDBC drivers for postrgres and mysql. Paul Sundling Cox, Charlie wrote: did you change any mime-mappings in conf/web.xml? could you have a jsp in there somewhere defining it as text? -Original Message- From: Angus Mezick [mailto:[EMAIL

[OT] JDBC confusion

2003-08-14 Thread john-paul delaney
Hello List... newbie question coming up: If I set up a jdbc connection object in one servlet, do I have to close it each time or can the same connection be re-utilized by other servlets each using a different sql statement (perhaps storing the connection as a session attribute?). Is there a

security hole on windows tomcat?

2003-08-12 Thread Paul Sundling(\Webdaddy\)
://192.168.1.54:8080/index.jsp shows page as expected http://192.168.1.54:8080/index.jsp%20 shows source code of index.jsp So how widespread is this? Paul Sundling - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

window close session invalidate

2003-08-06 Thread Paul Wallace
) or the Windows close Ap. icon on the top right corner? Note: running the app. (and closing the popup) from the same instance of Tomcat, but from a different terminal does NOT do this! This would imply it is an IE config issue? Does anyone have any experience of this please? Thanks Paul. where

Configuration of Customer Resource Factory in JNDI

2003-08-03 Thread Paul Worrall
at all the lists and documentation and can't resolve the problem. TIA Paul W. My factory class is defined in server.xml as such... !-- Global JNDI resources -- GlobalNamingResources Resource name=bean/FLGPersistenceBrokerFactory auth=Container type

Connecting Two PC using internet connection ??

2003-08-01 Thread Bikash Paul
Hi, I want to develop one software so that I can connect two PC using internet connection means one is host and another is remote.So that I can access remote PC's Hard drive using internet connection.Can any one plz give me some guideline how I can start.Eagerly waiting for someone reply. Thanks

RE: Threading Question

2003-08-01 Thread Extance, Paul
give one thread access to another threads data. I guess this is why things like java.servlet.http.HttpSessionContext were deprecated in v2.2 because of cross request access. Paul Extance -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 9:54 PM

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
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 is classpath set when run as service Check the ClassLoader HOWTO

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 List [EMAIL PROTECTED] Sent

RE: load testing tomcat

2003-07-29 Thread Extance, Paul
for authentication and provides random log-ins from given user sets. I've not tried it will SSL, but as httpunittest supports SSL (see http://httpunit.sourceforge.net/doc/sslfaq.html) I'm sure it will work. Paul Extance -Original Message- From: Mark W. Webb [mailto:[EMAIL PROTECTED] Sent

[Fileupload](java newbie):cannot resolve symbol

2003-07-28 Thread john-paul delaney
I had posted the following to the jakarta commons list but maybe it has more to do with Tomcat administration (or my bad programming). Any advice is much appreciated. /j-p. ** Hello List... My plan is to to stream uploaded files directly into a database. This may be a bit

Re: [Fileupload](java newbie):cannot resolve symbol

2003-07-28 Thread john-paul delaney
On Mon, 28 Jul 2003, john-paul delaney wrote: The compile chokes at the first assignment: boolean isMultipart = FileUpload.isMultipartContent(req); with a cannot resolve symbol on the FileUpload object. btw the context log shows the jar being loaded: 2003-07-28 17:05:43 ContextConfig

Re: [Fileupload](java newbie):cannot resolve symbol

2003-07-28 Thread john-paul delaney
Thanks Brian... I had tried removing the package line but the compiler complained the package couldn't be found. Is it overkill to have a package statement and an import statement for the same? In the end I just added the jar to the classpath... but I don't understand why it failed when the

Re: [Fileupload](java newbie):cannot resolve symbol

2003-07-28 Thread john-paul delaney
On Mon, 28 Jul 2003, John Turner wrote: Build != Run. Tomcat is not involved in the build process, only the run process. When your servlet is running, Tomcat ignores CLASSPATH so you will need to make sure your JAR files are in the appropriate location according to the ClassLoader

TC on port 80: run as root?

2003-07-28 Thread john-paul delaney
Hello List... I'm just using the latest release 4.1.24 as my webserver (no apache) with the intention of generating all (or nearly all) content from a back-end db. However I'm worried about starting the server and running as root - security issues. How does the apache server use it's own

web.xml:session-timeout error

2003-07-27 Thread john-paul delaney
Hello List... I've upgraded to 4.1.24 (from a 4.1.x earlier version) and now the following error reported in my catalina.out log. (it's caused by this timeout setting in web.xml: session-config session-timeout 30 /session-timeout /session-config ) however, I didn't

<    3   4   5   6   7   8   9   10   11   12   >