Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Antony Paul
JSP. I faced this problem when workstation machine time is behind server time. You can overcome this by syncing all machines clocks. Or advise students to perform a reload through the manager task. Or write an Ant script to reload it. rgds Antony Paul. - Original Message - From: Dick

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, December 10, 2003 12:25 PM Subject: Re: Tomcat 5

Re: Testing servlet for thread safety.

2003-12-09 Thread Antony Paul
want to know any special component is available in these testing frameworks. I want open source. rgds Antony Paul . - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 3:47 PM Subject: Re: Testing servlet for thread

[OT] Some questions on Java,Servlet, JSP and Tomcat.

2003-12-08 Thread Antony Paul
exceeds a limit without tweaking Tomcat code. rgds Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Quality of open source code - not a survey.

2003-12-08 Thread Antony Paul
things work and how to implement it. To learn it, the cheap way available to me is looking at code written by some experts. I believe people who wrote Tomcat,JSTL and other have godd knowledge of Java. Is there anything wrong in doing such things ? rgds Antony Paul

Copying files from Tomcat 4.1.x to Tomcat 5.x

2003-12-08 Thread Antony Paul
Hi all, Is there any compatibility issues in putting the jsp/servlet files developed in Tomcat 4.1.x series to Tomcat 5.x. Application uses only Servlets 2.3 and JSP 1.2. rgds Antony Paul. - To unsubscribe, e-mail: [EMAIL

Testing servlet for thread safety.

2003-12-08 Thread Antony Paul
Hi, I asked this question as part of another mail but Mr. Tim Funk left it unanswered. How to test a servlet for thread safety. rgds Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[OT] Writing methods in servlets

2003-12-07 Thread Antony Paul
dont allow to move this to another class). I know that container creates multiple threads of servlce method of (I dont know how) same servlet to service multiple requests. Then what about other custom methods in servlets. I dont use any instance variables. rgds Antony Paul

Re: trouble with servelts

2003-12-04 Thread Antony Paul
Hello Girish, You have to set the CLASSPATH environment varaible to include the tomcat install directory\common\lib\servlet.jar in order to compile servlets. Have you run the example application available at http://localhost/examples/servlets/index.html. rgds Antony Paul - Original

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Lee, Paul NYC
Hi Yoav, I have noticed this behavior too. Sorry if this is a stupid question but why aren't the sessions destroyed when tomcat is shutdown? If the jvm is gone should all of it's objects be destroyed? Thanks, Paul -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Lee, Paul NYC
That's great! Thank you very much for you help. Paul -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:04 AM To: Tomcat Users List Subject: RE: Session not freed in tomcat4.0.6 Howdy, This is not a stupid question. The servlet

Re: Preload JSP when it's startup

2003-11-28 Thread Antony Paul
/target target name=all depends=jspc,javac /target /project Rgds Antony Paul. - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 28, 2003 12:25 PM Subject: Re: Preload JSP when it's startup Can you please tell me exact

JK2 DLL not loaded.

2003-11-28 Thread Antony Paul
by IIS. But no servlets are working. It is giving a 404 error. The uriworkermap content is given below. How to make servlets work ?. default.worker=ajp13 /app/=$(default.worker) /app/*.jsp=$(default.worker) /app/servlet/*=$(default.worker) Antony Paul

Re: Preload JSP when it's startup

2003-11-28 Thread Anto Paul
/target target name=all depends=jspc,javac /target /project Rgds Antony Paul. - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 28, 2003 12:25 PM Subject: Re: Preload JSP when it's startup Can you please tell me exact

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Antony Paul
directory. Putting it at other places wont work. After this I configured as per the docs in http://localhost/tomcat-docs/jk2/jk/iishowto.html. Again here you have to put the DLL in win32\i386 directory. Antony Paul - Original Message - From: Bhavdeep Sharma [EMAIL PROTECTED] To: Tomcat Users

Re: Any jsp examples that pull from a local db?

2003-11-26 Thread Antony Paul
Check this link. It have downloadable code. For more code do Googling. http://www.onjava.com/pub/a/onjava/2003/01/08/tomcat4.html Antony Paul - Original Message - From: SL [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:12 AM Subject: Any jsp examples

JK2 in server.xml with 4.1.29

2003-11-26 Thread Antony Paul
Hi, I am trying configure Tomcat 4.1.27 + IIS on win2k. In server.xml there are two entries namely !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- and !-- Define an AJP 1.3 Connector on port 8009 -- which one is to uncommented. rgds Antony Paul

Re: HTTP Status 404.

2003-11-25 Thread Antony Paul
If you created a new context try restarting Tomcat and look at the work directory of Tomcat usually at D:\ApacheTomcat4\work\Standalone\localhost\ to see whether the directory pg_mdp is created. If not you have to add a context in conf\server.xml. Antony Paul - Original Message - From

RE: MySQL DBCP Example

2003-11-25 Thread Lee, Paul NYC
Your error here speaks for itself. Tomcat can't find foo. Check your classpath. -Original Message- From: Ralf Poppen [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 9:33 AM To: [EMAIL PROTECTED] Subject: MySQL DBCP Example Hello, I tried the MySQL DBCP Example. I used

alias directive/Virtual host problem

2003-11-24 Thread john-paul delaney
Hello List... In order that a virtual host respond correctly to urls: http://mydomain.com http://www.mydomain.com I've had to add two host entries in server.xml (one for mydomain.com, the other for www.mydomain.com). I thought it would have been enough to add the alias directive for the

RE: alias directive/Virtual host problem

2003-11-24 Thread john-paul delaney
Thanks Patrick... then as suspected, I must have a misconfiguration: Host name=mydomain.com debug=0 appBase=webapps/mdom unpackWARs=true autoDeploy=true Context path= docBase= debug=0 reloadable=true crossContext=true Aliaswww.mydomain.com/Alias ... Now

RE: alias directive/Virtual host problem

2003-11-24 Thread john-paul delaney
to see an error message in such case). Patrick -Original Message- From: john-paul delaney [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 9:33 AM To: Tomcat Users List Subject: RE: alias directive/Virtual host problem Thanks Patrick... then as suspected, I must have

Re: Severity less - DBCP not closing connection.

2003-11-23 Thread Antony Paul
to the calling servlet.. If the servlet to which it is forwareded takes lot of time to complete then what will happen ?. This is not mentioned in any articles or books that I have read. Antony Paul. - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List

Severity less - DBCP not closing connection.

2003-11-21 Thread Antony Paul
block. I want to know whether it is bug or config error or Tomcat behaves so. Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Synchronising database access

2003-11-21 Thread Antony Paul
a thread completes the entire process other threads can execute the code. How to do it. Do I have to synchronise on Connection or on this or implement SingleThreadModel. I also want to know how much extra time a synchronised block requires than an unsynchronised block. Antony Paul

Re: [OT] Synchronising database access

2003-11-21 Thread Antony Paul
thanks for the reply synchrosing servlet code dont work ? Antony Paul - Original Message - From: Peter Guyatt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 21, 2003 5:28 PM Subject: RE: [OT] Synchronising database access Hi There, Use a singleton

Re: Severity less - DBCP not closing connection.

2003-11-21 Thread Antony Paul
I tested it using a sample code which is posted. All resultsets,prepared statements and connections are closed in finally block. I dont have a real problem yet. The app is still in developing stage. Antony Paul - Original Message - From: Edson Alves Pereira [EMAIL PROTECTED

Re: Where to find Tomcat RPMs?

2003-11-20 Thread Antony Paul
Check this http://marc.theaimsgroup.com/?l=tomcat-userm=106639528807348w=2 Antony Paul - Original Message - From: Jens Ove Lillegraven [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 1:03 PM Subject: Where to find Tomcat RPMs? Hello I cannot

Re: Dead threads

2003-11-20 Thread Antony Paul
++) out.println(Thread.currentThread().getName() + :array[+i+] = + array[i].toString()+BR); hope this helps. Antony Paul. - Original Message - From: Laurent Michenaud [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 9:16 PM Subject: RE : Dead

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

2003-11-19 Thread john-paul delaney
Another option is available to you John-Paul, specifically, http://www.kannel.org which is a wap and sms gateway. This gateway is based on linux although you can use cygwin to compile and run it, far from ideal but it does work and is usable enough for testing. The gateway does support most GSM

Re: Query..

2003-11-18 Thread Antony Paul
http://mirrors.midco.net/pub/apache.org/jakarta/tomcat-connectors/ Antony Paul - Original Message - From: Krishna Kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:53 AM Subject: Query.. Hi, Can u please send me the link to download isapi_redirect.dll

please explain behavior of Requestdispatcher.forward()

2003-11-15 Thread Antony Paul
string from a request before forwarding it. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: please explain behavior of Requestdispatcher.forward()

2003-11-15 Thread Antony Paul
Actually I have to remove a textbox element from a form. Antony Paul - Original Message - From: Antony Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 15, 2003 5:33 PM Subject: please explain behavior of Requestdispatcher.forward() Hi all, I

setting up multiple realms for apps deployed using ant install task?

2003-11-13 Thread Paul Tomsic
for authentication w/o using Context tags? And if we do need to use Context tags for each application, how do we install using ANT? Thanks Paul __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree

virtual hosts

2003-11-13 Thread Paul
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: Start Tomcat

2003-11-12 Thread Lee, Paul NYC
Hi Simon, Just because the window disappeared doesn't mean tomcat didn't actually start. Can you verify? -Original Message- From: Simon Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 5:31 PM To: '[EMAIL PROTECTED]' Subject: Start Tomcat Hi I am able to start

JK 2 Binaries

2003-11-09 Thread Paul Wallingford
-tomcat-connectors-jk2.0.2-win32-apache2.0.48.zip I have been unable to get Tomcat to link to Apache with the current dll. My Config: HTTP Server: 2.0.48 Tomcat: 4.1.24 Thanks Paul - To unsubscribe, e-mail: [EMAIL PROTECTED

[OT] Getting form values - clarification required.

2003-11-07 Thread Antony Paul
with JDK 1.3.1. Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 4.1 -- Newbie Question

2003-11-07 Thread Lee, Paul NYC
Yep, check out the logs directory. There will be a catalina.out file that captures all stdout and stderr. -Original Message- From: Gopalakrishnan Govindakrishnan [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 8:23 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1 -- Newbie

[OT] Upload 2 images with one jdbc INSERT?

2003-11-07 Thread john-paul delaney
Hello List... Apologies if this is off-topic, I posted to the jdbc forum on sun with little response. I insert an image into a postgres db using the following code: URL urlImage = getServletContext().getResource( /images/ + imageFilename); URLConnection

Re: [OT] Upload 2 images with one jdbc INSERT?

2003-11-07 Thread john-paul delaney
Thanks for the advice(s) Chris... I ignorantly hadn't realized I could open more than one stream, using only one stream returned a negativearray exception (?), while the second stream appears to have worked nicely. And yes, as you guessed - I hadn't closed the streams and URLConnections.

Newbie jakarta-tomcat-4.1.29 question

2003-11-07 Thread Paul Mitchell
of a GeNet (Bioinformatics software) install scheduled for monday - I've already downloaded a binary tomcat if everything fails, but I'd like to compile the source myself if possible. All help is appreciated. Paul Mitchell

web.xml parser error

2003-11-05 Thread Antony Paul
am getting this error. Is it possible to know which web.xml caused the error ? [ERROR] Digester - -Parse Error at line 70 column 11: The content of element type web-app must match Antony Paul - To unsubscribe, e-mail: [EMAIL

Re: web.xml parser error

2003-11-05 Thread Antony Paul
this mean ? Antony Paul - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 7:42 PM Subject: Re: web.xml parser error Antony, am getting this error. Is it possible to know which web.xml caused the error

Re: web.xml parser error

2003-11-05 Thread Antony Paul
descriptionDB Connection Pool/description res-ref-namejdbc/Database/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref /web-app Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: web.xml parser error

2003-11-05 Thread Antony Paul
It is solved. I did as per your suggestion. Thank for your reply. I would like to know what are the requirements to become a JSP/Servlet programmer/administrator. Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday

Re: Tomcat clustering and servletContext.

2003-11-04 Thread Antony Paul
. -Tim Antony Paul wrote: Hi, I asked this question yesterday no one replied. Suppose Tomcat is running in a cluster with load balancer. If I put a JavaBean in ServletContext is it possible to access this bean in all machines

Re: Tomcat clustering and servletContext.

2003-11-04 Thread Antony Paul
I found your reply in the archives. Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 7:09 PM Subject: RE: Tomcat clustering and servletContext. Howdy, And I did reply yesterday saying

Re: Design advice needed.

2003-11-03 Thread Antony Paul
through other processes or even triggers. If my memory serves me right, that is something you can do easily with Oracle (i.e. there's a standard feature implemented), even with Oracle 6/7. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 08:36

Re: Design advice needed.

2003-11-03 Thread Antony Paul
: Wish I could, it's been eight years since I was did any DBA/DB development work. Either go to the manual, or contact a oracle list. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 09:10 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re

Re: Design advice needed.

2003-11-03 Thread Antony Paul
But this requires adding a column to every table. I found two ways of doing this. 1. Using time stamp. It requires adding a column to table. 2. Checking data for equality before updating. It requires querying database again. Any alternative way. thanks for the replies Antony Paul

RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Lee, Paul NYC
param-namelistings/param-name param-valuetrue/param-value /init-param load-on-startup1/load-on-startup /servlet How can I determine what a servlets are loaded? -Peter -Original Message- From: Lee, PaulNYC [EMAIL

RE: RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Lee, Paul NYC
/WEB-INF/classes/url-pattern /servlet-mapping I also noticed this line in catalina.out. Is this right? INFO: JK2: ajp13 listening on /0.0.0.0:8009 Where does it get this IP address? -Peter -Original Message- From: Lee, PaulNYC [EMAIL PROTECTED] Sent: Mon, 3

Tomcat clustering and servletContext.

2003-11-03 Thread Antony Paul
Hi, I asked this question yesterday no one replied. Suppose Tomcat is running in a cluster with load balancer. If I put a JavaBean in ServletContext is it possible to access this bean in all machines ?. Antony Paul

Servlet context in tomcat cluster.

2003-11-02 Thread Antony Paul
is to be accessed by servlets and jsps. Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Design advice needed.

2003-11-02 Thread Antony Paul
and Oracle 8i. The application is using MVC pattern but do not use Struts. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Use of return statement in servlet.

2003-10-31 Thread Antony Paul
to an error page. I want to know is there any problems in using the return statement in servlets/jsp. Antony Paul - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 31, 2003 12:00 PM Subject: Re: Use of return statement

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
simple suggestion. put the class file in webapps/DBTest/WEB-INF/classes/foo. Antony. Original Message - From: David De Graff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:55 PM Subject: Problem with JNDI Datasource HOW-TO MySQL Example I'm new to Java but

Re: Use of return statement in servlet.

2003-10-31 Thread Antony Paul
!-- JSP end -- And compile it. Then, looking at the generated servlet code, I check that no resource-freeing operations are done after writing Hello Worl to the output stream. The moment this happens, the moment I will have a lot of problems :-P Hope it helps you, Rodrigo Antony Paul wrote

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 31, 2003 12:42 AM Subject: Re: Problem with JNDI Datasource HOW-TO MySQL Example simple suggestion. put the class file in webapps/DBTest/WEB-INF/classes/foo. Antony. Original Message

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
Did you get any errors? -Original Message- From: John Greco [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:23 PM To: '[EMAIL PROTECTED]' Subject: Greetings Greetings all I am new to the list. I just had a quick question as to getting Tomcat to process some Perl/CGI

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
Manufacturing, Inc. 170 Ludlow Avenue Northvale, NJ 07647 Tel: 888 RAB-1000 Fax: 888 RAB-1232 Web: www.rabweb.com Email: [EMAIL PROTECTED] -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:27 PM To: 'Tomcat Users List' Subject: RE: Greetings

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
-1232 Web: www.rabweb.com Email: [EMAIL PROTECTED] -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:42 PM To: 'Tomcat Users List' Subject: RE: Greetings Can you also post the relevant part of web.xml? -Original Message- From: John

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
Email: [EMAIL PROTECTED] -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 3:00 PM To: 'Tomcat Users List' Subject: RE: Greetings This looks ok except for the /web-app at the top but I'm assuming this is a cut and paste error. The only

OT: db pool problems - jdbc connection count?

2003-10-30 Thread john-paul delaney
Hello List... Sorry if this is off-topic. Although I think I'm following the jndi-resources-howto fairly well, I find I'm running out of connections and I have to restart tomcat to free them up. I'd like to know how many jdbc connections are in use at any given time with the intention of

Re: OT: db pool problems - jdbc connection count?

2003-10-30 Thread john-paul delaney
Thanks Oscar... I ran some servlets and observed the postgres processes going over the maxActive (33 to 30) limit set in server.xml and also those processes marked idle topped the maxIdle value (21 to 15). The number of processes then dropped to 25, and I don't experience any problems with db

RE: OT: db pool problems - jdbc connection count?

2003-10-30 Thread john-paul delaney
Thanks Yoav... sorry it's a wee bit above my immediate understanding (e.g lookup my connection pool by JNDI name - I could do with an example of what this means) plese be patient and point me to a resource that will give me some lead to catch up with you. regards /j-p. On Thu, 30 Oct 2003,

RE: OT: db pool problems - jdbc connection count?

2003-10-30 Thread john-paul delaney
Oscar... I'll keep a close lookout for when you publish your HOWTO. In the meantime, I'll try to follow Yoav's instructions, and get back to the list with any eventual errors I make. thanks again to you both, /j-p. On Thu, 30 Oct 2003, Oscar Carrillo wrote: Thanks for a more complete

Use of return statement in servlet.

2003-10-30 Thread Antony Paul
of if blocks. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

using DBCP in other web containers.

2003-10-28 Thread Antony Paul
will be deployed. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JSP Tag Attribute and Expression

2003-10-23 Thread Paul D. Gillen
the responses to many questions that this should work. That the bean's value is correct and working in my page I proved by invoking/displaying it in the same page as the non-functional tag. Env: Tomcat 4.1.27 Cordially, Paul D. Gillen

RE: redirect?

2003-10-23 Thread Lee, Paul NYC
That's just the port number specified in server.xml. Just change it from 8009 to 80. Remember, if you are on a unix machine, you will need to start the server as root after this change. -Original Message- From: Dean, Michael D. [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003

RE: redirect?

2003-10-23 Thread Lee, Paul NYC
I'm sorry. I didn't see that you also had apache running. Please disregard my previous response. -Original Message- From: Dean, Michael D. [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:46 PM To: '[EMAIL PROTECTED]' Subject: redirect? I have Apache 2.0.47, Tomcat 5.0

Tag Attribute Doesn't Have Expression Interpreted

2003-10-23 Thread Paul D. Gillen
Having not gotten a reply to an earlier post, and being of the impatient sort, I cobbled together a pared down demo of a problem I'm having where a tag's attribute is given a value from an _expression_ but the _expression_ is never interpreted. HTML: %@ page language="java"

Re: Tag Attribute Doesn't Have Expression Interpreted

2003-10-23 Thread Paul D. Gillen
And that of course solved the problem although I'm surprised that (a) its required, and (b) true isn't the default. Although I searched diligently I didn't find this in the FAQ. I suggest that it be added or made more prominent as it looks like a pretty easy mistake to make. Cordially, Paul

Getting contenttype of HttpServletResponseWrapper.

2003-10-17 Thread Antony Paul
Hi all How to know the content type of an HttpServletResponseWrapper. A filter need to know the content type of the respnse after the doFilter. It need to process only the text/html responses. Antony Paul - To unsubscribe, e

Re: Getting contenttype of HttpServletResponseWrapper.

2003-10-17 Thread Antony Paul
. Why the default wrapper is not working. Is it a programming error. rgds Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 17, 2003 4:42 PM Subject: Re: Getting contenttype of HttpServletResponseWrapper

Re: INVOKER fails after webapp recompile

2003-10-14 Thread Antony Paul
If you are using Tomcat 4.1.27 you have to install a patch available in Tomcat download directory. Antony Paul - Original Message - From: Niklas Saers Mailinglistaccount [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 3:53 PM Subject: INVOKER fails after webapp

Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Antony Paul
version of it is availble at the site jakarta download site. Currently only Coyote JK2(isapi_redirector2.dll) is provided. So I tried with JK2 again no result and IIS shows it is not loading the DLL in the filter(There is a red down arrow). Antony Paul

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
Hi Justin, Did you try deleting the contents of the work folder? Regards, Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: Help root context problem!!! I'm having caching problems

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
and didn't change any code, tomcat may not have updated your work directory accordingly. Try shutting down tomcat, deleting the contents of your work directoy and restarting. You should not have to do this everytime. Regards, Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Web-app setup

2003-10-09 Thread Lee, Paul NYC
Can you include the relevant part of web.xml? -Original Message- From: Duane Kehoe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 4:47 PM To: Tomcat Users List Subject: Web-app setup I am trying to setup a webapp and am having a little difficulty. My application starts on

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813 Lee, PaulNYC [EMAIL PROTECTED] 10/09/2003 03:40 PM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE

RE: Where does system.out go?

2003-10-08 Thread Lee, Paul NYC
Try catalina.out also in the log directory. -Original Message- From: Michael Remijan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 4:13 PM To: Tomcat Users List Subject: Where does system.out go? Hello, In a JSP page i'm doing some testing. I have System.out.println()

Re: Tomcat performance issues with W2k - SP4

2003-10-06 Thread Antony Paul
My machine too have this problem. Any solutions. I am using JDK 1.4.1 , Tomcat 4.1.27 and Oracle 8i. - Original Message - From: Benito Garcia [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, October 06, 2003 5:33 PM Subject: Tomcat performance issues with W2k - SP4

Re: contextInitialized() called twice

2003-10-06 Thread Jean-Paul Le Fèvre
path = docBase = / Moreover I've concluded that the appBase should be different for each virtual host even if autoDeploy is false. -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED

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

Re: How to format number

2003-10-06 Thread Paul Gregoire
Look into the java.text package, you'll find a Number formatter there.. or if you dont want a String, use Math.round() - Original Message - From: Lee Chin Khiong [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, October 06, 2003 6:37 PM Subject: How to format

contextInitialized() called twice

2003-10-03 Thread Jean-Paul Le Fèvre
twice. I have inserted a couple of println() in contextInitialized() and contextDestroyed() to see what's going on but this does not give me any clue. -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED

Re: contextInitialized() called twice

2003-10-03 Thread Jean-Paul Le Fèvre
It does not depend on the detail of the configuration : I have tested many different approaches. The problem occurs when there is one default host and one virtual host. -- ___ Jean-Paul Le Fèvre * Mail : [EMAIL PROTECTED

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

2003-10-01 Thread Paul
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: [OFF-TOPIC] RE: can resultset object be re-used Howdy, First, this is off-topic

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.

innocuous Servlet kills Tomcat

2003-09-25 Thread Paul Wallace
-bones Servlet). I have looked and looked, but cant see what's at fault. (Tomcat although appearing to have started does not serve anything (404)). Thanks for any help or insight into this error message. Paul. - To unsubscribe

RE: innocuous Servlet kills Tomcat

2003-09-25 Thread Paul Wallace
-pattern/url-pattern /servlet-mapping servlet-mapping servlet-name/servlet-name url-pattern/url-pattern /servlet-mapping irrespective to the Servlet they map to? Thanks Paul. Hard to tell from a small snippet like that , but if I had to guess, it doesn't appear to meet

Apache 4.0.47 - Tomcat 4.1.27 - mod_jk2 - Development Enviroment

2003-09-25 Thread Paul Mills
-- Paul Mills [EMAIL PROTECTED] Senior Linux/Unix Systems Administrator (Red Hat Certified Engineer) Canterbury Christ Church University College North Holmes Road Canterbury Kent United Kingdom CT1 1QU Tel.: 01227 782751 Config Files :- workers2.properties

Re: Configuring a JDBC Data Source

2003-09-24 Thread Paul
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 - From

Re: [OFF TOPIC] Version Control

2003-09-24 Thread Jurjan-Paul Medema
Subversion (cross platform) can be used nicely with GUI TurtoiseSVN (Windows only). Pitre, Russell wrote: Sorry for the Off topic question I'm looking for suggestions for a free version control system. I've tried cvs before.but, the learning curve is really steep for me...i'd

Apache 4.0.47 - Tomcat 4.1.27 - mod_jk2 - Development Enviroment

2003-09-23 Thread Paul Mills
-- Paul Mills [EMAIL PROTECTED] Senior Linux/Unix Systems Administrator (Red Hat Certified Engineer) Canterbury Christ Church University College North Holmes Road Canterbury Kent United Kingdom CT1 1QU Tel.: 01227 782751 Config Files :- workers2.properties

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: web-ressource-collection web-ressource-nametest/web-ressource-name - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

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