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

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

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

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: 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: 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: 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: 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-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: Shutdown not working under SLES8 and FC2

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

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

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

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

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. --

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

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

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

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

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

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

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: 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: [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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]

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

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: 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: Installation problem

2005-04-02 Thread Anto Paul
> > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Do you have administrative priviliges in that system ? -- Anto Paul www.benchmarksoft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: build problem

2005-04-02 Thread Anto Paul
On Apr 1, 2005 8:52 PM, Fay, Michael <[EMAIL PROTECTED]> wrote: > I downloaded the latest version of ant. 1.6.2. > > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 31, 2005 8:29 PM > To: Tomcat Users List > Subject:

Re: Tomcat aborts

2005-04-04 Thread Anto Paul
ou have a link that supports your hint regarding to JRE problems? > > > -Ursprüngliche Nachricht- > > Von: Anto Paul [mailto:[EMAIL PROTECTED] > > Gesendet am: Freitag, 1. April 2005 14:37 > > An: Tomcat Users List > > Betreff: Re: Tomcat aborts > > > >

Re: Tomcat 5.5.7 build procedure required

2005-04-04 Thread Antony Paul
IL 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: tomcat ssl configuration

2005-04-04 Thread Anto Paul
rking. Is there anybody who can help me with this issue? > > Thanx, > > Mustafa. > > You will get some error messages if it is not working. Post the error messages. Then somebody can help. The log files are located in CATALINA_HOME/logs direc

Re: build problem

2005-04-05 Thread Anto Paul
t; So, where do I get this package if the checkout system can't get it? > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands

Re: error-page in web.xml and cache-control

2005-04-06 Thread Anto Paul
> - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > What is the exact message you get when clicking back button in browser ?. What browser you use ?. I think i

Re: error-page in web.xml and cache-control

2005-04-06 Thread Anto Paul
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

Deploying war applications under a sub directory

2005-08-25 Thread Paul Austin
I'm trying to deploy a war based web application to tomcat 5.5.9 on Windows XP JDK 1.4.2 and am experiencing problems with the deployment when the application path includes a sub directory before the application directory (e.g. /subdir/app instead of /app). When deploying to /app (with the appropr

Automatic deploy of updated war deletes the context file

2005-08-25 Thread Paul Austin
he logs to say what is going on. The way I fix this is to then manually copy in the context file and then it deploys, for now I'm just going to wait about 10 seconds in my ant deploy script after copying the file and then copy the context in so it redeploys. Paul

Re: Automatic deploy of updated war deletes the context file

2005-08-25 Thread Paul Austin
Right but where should it go so that tomcat doesn't delete it? I've tried setting the deployXML="false" on the host and having it just in the conf/Catalina/ directory (which is my preferred location), just in the war file and all various combinations. Paul On Thu, 2005-

Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Paul Austin
repeploy using the automatic deployer I check the conf/Catalina// and http:///manager/list and the app.xml and the /app context are deleted. On Thu, 2005-08-25 at 16:32 -0700, Hassan Schroeder wrote: > Paul Austin wrote: > > Right but where should it go so that tomcat doesn't delete it?

Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Paul Austin
Linux but doesn't work here. It seems to just ignore the path. And YES these context files are NOT deployed as part of the war file. On Fri, 2005-08-26 at 08:33 -0700, Hassan Schroeder wrote: > Paul Austin wrote: > > The test case I am using is running on Tomcat 5.5.9. > >

Re: JAVA_HOME beginner

2005-08-27 Thread Anto Paul
ver come this ..pls help > > > thx > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Anto Paul - To unsubscri

Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-28 Thread Anto Paul
On 8/29/05, Alan Chandler <[EMAIL PROTECTED]> wrote: > Where can I find specs for all the tags in server.xml I use these pages. it explains the elements used in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/index.html -- rgds

Re: Character encoding question

2005-08-29 Thread Anto Paul
res,FilterChain chain) { request.setCharacterEncoding("UTF-8"); chain.doFilter(req,res); } c, Set the following header in all JSP pages. <%@ page contentType="text/html; charset=UTF-8"%> Reference: http://www.mail-archive.com/tomcat-user@jakart

Re: Character encoding question

2005-08-29 Thread Anto Paul
i Bergen | University of Bergen Library > > e: [EMAIL PROTECTED] > t: +47 55 58 25 37 > > BORA: http://bora.uib.no/ > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "No Host matches server name localhost" error

2005-08-30 Thread Paul Austin
Try renaming the context.xml to ROOT.xml, I normally get the 400 error if it can't find the context for a particular path. For some reason Tomcat tends to ignore the path on the context. Paul On Tue, 2005-08-30 at 09:50 -0700, Brian Moseley wrote: > i'm using tomcat 5.5.9 with a

RE: "No Host matches server name localhost" error

2005-08-30 Thread Paul Austin
On Tue, 2005-08-30 at 13:25 -0500, Caldarale, Charles R wrote: > > From: Brian Moseley [mailto:[EMAIL PROTECTED] > > Subject: Re: "No Host matches server name localhost" error > > > > thanks for the pointer. after moving my context definition into > > server.xml > > Bad move. This is specifica

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Paul Austin
er of redeploys     Introspector.flushCaches();     LogFactory.getFactory().release(); Good luck, Paul On Wed, 2005-08-31 at 13:03 -0700, Woodchuck wrote: hihi all, on my TC 5.5.9 installation i deployed several web applications that uses the default JCL logging. that is, i placed a s

Re: With tomcat 5 redirects to a secure port fails

2005-08-31 Thread Paul Singleton
the "www." defined. OK but I can't see that it is Tomcat which is responsible for this: the config details you supply look plausible but are irrelevant. Check your web.xml for the site's welcome page, then check the content of this page. Paul Singleton We had this set up

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
is installed. > What is processing the request ? A servlet, Struts Action, JSP ?. Does it have any instance variable that stores the input data ?. -- rgds Anto Paul

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
ul if you post the relevant JSP/Java code fragments. -- rgds Anto Paul

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-09-02 Thread Paul Austin
. Paul On Fri, 2005-09-02 at 09:07 -0400, [EMAIL PROTECTED] wrote: > I'm having the same issue and after trying to follow the instructions given > by Paul Austin, I've got stuck on the part that says to add a listener. > > There's no place for a listener in web.xml acco

Re: HTTP status code 404

2005-09-05 Thread Paul Singleton
owser, which will then presumably present this failure to the user in its own way. Or have I musunderstood 404s? Exactly what element will achieve this, and where should we call ...setStatus(...NOT_FOUND)? Paul Singleton Mirek Stohr wrote: You should use the following proc

Re: HTTP status code 404

2005-09-05 Thread Paul Singleton
QM wrote: On Mon, Sep 05, 2005 at 06:28:05PM +0100, Paul Singleton wrote: : But we want *no* error page, just a 404 status returned to : the browser, which will then presumably present this failure : to the user in its own way. Or have I musunderstood 404s? Yes and no. Browsers are free to

Re: Turning off the containers session

2005-09-08 Thread Paul Singleton
Atif Suleman wrote: Can you stop tomcat container from creating a jsession cookie? Check out the attribute in http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html (similarly in 5.0 and 4.1) Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti

My experience of how to avoid problems with log4j in webapps on TC 5.5.9

2005-09-11 Thread Paul ANDERSON
7;ve seen many questions on the Internet about log4j and NullPointerExceptions with the deployer. So maybe this will help somebody. Maybe someone can even enlighten me as to exactly why all this happens, and whether there's a better fix? Paul.

Re: large content directory out of the webapp

2005-09-14 Thread Paul Singleton
have to upload the content again. I cannot use a combination of Apache and Tomcat, letting Apache serve the content (and thus using another docbase) as this content has to be protected by a security-mechanism of the application. Can you neither split it into two pure Tomcat apps? Paul S. Is there

Specify work folder for each application

2005-09-15 Thread Anto Paul
Hi all, Is it possible to specify work folder for the web application. What I need is to add generated source and class files of JSP's into Eclipse proect classpath. I am using Eclipse 3.1. I couldn't find a way to map an external folder into Eclipse classpath. -- rgds

Re: Specify work folder for each application

2005-09-15 Thread Anto Paul
ut in 3.1 I couldn't find this option. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with utf-8 encoding

2005-09-18 Thread Anto Paul
> > <%@ page language="java" contentType="text/html;charset=UTF-8" > pageEncoding="UTF-8" info="Tables Handler" import="tablesHandler.*" %> > > > > > <

Re: Problems with utf-8 encoding

2005-09-18 Thread Anto Paul
Does your browser supports hebrew ?. If you are just getting the data from database and displaying, it should work fine. What database and JDBC driver you are using ?. On 9/19/05, Yair Zohar <[EMAIL PROTECTED]> wrote: > Anto Paul wrote: > > >On 9/19/05, Yair Zohar <[EM

<    8   9   10   11   12   13   14   15   16   >