RE: Problems with utf-8 encoding

2005-09-19 Thread Guy Katz
put an encoding filter in front of your servlet/jsp's that sets a UTF-8 encoding for incoming requests and outgoing responses. its your safest bet for tomcat 4 as far as i remember. -Original Message- From: Yair Zohar [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 9:43 AM

RE: Problems with utf-8 encoding

2005-09-19 Thread Guy Katz
google it. there's a lot. -Original Message- From: Yair Zohar [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 11:08 AM To: Tomcat Users List Subject: Re: Problems with utf-8 encoding Guy Katz wrote: put an encoding filter in front of your servlet/jsp's that sets a UTF-8

RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Guy Katz
put it under your webapps and put a context elements with all its sub elements to configure the app in the server.xml file in the tomcat conf directory. -Original Message- From: Yassine ELassad [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 10:01 AM To:

RE: how to Upload file

2005-08-31 Thread Guy Katz
1. commons-upload (jakarta-commons) 2. cos (servlets.com) -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 3:29 PM To: Tomcat Users List Subject: RE: how to Upload file Have you tried struts html:file tag. -Original Message- From:

RE: build procedure to configure tomcat files

2005-08-30 Thread Guy Katz
for your base server.xml configuration i would suggest using CVS. it further customizations are needed (for example per client) you can write a command line wrapper over tomcat mbeans, or direct XML manipulation, or use third party install tools which usually have built-in support for the

RE: can i use javax.management.timer.Timer?

2005-08-30 Thread Guy Katz
yes you can use it. its plain JMX so check out how to use it regardless of tomcat (standalone mode) and do the same thing in tomcat but by using tomcat's mbean server. -Original Message- From: Ittay Dror [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 2:00 PM To: Tomcat Users

RE: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Guy Katz
tomcat website has a server configuration link and it states for every element in the server.xml which sub elements are possible. along with knowledge of JAAS you have to acuire alone and the JAAS Realm configuration link you have been given, i would say you are set. -Original Message-

RE: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Guy Katz
:49 AM To: Tomcat Users List Subject: Re: instructions for setting up jaas over db in tomcat Guy Katz wrote: tomcat website has a server configuration link and it states for every element in the server.xml which sub elements are possible. along with knowledge of JAAS you have to acuire

tomcat releases

2005-07-26 Thread Guy Katz
hi all; i never seem to understand from the change log and release notes if a new tomcat version is worth upgrading to. i remember reading in some article that tomcat 5.5.10 has some major changes regarding the HTTP server part but i could not really see that from the release notes. did tomcat

RE: tomcat 5.5.x J2EE Connector

2005-06-02 Thread Guy Katz
tomcat is not a J2EE implementation so you should not expect JCA to be implemented in tomcat. -Original Message- From: faisal [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 1:35 PM To: tomcat-user@jakarta.apache.org Subject: tomcat 5.5.x J2EE Connector I found this

can tomcat 5.5.9 inc compatibility pack but over jdk1.5 cause a jvm crash?

2005-05-29 Thread Guy Katz
file with more information is saved as hs_err_pid85917.log # # If you would like to submit a bug report, please write # a letter to [EMAIL PROTECTED] mailing list # Guy Katz Allot Communications [EMAIL PROTECTED] tel: +972 9 7619288 fax: +972 9 7443626

self shut down of tomcat? or forced?

2005-05-19 Thread Guy Katz
hi; i am using tomcat 5.5.9 over jdk1.4 + plus compatibility package. i basically have a simple question: considerung the log below from the catalina.log file. is it possible that tomcat goes from being started to suddenlly pausing stopping by itself (what would cause such a behavior)? or is it

RE: Tomcat on XP

2005-05-18 Thread Guy Katz
did you put the jdk1.4 tomcat compatibility package in there? i dont know if this is the cause but i need it anyway. its diwnloadable from the same page you download tomcat and is called something like 5.5.9_compat -Original Message- From: Jobish P [mailto:[EMAIL PROTECTED] Sent:

RE: No such list! s (AM I THE ONLY ONE GETTING THIS SPAM)?

2005-05-17 Thread Guy Katz
am i the only one getting this annoying spam from the tomcat lisy? -Original Message- From: s [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 10:32 PM To: tomcat-user@jakarta.apache.org Subject: No such list! s Valid Lists New Atlanta List Server --- There is

RE: strange exception - need advise

2005-05-05 Thread Guy Katz
already been written to output stream. Tomcat tries to redirect to error page, but it cannot do it, because something was written. Thank you, Igor - Original Message - From: Guy Katz [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Sunday, May 01, 2005 8:44 AM

load-on-startup causes application to be deployed twice in tomcat 5.5.9

2005-05-05 Thread Guy Katz
hi; i have send a couple of emails regarding this but now i am more focused on the problem. my application was deployed twice instead of once on tomcat startup. i saw that the trouble seem to come from the load-on-startup tag in the web.xml (when its absent the problem is gone) is this a known

simple deployment problem - please help

2005-05-04 Thread Guy Katz
hi; i have tomcat 5.5.9 running with jdk1.4.2 my application is configured in a context element in the server.xml and it is deployed twice instead of once!!! (only one context is defined in the server.xml) i have no idea why. if i remove the context element from the server.xml and prepare a

tomcat 5.5 over jdk 1.4 management

2005-05-02 Thread Guy Katz
hello; is it possible to enjoy the new management features of tomcat 5.5.x over jdk 1.4? (not 1.5) where can i read documentation regarding this. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

tomcat crashes with no trace?

2005-05-02 Thread Guy Katz
hi; i have been getting very wierd behavior from tomcat 5.0.30 lately. i have 3 applications deployed on it. the OS is freeBSD. tomcat just crashes with no trace, log or proper shutdown - its like someone pulled the power plug. i am desperate and dont know how to attack this issue. any

tomcat 5.5.9 start application twice

2005-05-02 Thread Guy Katz
hi all; upgrading to tomcat 5.5.9 from 5.0.30 i noticed that my application is initialized twice. my context listener is called twice on startup and all other startup resources also (filters, etc). is this a known issue? my application is JSF based (sun RI). thanks in advance.

strange exception - need advise

2005-04-30 Thread Guy Katz
hi; i keep getting this exception below (tomcat 5.0.30). can anybody shed some light on this? my error page configuration is as follows: error-page exception-typejava.lang.Exception/exception-type location/faces/error.jsp/location /error-page error-page

is it worth upgrading to tomcat 5.5.9 over jdk1.4?

2005-04-29 Thread Guy Katz
hi all; my question is if its a good idea to upgrade to 5.5.x but over jdk 1.4. would i still get more stability, performance, etc...? what will i loose? thanks in advance ofr you help.

DatasourceRealm for tomcat 5.5

2005-04-29 Thread Guy Katz
hello; is there a porting guide for upgrading from tomcat 5 to 5.5? i am having some problems with my DatasourceRealm configuration. the = same configuration that wirks for tomcat 5.0.30 does not work for 5.5.9 is there some document that can explain the differences? i could not = find

RE: Custom Realm development: can't locate javax.management package

2005-04-18 Thread Guy Katz
its a jmx class. probably in jmx.jar -Original Message- From: alebu [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 9:46 AM To: tomcat-user@jakarta.apache.org Subject: Custom Realm development: can't locate javax.management package Hi, I was trying to develop my own Realm

RE: Off-topic question: Does Hibernate have a mailing list?

2005-04-14 Thread Guy Katz
try http://www.hibernate.org/20.html -Original Message- From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 7:01 PM To: Tomcat Users List Subject: Off-topic question: Does Hibernate have a mailing list? Hi all Does anyone know if Hibernate have a mailing

RE: still not clear with connection pooling in tomcat

2005-04-02 Thread Guy Katz
everything you need is here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html -Original Message- From: Krishnakant Mane [mailto:[EMAIL PROTECTED] Sent: Sunday, April 03, 2005 7:05 AM To: tomcat-user@jakarta.apache.org Subject: still not clear with

RE: Context sharing between 2 web apps

2005-03-16 Thread Guy Katz
take a look at the crossContext attribute in your Context element in the server configuration xml file. set it to true -Original Message- From: N G [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 5:10 PM To: tomcat-user@jakarta.apache.org Subject: Context sharing between 2 web

RE: Does from a filter setCharacterEncoding work for tc-5.0.27?

2005-02-03 Thread Guy Katz
i used TC 5.0.19,0.25,0.27 0.30 with a UTF-8 encoding filter (setting request and response encoding) and i never had any problems :) (and of course i use a language that cannot be represented with latin-1). -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Contrary of load-on-startup

2005-01-10 Thread Guy Katz
use a context listener -Original Message- From: Edouard Dalla-Costa [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 10:34 AM To: Tomcat Users List Subject: Contrary of load-on-startup Hi, I was wondering if there is a balise for the web.xml like load-on-startup but calling a

RE: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Guy Katz
you have http://www.webconexion.net based @ the uk. -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 4:32 PM To: Tomcat Users List Subject: Please recommend a Low Cost Tomcat Hosting platform Hi I have a Tomcat 4 Application ready to deploy

RE: Please recommend a Low Cost Tomcat Hosting platform

2005-01-04 Thread Guy Katz
www.javaservlethosting.com is also considered one of the best out there. -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 6:27 PM To: [EMAIL PROTECTED] Cc: Tomcat Users List Subject: Re: Please recommend a Low Cost Tomcat Hosting platform

RE: Which Java profiler for tomcat?

2004-12-15 Thread Guy Katz
my personal opinon after revirewing all major profilers: jprofiler leads the pack with easy install and intuitive profiling http://www.ej-technologies.com/products/jprofiler/overview.html -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004

RE: access log question

2004-12-13 Thread Guy Katz
PROTECTED] Sent: Monday, December 13, 2004 12:45 AM To: Tomcat Users List Subject: Re: access log question Combined has the referer. Use the copy or move command to a name webalizer likes. -Tim Guy Katz wrote: hello; i have the line below in my server.xml Valve className

RE: access log question + one more

2004-12-13 Thread Guy Katz
thanks for the help i actually read the docs before posting this here. but missed that the date format also determines the rotation granularity thanks for the help. another question is: isnt the tomcat JNDI mail session absolete in the time of authentication before sending? most websited have

access log question

2004-12-12 Thread Guy Katz
-11.txt because i am using webalizer to view stats(and know how to point it to a single file), i want the server to accumulate all data to the same access log file. or something better than a file per day/ how can i achieve this? thanks. Guy Katz Allot Communications [EMAIL

RE: How to Upload a File Using JSP?.(Snippest of code needed)

2004-08-10 Thread Guy Katz
hi; i think the oreilly package is your best choice as for now. it is very mature, and i used it in very large scale project. the commons-upload still is missing some stuff such as support for non western europian characters that are sent as the content of form fields that are not files (such as a

form-based login username and password encoding issue

2004-08-09 Thread guy katz
hi all; in my application, i let my users register to my site (with username, password , etc.. ), when they do i programatically take their username and password and move it to the authentication tables of the datasource realm so they can authenticate. i am using form-basd login. problem is

JTA tomcat

2004-08-05 Thread Guy Katz
) at org.apache.naming.NamingContext.lookup(NamingContext.java:838) so i guess that something is binded under this name in JNDI and flow goes to the trasactionFactory so what the deal here? any help is appreciated. thanks in advance. Guy Katz Allot Communications [EMAIL PROTECTED] tel: +972 9 7619288

RE: JTA tomcat

2004-08-05 Thread Guy Katz
Message- From: Guy Katz [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 12:17 PM To: '[EMAIL PROTECTED]' Subject: JTA tomcat hi; threre are some thread regarding this but i did not find a definite answer. does tomcat has a UserTransaction implementation ready to use out of the box? or do

can a virtual host have its own privatly used SSL certificate?

2004-07-15 Thread Guy Katz
). Guy Katz Allot Communications [EMAIL PROTECTED] tel: +972 9 7619288 fax: +972 9 7443626 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Guy Katz
To: Tomcat Users List Subject: Re: can a virtual host have its own privatly used SSL certificate? Guy Katz wrote: i am going to put my application in a shared hosting solution which does not provide any shared SSL support. is it possible to buy and put a SSL certificate in the scope of my virtual

RE: can a virtual host have its own privatly used SSL certificate ?

2004-07-15 Thread Guy Katz
[mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 11:21 AM To: Tomcat Users List Subject: Re: can a virtual host have its own privatly used SSL certificate ? Guy Katz wrote: thanks but are you sure? I'm sure. i read some more and got the impression that when using apache+tomcat with ip

problem with context element configuration - need some help

2004-06-16 Thread Guy Katz
configure anything wrong? thanks Guy Katz Allot Communications [EMAIL PROTECTED] tel: +972 9 7619288 fax: +972 9 7443626 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: problem with context element configuration - need some help

2004-06-16 Thread Guy Katz
Research Informatics -Original Message- From: Guy Katz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 9:55 AM To: '[EMAIL PROTECTED]' Subject: problem with context element configuration - need some help hi; regarding the configuration of a Context element. i have an application

data source problem

2004-06-15 Thread Guy Katz
assume that the driver class i am looking for (connector j of mysql) is in the common/lib (i cant see it cause i am in a shared hosting environment but i told them to put it there) thanks in advance Guy Katz Allot Communications [EMAIL PROTECTED] tel: +972 9 7619288 fax: +972

is it possible to bind something under the java:comp/env?

2004-06-15 Thread Guy Katz
) at javax.naming.InitialContext.rebind(InitialContext.java:363) how can i make the context writable? Guy Katz Allot Communications [EMAIL PROTECTED] tel: +972 9 7619288 fax: +972 9 7443626 - To unsubscribe, e

replacing tomcat bundled jars with new versions?

2004-06-10 Thread Guy Katz
hi; for tomcat 5.0.10 and up, is it valid to change the jars that are bundles with tomcat with advanced/bug fix versions? for example, take tomcat 5.0.12 and put the new commons DB pool (v1.2) instead of the existing one(v1.1)? thanks.

display problem on tomcat 4 when 'dir' attribute is used

2004-06-05 Thread guy katz
hi; i have a simple JSP (written with JSF) which accepts a text input and outputs the input in a line below. also, i am using the 'dir' attribute with a rtl value. deploying this JSP on tomcat 5 and 4 yields 2 different results: on tomcat 4, the result of the outputed Text displays all the