Encoding Problem - Š š Ž ž TOmact and WAS

2006-04-30 Thread birendar . waldiya
Hi Gurus , I am facign a typical problem regarding the special characeter Š š Ž ž which get uploaded into the database in differently when uploaded throgh windows environment and my UNIX environment . I upload data using 1. TXT and 2. XLS file , when on window setup it uplaoded the uploaded dat

Tomcat SSL on Solaris 8

2006-04-30 Thread Michael Gesundheit
Can somebody provide any reference for Tomcat SSL on Solaris 8? Thanks, -Michael

RE: Easy Tomcat Linux/Unix Platform--Apology

2006-04-30 Thread Bill Clemmons
Friends-- I am SO sorry to send this post out to the list. It obviously is completely unrelated to the thread or this list . . . sigh. Gotta get some more sleep! All the best for a wonderful week, Bill Bill Clemmons Point Loma Nazarene Univ. San Diego CA 92106 _

RE: tomcat clustering

2006-04-30 Thread Tim Lucia
Yes. (Here's how http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html ) Tim -Original Message- From: funnybotfreebot [mailto:[EMAIL PROTECTED] Sent: Sunday, April 30, 2006 10:44 PM To: users@tomcat.apache.org Subject: tomcat clustering is there a way to enable tomca

tomcat clustering

2006-04-30 Thread funnybotfreebot
is there a way to enable tomcat clustering? http://www.qtbot.com -- View this message in context: http://www.nabble.com/tomcat-clustering-t1534947.html#a4170374 Sent from the Tomcat - User forum at Nabble.com. - To unsubscrib

RE: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Bill Clemmons
Well, first you need to put in the double bar and repeat in order to create the the simple binary form, remember? ||: A :||: B :|| Find the spot where you cadence in A and create your double bar, and end of the A section there. then, you need to recapture your opening material by getting rid

Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Steve Ochani
> If you would like to use a current version of RedHat there are several > clones. One that I use is TAOLinux. It is currently RHEL4. The goal of > this project was to create as close to a RedHat release as possible. There is also CentOS. http://www.centos.org/ CentOS is a compile of RedHat Ent

Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Parsons Technical Services
If you would like to use a current version of RedHat there are several clones. One that I use is TAOLinux. It is currently RHEL4. The goal of this project was to create as close to a RedHat release as possible. If you set up the GUI there is a very straight forward security tool to do the firew

Re: My Tomcat just not start

2006-04-30 Thread manivannan_palanichamy
hi, I will recommend you to manually start/stop tomcat (I mean, without using this Start->Programs magics! ). You can go to your tomcat installation directory (Ex: c:\program files\tomcat1.4 etc..) and then switch to bin directory, run the bat file, startup.bat. Now see what happens and po

Re: Multiple instances of Tomcat on same machine

2006-04-30 Thread manivannan57
hi, I dont understand why you would like to run 'multiple instances' of tomcat on a single machine. That's not going to boost the performance. Instead, it can create crowd in the memory as each tomcat instance requires a seperate jvm instance. Better, if you deploy all the application in a singl

Re: using ant to start a servelet failed

2006-04-30 Thread Rolf Schumacher
Mark Thomas wrote: Rolf Schumacher wrote: http://localhost/manager"/> You should be starting a web application, not an individual servlet. Thanks for your answer, Mark. It was more simple than that: I just typed the password wrong (took me a long time to find that b

Re: Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Warren Pace
lrnobs - need to make a correction to my reply. Regarding versions of Tomcat offered as packages with Linux distributions. Change that to read 5.0.3 not 5.3.0. > > From: Warren Pace <[EMAIL PROTECTED]> > Date: 2006/04/30 Sun PM 01:39:40 EDT > To: "Tomcat Users List" > Subject: Re: Easy Tomc

Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Warren Pace
SUSE 10 would be a good choice. It's the Novell group's open source offering. After installation & updates you'll have the latest sun jvm (you'll want to add inst-source.java to your install sources list), and a very recent MySQL. The only problem is with Tomcat. I know of no Linux distribut

Multiple instances of Tomcat on same machine

2006-04-30 Thread keith
Hi all, I'm wondering if anyone knows what are the advantages of running the same web application in multiple instances of Tomcat on the same machine (with a dual duo-core Intel processor). Do having multiple instances affect performance positively or negatively taking in to account that the

Easy Tomcat Linux/Unix Platform

2006-04-30 Thread lrnobs
I have a project that I need to deploy on the web. It was up and running as a prototype a few years ago on the current RedHat version of that time. I had professional help on the Linux end at that time. I want to deploy it with a current Linux or BSD version in the next couple of days. I shoul

RE: Where i can find tomcat clustring features list ?

2006-04-30 Thread Tim Lucia
Tomcat most-definitely supports failover and cluster deployment. Both of these facts and how-to can be found in the tomcat documentation. http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Sunday, April 3

Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread lrnobs
Sorry. I rarely post and had no idea that this would be associated with any other post. Larry Mark Thomas wrote: When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archivi

Re: Where i can find tomcat clustring features list ?

2006-04-30 Thread Legolas Woodland
Thanks for reply Mark Thomas wrote: Legolas Woodland wrote: Does tomcat support fail over in a clustered environment ? Yes I find a document in tomcat documentation : *tomcat*.apache.org/*tomcat*-5.0-doc/*cluster*-howto.html is there any more documents around ? How i can use Fail o

Classloading questions

2006-04-30 Thread Christopher Piggott
As an experiment, I placed a file in the webapp dir of a servlet (not in WEB-INF but in the directory above it) and attempted to read it using getResource(). What I found was that I could not locate the resource unless I used getServletContext().getResource(). Reading through the Classloading Ho

Re: using ant to start a servelet failed

2006-04-30 Thread Mark Thomas
Rolf Schumacher wrote: > > > password=".mypwd." url="http://localhost/manager"/> > You should be starting a web application, not an individual servlet. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Re: Where i can find tomcat clustring features list ?

2006-04-30 Thread Mark Thomas
Legolas Woodland wrote: > Does tomcat support fail over in a clustered environment ? Yes > is there any utility or library which can add clustering to tomcat? Tomcat does this out of the box. Mark - To unsubscribe, e-mail: [EMAI

Re: auth-mode=DIGEST and MD5 digested passwords

2006-04-30 Thread Mark Thomas
digby wrote: > Is there anything to be aware of when (confusingly) you're doing DIGEST > authentication with a standard JDBC realm using MD5 digested passwords? > > I've just tried changing an existing app with BASIC authentication to > DIGEST and it stopped authenticating me. I tried all sorts of

Re: Can't authenticate to admin, tried everything

2006-04-30 Thread Mark Leone
Mark Leone wrote: I have tomcat 5.5.17 and I recently downloaded the admin web app. I can't seem to find a way to authenticate to it. I have an existing JDBCRealm that works fine with the manager web app, using digested passwords. I added a user with a non-digested password, since admin uses F

Re: catalina.out

2006-04-30 Thread Tim Diggins
kalin mintchev wrote: hi all... how come if i raname catalina.out to catalina.out.OLD and the create a new catalina.out tomcat still writes to catalina.out.old?! I believe that's really to do with the magic of the underlying filesystem and not tomcat-related (think of filesystem names un