Re: Configuring Manager for different Virtual Hosts

2005-04-01 Thread Anto Paul
I have a single line to do it in the VirtualHost JkMount /manager/* a9 First configure manager application as specified in the Manager how to. There are some config steps in Tomcat if you have different CATALINA_BASE for each web application. -- Anto Paul Benchmark Softech www.benchmarksoft.com

Re: Debugging tomcat startup

2005-04-01 Thread Anto Paul
classloader docs. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/class-loader-howto.html What is the motive to place jars in server/lib. These jars are not visible to applications. -- Anto Paul Benchmark Softech www.benchmarksoft.com -

Re: tomcat 5.5/win & loading external image files

2005-04-01 Thread Anto Paul
want to load external images write a Servlet to which the path or name of the image file is passed as an argument and the Servlet reads the file using ServletContext.getResourceAsStream() and write it to the OutputStream returned by the response.getOutputStream(). Dont forget to set the app

Upgrading Tomcat from 4.1.24 to 5.0.18 on Solaris 9 Platform

2005-04-01 Thread Linnabary, Paul
7;t have a clue as how to properly upgrade Tomcat to the newer version as I can't find any documentation. Thanks! Paul Paul E. Linnabary Systems Design and Integration Specialist The Boeing Company Wichita, KS 67210 316-526-7367 -

Re: Tomcat aborts

2005-04-01 Thread Anto Paul
> > Cheers Dirk > > You tried any other versions/vendor of JRE ?. This is problem with JRE. -- Anto Paul Benchmark Softech www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Anto Paul
On Apr 1, 2005 2:11 PM, Lakshmi Narayanan K. <[EMAIL PROTECTED]> wrote: > Hi All, > > In the file catalina.bat, the following lines of code are present: > echo Using CATALINA_BASE: %CATALINA_BASE% > echo Using CATALINA_HOME: %CATALINA_HOME% > echo Using CATALINA_TMPDIR: %CATALINA_T

Re: build problem

2005-03-31 Thread Antony Paul
Do I need to make some change to the > build.properties or something? > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: start/stop-script from source dist

2005-03-31 Thread Antony Paul
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: remove stack-trace from public web

2005-03-31 Thread Antony Paul
CTED] > http://www.travelstart.se > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ --

Re: Long Startup Time

2005-03-30 Thread Antony Paul
ks, > > Mike > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ --

Re: multiple domain name support for https

2005-03-29 Thread Antony Paul
face and achieve the solution. Can some > one guide me about how to modify it and integrate with Tomcat. I appreciate > your time. Thank you > > Regards, > > Sasisekar S Sundaram > Research Assistant > Center For Business and Information Technology (CBIT) > University of

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-28 Thread Antony Paul
org/bugzilla/show_bug.cgi?id=19701 > > This was fixed in the 4.1.31 release > > Mark > > Antony Paul wrote: > > I need to have a bug registered for this as I could convince my > > manager. I searched bugzilla but could'nt find one. If anyone know the > > relevant

Re: Tomcat 5-5.7 make reload classes?

2005-03-27 Thread Antony Paul
eting services that drive consumers to marketers more effectively. > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: Where is the admin pkg for tomcat 5.5?

2005-03-23 Thread Antony Paul
on Services > B-36i Davis Hall > University of Texas @ Arlington > B0x 19318 Arlington, TX 76019 > Voice: 817-272-5605 > Fax: 917-272-5800 > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-21 Thread Antony Paul
I need to have a bug registered for this as I could convince my manager. I searched bugzilla but could'nt find one. If anyone know the relevant bug# please post it or shall I post a bug report and any one close it immediately ?. On Wed, 9 Mar 2005 15:05:13 +0530, Antony Paul <[EMAIL P

Re: [tomcat-user] Postgres + JDBC

2005-03-18 Thread Antony Paul
t > en France vers les postes fixes, > hors numéros spéciaux pendant 3 mois. > Pour profiter de cette offre exceptionnelle, cliquez ici : > http://register.tiscali.fr/adsl/ (voir conditions sur le site) > > --

Re: tomcat throwing exceptions

2005-03-17 Thread Antony Paul
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Access denied with Apache + Tomcat config

2005-03-16 Thread Paul Puschmann
rted working. > > Since you adresss the worker to use in the JkMount-entry, you should use the name of the existing worker in your virtualhost-file. (ajp13w) Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get know what version of TC is running behind Apache

2005-03-16 Thread Antony Paul
l > this extension: > http://livehttpheaders.mozdev.org/ > Then you can see all the http headers, including "server", which will tell > you which version of Tomcat. > > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Mar

How to get know what version of TC is running behind Apache

2005-03-16 Thread Antony Paul
Hi all, Is it possible to know what version of Tomcat is running behind an Apache. The connector used is JK. -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: getting started

2005-03-14 Thread Antony Paul
dea for the > location of documents or the sort concerning what to do after building > tomcat? I don't seem to see anything in the source directory? > > On the binary download branch, I could follow the instruction from > tomcat web page. > > Any

Re: jk2 for Apache2 and Tomcat 4

2005-03-14 Thread Paul Puschmann
Sébastien GALLET wrote: > Paul Puschmann a écrit : > >> Dale, Matt wrote: >> >> >>> 1.2.6 is the latest and should work with Apache 2 so you don't have >>> to go back to apache 1. >>> >>> Ta >>> Matt >>> >&

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread Antony Paul
t; > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > > http://mail.yahoo.com > > > > > > > > > > > -----

Re: jk2 for Apache2 and Tomcat 4

2005-03-14 Thread Paul Puschmann
compiling options or get some version-dependancy-errors or such. Thank you for your advice, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk2 for Apache2 and Tomcat 4

2005-03-14 Thread Paul Puschmann
Mladen Turk wrote: > Paul Puschmann wrote: > >> Hi, >> >> we want to use Apache2 (2.0.53) as a frontend for out Tomcat (4.1.31) >> and don't get the right configuration for our jk2 (2.0.4). >> This all runs with Java 1.4.2_06 on Debian Sarge x86. >

jk2 for Apache2 and Tomcat 4

2005-03-14 Thread Paul Puschmann
es, I did search in google, but most of the stuff used jk1 oder was about compiling jk2. Any help appreciated, kind regards, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Mapping context to root of website

2005-03-10 Thread Anderson, M. Paul
efine each app as the ROOT context for that host. Doug - Original Message - From: "Anderson, M. Paul" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, March 10, 2005 1:53 PM Subject: RE: Mapping context to root of website How would I do this if I

RE: Mapping context to root of website

2005-03-10 Thread Anderson, M. Paul
How would I do this if I am just using Tomcat (no apache, IIS, etc.)??? -Original Message- From: Ronnie Tartar [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 1:50 PM To: Tomcat Users List Subject: RE: Mapping context to root of website Is there a way to do this with jk or jk2?

RE: JDBC Realm by-passing login page using a link

2005-03-10 Thread Anderson, M. Paul
It is my understanding that the JDBC realm will execute prior to any filters or other servlets, so I wouldn't think this would be possible unless you perform your own authentication - possibly in a filter - to do just what you're looking for. -Original Message- From: Fredrik Liden [mailto:

RE: Cannot compile class in WEB-INF/classes

2005-03-10 Thread Anderson, M. Paul
--- "Anderson, M. Paul" <[EMAIL PROTECTED]> wrote: > Did you import javax.servlet.http.* ? > > -Original Message- > From: Rahul Joshi [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 10, 2005 1:19 PM > To: tomcat-user@jakarta.apache.org > Subject: Ca

RE: Cannot compile class in WEB-INF/classes

2005-03-10 Thread Anderson, M. Paul
Did you import javax.servlet.http.* ? -Original Message- From: Rahul Joshi [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 1:19 PM To: tomcat-user@jakarta.apache.org Subject: Cannot compile class in WEB-INF/classes I have a Simple JSP page in my webapps/myappname. I have a util

Limiting number of login attempts

2005-03-10 Thread Anderson, M. Paul
Is there a way to limit the number of login attempts for a user when using a JDBC realm? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: file watcher

2005-03-10 Thread Antony Paul
You can search in Google. Two I know are log4j file watcher and Tomcat WAR watcher. rgds Antony paul On Thu, 10 Mar 2005 04:41:14 -0800 (PST), deepak suldhal <[EMAIL PROTECTED]> wrote: > if you have a file watcher Please email, it will help me a lot. > > > Thanks >

RE: file watcher

2005-03-10 Thread Anderson, M. Paul
What is a "file watcher"? -Original Message- From: deepak suldhal [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 7:41 AM To: Tomcat Users List; Antony Paul Subject: Re: file watcher if you have a file watcher Please email, it will help me a lot. Thanks A

Re: file watcher

2005-03-09 Thread Antony Paul
What you mean ?. You need a file watcher program or you have one. To start it when tomcat is started, 1. If it is servlet in web.xml use in servlet declaration and run it from init() method. 2. Write a ContextListener and start it from there. rgds Antony Paul On Wed, 9 Mar 2005 15:31:12

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-09 Thread Antony Paul
It is working in 4.1.31. Thanks for the help rgds Antony Paul On Tue, 08 Mar 2005 22:52:50 +, Mark Thomas <[EMAIL PROTECTED]> wrote: > What happens on 4.1.31? > > Mark > > Antony Paul wrote: > > I created a sample application and is available at > >

Re: Redirect from http:// to https://

2005-03-08 Thread Antony Paul
online friends http://uk.messenger.yahoo.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ -

RE: HTTPS, port 443 & firewall

2005-03-08 Thread Paul Wallace
Thanks Doug! Paul. Port 443 must be opened on the firewall. When a browser uses https it is talking on port 443 and not 80. The redirect is telling the browser to call back on port 443 or whatever port is designated as https, and not a transfer. Although https can be defined to run on port 80

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-07 Thread Antony Paul
I created a sample application and is available at http://geocities.com/antonypaul24/web.html . Any one can download it and test. rgds Antony Paul On Tue, 8 Mar 2005 10:01:13 +0530, Antony Paul <[EMAIL PROTECTED]> wrote: > I am waiting for some knowledgeable person to answer my

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-07 Thread Antony Paul
I am waiting for some knowledgeable person to answer my questions. Meanwhile I will write a test application, download Tomcat source code and try to debug the problem. rgds Antony Paul On Mon, 7 Mar 2005 18:30:47 +0530, Antony Paul <[EMAIL PROTECTED]> wrote: > Hi all, >

Persistence manager ClassNotFoundException during deserialization

2005-03-07 Thread Antony Paul
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533) at java.lang.Thread.run(Thread.java:534) rgds Antony Paul - To unsubscribe, e-mail

JSP/Servlet Mailing List?

2005-03-07 Thread Anderson, M. Paul
Does anyone know of a good JSP/Servlet mailing list/help list that is both active and similar in format to this group? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HTTPS, port 443 & firewall

2005-03-06 Thread Paul Wallace
Hi, For HTTPS must port 443 be open on a firewall, or is traffic sent/received on port 80 (or defined HTTP port) and redirected internally? Do 'standard' firewalls leave open this port by default? Thanks Paul. --

Tomcat at Standalone

2005-03-04 Thread Anderson, M. Paul
be required. Thanks a lot for any advice or pointers! Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] Jav/JSP Programmer

2005-03-03 Thread Paul Wallace
And why don't you do the list a favour, and contact the intended recipient directly! Hi Carl, are you looking for someone "on-site" or "off-site" ? P.S. please do the world a favor and get rid of the flash intro at the beginning of your site, my eardrums just exploded !! Best Regards, -Wiley

Re: Equivalent of Resin "run-at" servlet configuration

2005-03-03 Thread Antony Paul
AFAIK Tomcat dont provide a replacement for this. It is not in Servlet spec. Search in archives as it was asked a few weeks before. rgds Antony Paul On Thu, 3 Mar 2005 16:45:24 +0530 (IST), Subramanya Sastry <[EMAIL PROTECTED]> wrote: > Hello, > > I am developing a Java web a

Re: newbei

2005-03-03 Thread Antony Paul
You have to download the first file(jakarta-struts-1.2.4.zip) which contains docs and examples. rgds Antony Paul On Thu, 03 Mar 2005 16:08:06 +0530, VTR Ravi Kumar <[EMAIL PROTECTED]> wrote: > Yes > > I have put struts.jar in the WEB-INF\lib and also added the mapping for >

Re: newbei

2005-03-03 Thread Antony Paul
You put the struts.jar and related files in WEB-INF\lib directory of your application ?. Added mapping in web.xml for ActionServlet ?. Better you you use Struts blank application which is bundled with Struts download. rgds Antony Paul On Thu, 03 Mar 2005 14:43:46 +0530, VTR Ravi Kumar <[EM

Re: Pre-Compilation in Tomcat & Jasper

2005-02-28 Thread Antony Paul
classes into org.apache.jsp. rgds Antony Paul On Mon, 28 Feb 2005 12:25:46 +0530, BV Karthik <[EMAIL PROTECTED]> wrote: > Hi, > > Is there anything in Tomcat which will pre-compile our JSP's? > What jasper has to do with Tomcat? > Pls help. Thanks in advance.

RE: TC (4), IIS & isapi_redirector.dll

2005-02-27 Thread Paul Wallace
Hi & thanks, but that link is dead! Hello! visit this site to automate your integration of tomcat and iis. http://www.shiftomat/opensource download the file and follow the instructions... regards aris -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED] Sent: Mo

RE: TC (4), IIS & isapi_redirector.dll

2005-02-27 Thread Paul Wallace
project downloads. Can someone tell me where I am being directed please? I see no effervescence to Isapi, IIS, redirector, JK or anything else of a similar topic. thanks and regards Paul. - To unsubscribe, e-mail

TC (4), IIS & isapi_redirector.dll

2005-02-27 Thread Paul Wallace
effervescence to Isapi, IIS, redirector, JK or anything else of a similar topic. thanks and regards Paul.

Re: Where is the "compatibility package"

2005-02-23 Thread Antony Paul
/v5.5.8/bin/jakarta-tomcat-5.5.8-compat.tar.gz rgds Antony Paul On Wed, 23 Feb 2005 14:15:10 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have downloaded Tomcat 5.5.8 and found that a prereq is J2SE 5.0 and later > (document: release notes) > but to run in a J2SE Ver

Re: how to print to web page instead of catalina.out

2005-02-22 Thread Antony Paul
Why not use out.print() or you are trying to do something else ?. rgds Antony Paul On Tue, 22 Feb 2005 20:26:41 -0800 (PST), Jin Wu <[EMAIL PROTECTED]> wrote: > Hi, > > It seems that System.out.printlin("...") prints to catalina.out. Is there a > way I can pr

Re: Getting other Sessions

2005-02-22 Thread Antony Paul
You can put all the sessions in List or Map when they login or use HttpSessionListener to listen to session events. rgds Antony Paul On Tue, 22 Feb 2005 23:17:56 -0500, Joseph Shraibman wrote: > I want to make an admin page in my application. I needs to be able to > get access to a

Re: Name jdbc is not bound in this Context error

2005-02-22 Thread Antony Paul
questions at PostgreSQL mailing lists(http://www.postgresql.org/community/lists/). rgds Antony Paul On Tue, 22 Feb 2005 02:07:20 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: > Hi Antony, > > I downloaded postgres and installed on my m/c. I > installed it as a service. > &g

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
You can name it the name of the context(web). The content should be similar to any other file there. I am giving a sample rgds Antony Paul On Mon, 21 Feb 2005 23:18:55 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: > Thanks for the replies. What do u mean by the > following

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
Most SQL is same and it supports a subset of SQL 92 and SQL 99 standards. Every RDBMS vendor have some proprietory code which dont work in other databases. There is one RDBMS Firebird(http://firebird.sourceforge.net/). The site claims that it is more like Oracle. rgds Antony Paul On Mon, 21

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
help. rgds Antony Paul On Mon, 21 Feb 2005 22:25:59 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: > Yes i read and did as per the document. When it didn't > work, i followed the suggetions given to many users in > the mailing lists in the internet and now i guess i >

Re: problem with ssl

2005-02-21 Thread Antony Paul
You can check whether the keystore is properly created using the following command keytool -list -alias tomcat rgds Antony Paul On 22 Feb 2005 12:24:05 +0600, Thavarajah Kurinchikumaran <[EMAIL PROTECTED]> wrote: > Hi all, > > I am using tomcat as my local server. > I rem

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
-howto.html follow MySQL config. And no need to put commons*.jar in commons/lib as TC by default comes with it. rgds Antony Paul On Mon, 21 Feb 2005 21:52:13 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: > I tried without GlobalNamingResources. No luck. When > googled, i foun

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
By default server.xml contains have a . You have to add your resources in there. rgds Antony Paul On Mon, 21 Feb 2005 19:56:23 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: > As just moved the GlobalNamingResources inside the > main in my server.xml residing in > T

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
It seems you still have problem. You can google for the answer. One thing I know is GlobalNamingResources should come inside the Server element and not inside Context element. rgds Antony Paul On Fri, 18 Feb 2005 22:47:06 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: > I could ab

RE: Shutdown not working under SLES8 and FC2

2005-02-21 Thread Paul ANDERSON
se some cleanup is skipped such as session persistence. Paul

Re: Serving up a Flash file

2005-02-20 Thread Paul Erion
Thanks to everyone for their responses. It's amazing how large some of the gaps in my knowledge truly are. Paul p.s., Sorry I didn't mean to disappear ... water is an amazing thing, given enough volume, it can get into all sorts of places you wouldn't expect; so I've been l

Re: Serving up a Flash file

2005-02-18 Thread Paul Erion
vides the clue for accessing these files? That as long as the Flash file's path is specified relative to the location of the JSP (which includes the "embed" tag), then I'm good to go. Paul - To unsubscribe, e-mai

Re: Serving up a Flash file

2005-02-17 Thread Paul Erion
you (and remember I'm a bit dense) it's just not possible, via the "embed/object" tag to specify/access a file that doesn't reside in the directory hierarchy that JBoss/Tomcat serves files from. Once thanks for the i

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
To best of my knowledge you can't. Even if you shutdown Tomcat it will wait till the threads finish their work. rgds Antony Paul On Fri, 18 Feb 2005 11:41:04 +0530, Reshma Bhatia <[EMAIL PROTECTED]> wrote: > Is there a way to kill the Tomcat threads which have gone into infinite

Re: running tomcat using sablevm

2005-02-17 Thread Antony Paul
I hadnt tried SableVM. It may be that CLASSPATH settings Tomcat passes to VM is not properly passed to it. There may be difference in passing classpath to VM. Check the docs. rgds Antony Paul On Fri, 18 Feb 2005 10:45:58 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >

Re: running tomcat using sablevm

2005-02-17 Thread Antony Paul
Were you able to run it in Sun or any other JVM. ? rgds Antony Paul On Fri, 18 Feb 2005 10:36:21 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > Well the OS is Redhat linux 7.2 > JVM version: sablevm 1.1.9 > Tomcat version : 3.3.1a (Might be this is

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
You can try modifiying the maxProcessors in the connector element in conf/server.xml to a higher value to test whether increasing no of threads solve the problem. Post Tomcat , Java VM and OS versions. rgds Antony Paul On Fri, 18 Feb 2005 10:14:15 +0530, Reshma Bhatia <[EMAIL PROTEC

Serving up a Flash file

2005-02-17 Thread Paul Erion
lash file to be displayed): I've tried a couple of different values for the file specification (for example, "file:///C:/FlashFiles/test.swf" and "C:/FlashFiles/test.swf"), but this hasn't had any effect. Is this a security issue?

Re: [OT] Search in French database in English

2005-02-16 Thread Antony Paul
Thanks a lot for the help. BTW I use Struts for developing the application. rgds Antony Paul On Wed, 16 Feb 2005 07:44:35 -0800 (PST), sven morales <[EMAIL PROTECTED]> wrote: > Hi, > It compiled okay? What was the error you got when > running it? Btw there is a cocoon mail

Re: [OT] Search in French database in English

2005-02-15 Thread Antony Paul
I checked out CVS head compiled it and run it went to sample application Internationalization (i18n) & Localization (l10n) and it is giving error. rgds Antony Paul On Tue, 15 Feb 2005 22:17:56 -0800 (PST), sven morales <[EMAIL PROTECTED]> wrote: > It is in English. Did you try

Re: [OT] Search in French database in English

2005-02-15 Thread Antony Paul
Is that German application you are talking about ?. I dont know languages other than English. rgds Antony Paul On Tue, 15 Feb 2005 11:51:00 -0800 (PST), sven morales <[EMAIL PROTECTED]> wrote: > Hi, >Please look at the very robust Cocoon project under > apache

[OT] Search in French database in English

2005-02-15 Thread Antony Paul
match the word in all these languages. Is it possible ?. Any thoughts on this are welcome. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is information on the number of downloads available?

2005-02-08 Thread Paul Luo Li
er of defects in the next release, given the metrics for the next release. In order to build the model, I need the download information for the historical releases. Thanks so much for the help Paul http://www.apache.org/~vgritsenko/stats/projects/tomcat.html But see the disclaimer at the bott

Is information on the number of downloads available?

2005-02-08 Thread Paul Luo Li
ation? And where I might to go get it? Thanks for all the help Paul Li ____ Paul Luo Li ISRI - CS - CMU 5119 Wean Hall Pittsburgh PA, 15213 412-268-3043 [EMAIL PROTECTED] B.S. Mathematics, University of Virginia 2001. Ph.D Student Software Engineering

Can not get roles to resolve in LDAP Realm

2005-02-07 Thread Paul Worrall
u can see the roles are not being picked up. Any ideas? TIA Regards Paul Worrall Portal Technology and Innovation BECTA ** This email and any files transmitted with it are confidential and intended

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: Help Required- tomcat doesn't shutdown properly

2005-02-04 Thread Antony Paul
What your application is doing ?. is there any threads watiing ?. You can have a look at localhost_log in the logs directory for any errors. rgds Antony Paul On Fri, 4 Feb 2005 10:08:09 +0100, Narayan, Satya <[EMAIL PROTECTED]> wrote: > Hi , > I am having a weird 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: 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: 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: 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

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: Apache-Coyote/1.1 & application configuration

2005-02-03 Thread Paul Denham
rvices on this basis, pls let me know. Regards, Paul Denham -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 03 February 2005 11:39 To: Tomcat Users List Subject: Re: Apache-Coyote/1.1 & application configuration No one answered because the problem described is too vag

RE: Apache-Coyote/1.1 & application configuration

2005-02-02 Thread Paul Denham
incorrect, please let me know who I should be speaking to. Thanks Paul - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e

Apache-Coyote/1.1 & application configuration

2005-02-02 Thread Paul Denham
Hi I posted this but have had no replies. Am I on the wrong user list here? Any advice appreciated. Paul -Original Message- From: Paul Denham [mailto:[EMAIL PROTECTED] Sent: 31 January 2005 07:40 To: 'tomcat-user@jakarta.apache.org' Subject: Apache-Coyote/1.1 &am

Apache-Coyote/1.1 & application configuration

2005-01-30 Thread Paul Denham
matter of application configuration. The application there need to be configured is the Apache Webserver" We are looking for someone who can help solve this problem and other maintenance issues. If you can help, please let us know. Thanks, Paul Denham Tel +44 (0)870 382 5008 Fax +44

Re: Deploying a Servlet to Tomcat 5.0

2005-01-24 Thread Antony Paul
You have to add a mapping for the servlet in the WEB-INF/web.xml file. Look at the examples directory in webapps for sample. rgds Antony Paul On Mon, 24 Jan 2005 22:04:17 -0800 (PST), Harsha perera <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to deploy a simple serv

Re: Tomcat does not evaluate jspf extension files

2005-01-24 Thread Paul Gregoire
Ok, just so its clear... jsp *.jsfp ;) Larry Meadors wrote: See the problem below? On Mon, 24 Jan 2005 17:01:38 -0800 (PST), Norris Shelton wrote: Everytime I try to use a .jsfp extension for a file, tomcat does not evaluate it. Comments come out, code is displayed, etc.

[OT] Modifying Reply-To header in list messages

2005-01-19 Thread Antony Paul
Hi all, What people here think about this article. http://www.unicom.com/pw/reply-to-harmful.html The Apache lists modifies reply-to field and put in the list address. Is this acceptable ? rgds Antony Paul - To

Re: Website downloading old file

2005-01-18 Thread Paul Taylor
file. Some systems flush the cache at an interval and some do it on file age. Doug - Original Message - From: "Paul Taylor" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, January 17, 2005 2:30 PM Subject: Re: Website downloading old file Umm inconclu

Re: Website downloading old file

2005-01-17 Thread Paul Taylor
SP's proxy server may have a list of extensions that don't get cached. This would explain why your dynamic JSPs are working but the static files are being cached. On Mon, 2005-01-17 at 13:47, Paul Taylor wrote: OK I think you are onto something here, the original file was called file.bin

Re: Website downloading old file

2005-01-17 Thread Paul Taylor
ntext/file.txt?bogus=var See if the unique URL gets you the right file. On Mon, 2005-01-17 at 12:43, Paul Taylor wrote: Can you expand on this please, btw if I change any part of the web application itself such as a jsp the results are imediate. Two ther bits of info which maybe relevent. 1. The ho

Re: Website downloading old file

2005-01-17 Thread Paul Taylor
larger file which no longer exists ! Paul Taylor wrote: Can you expand on this please, btw if I change any part of the web application itself such as a jsp the results are imediate. Two ther bits of info which maybe relevent. 1. The host is based in Canada and hence has time set to Candian time

Re: Website downloading old file

2005-01-17 Thread Paul Taylor
. The file Im trying to download is a .bin (Linux) file. The problem is also happening on Internet Explorer. Parsons Technical Services wrote: Sounds like your ISP may have a proxy setup. Usually two different browsers don't know about each other. Doug - Original Message - From:

Re: Website downloading old file

2005-01-17 Thread Paul Taylor
do a restart of Tomcat after deleting the file? I remember something on the list awhile back similar to this. Doug - Original Message - From: "Paul Taylor" <[EMAIL PROTECTED]> To: Sent: Monday, January 17, 2005 7:42 AM Subject: Website downloading old file Puzzl

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