Manager Deployer and build.xml

2007-07-22 Thread Sangoi, Nehal (Gexpro, consultant)
Hi I have implemented manager-deployer config in my tomcat 5.5.23 setup. And using ant for my build.xml to deploy webapps. I am recieveing below errors while deployment of one of my applications named :custdash . deploy: BUILD FAILED /opt/apps/custdash/home/build/build.xml:107: java.io.IOExce

Re: MySql Connector

2007-07-22 Thread Mohammed Zabin
Thank you, what about testing the connection, i am afraid that the test code is the reason: Context initContext = new InitialContext(); Context envContext = (Context)initContext.lookup("java:/comp/env"); DataSource ds = (DataSource)envContext.lookup("jdbc/TestMySql"); Connection conn = ds.get

need allowed ips to bypass user authentication and vice-versa

2007-07-22 Thread Doug Black
I would have thought this need was common, but I found just one old thread on this list of a similar problem, and I didn't understand the answers or they seem to difficult. I need to allow certain IP ranges access to a particular context and require all others to enter a username and password. I

Re: AW: WebDav - mapping question?

2007-07-22 Thread Mark Thomas
Konstantin Breu wrote: > Hello Johnny, > maybe it helps to install this Web folders update (at the clients): > http://support.microsoft.com/kb/907306/en-us If you haven't tried this yet, don't bother. As far as I can tell the MS client is hopelessly broken. It used to be the case it was broken on

Re: Make the tomcat wiki more prominent?

2007-07-22 Thread Mark Thomas
Stephen Schaub wrote: > The Tomcat wiki at http://wiki.apache.org/tomcat has some helpful > info. But I had to dig to find it. I would like to see it given a more > prominent place on the Tomcat front page -- perhaps a link under the > "Get Involved" section, along with the current links to SVN > R

Make the tomcat wiki more prominent?

2007-07-22 Thread Stephen Schaub
The Tomcat wiki at http://wiki.apache.org/tomcat has some helpful info. But I had to dig to find it. I would like to see it given a more prominent place on the Tomcat front page -- perhaps a link under the "Get Involved" section, along with the current links to SVN Repositories and Mailing Lists.

Re: Tomcat access log question

2007-07-22 Thread John Hui
Does this mean I need to get the source for Tomcat and change the org/apache/catalina/valves/AccessLogValve.java. Then build and use my own version of Tomcat. Or is there a way that I somehow create my own org/apache/catalina/valves/AccessLogValve.java or class and put it in a directory in my To

Re: tomcat 6 and virtual donmains

2007-07-22 Thread Hassan Schroeder
On 7/22/07, Miren Urkixo <[EMAIL PROTECTED]> wrote: and can you help me for making the same configuration into tomcat 6? i am reading the doc and i dont load the configurationç I'm not sure what that last comment means, but go here: :: and read the

Re: tomcat 6 and virtual donmains

2007-07-22 Thread Miren Urkixo
and can you help me for making the same configuration into tomcat 6? i am reading the doc and i dont load the configurationç thanks - Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, July 22, 2007 3:46 PM Subject: Re: tomcat 6 and vi

Re: MySql Connector

2007-07-22 Thread Pid
You can define either: a) Resource inside a Context - either in META-INF/context.xml or host/.xml b) ResourceLink inside a Context (as above) referring to a global Resource defined in server.xml. You're doing both at the moment, so one of them isn't being used, depending on where you place

AW: WebDav - mapping question?

2007-07-22 Thread Konstantin Breu
Hello Johnny, maybe it helps to install this Web folders update (at the clients): http://support.microsoft.com/kb/907306/en-us Cheers, Konstantin -Ursprüngliche Nachricht- Von: Johnny Kewl [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 22. Juli 2007 18:39 An: Tomcat Users List Betreff: We

Re: tomcat 5.5 and J2SE 1.4

2007-07-22 Thread flintban
Thanks Roger Problem solved -Original Message- From: Roger <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sun, 22 Jul 2007 2:49 pm Subject: Re: tomcat 5.5 and J2SE 1.4 Unzip the compatibility package (be sure to have the same version as your Tomcat version), then you'll see seve

Re: Tomcat 3.3 and SSL Certificate Key with a Passphrase

2007-07-22 Thread Bill Barker
"Inash Zubair" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. > > I've been trying to tackle a problem with adding an SSL certificate to > the keystore using the keytool. We have purchased a Verisign SSL > Secure Site Pro certificate which was generated with a key using a > pas

Re: tomcat 5.5 and J2SE 1.4

2007-07-22 Thread Roger
Unzip the compatibility package (be sure to have the same version as your Tomcat version), then you'll see several folders (common and lib I believe). Copy those into the Tomcat install folder, over the current ones. They replace some of the tomcat jars. That should do it. Roger Op 22 jul

tomcat 5.5 and J2SE 1.4

2007-07-22 Thread flintban
Tomcat 5.5 is designed to run on J2SE 5.0 and later, and requires configuration to run on J2SE 1.4.? Make sure to read the "RUNNING.txt" file in the fulldocs downloadable file(s) if you are using J2SE 1.4. Hi there, ??? I am trying to run tomcat 5.5 with java 1.4.? I can't find this "RUNNING.txt

Re: bad workers.properties configuration

2007-07-22 Thread Rainer Jung
Titi Wangsa schrieb: > ommit lbfactor ? You don't need it without a load balancer (and even then the default value of 1 is OK for most uses), but it doesn't harm either. Regards, Rainer > > On 7/20/07, Joe Riopel <[EMAIL PROTECTED]> wrote: >> On 7/19/07, Raffaele Viola <[EMAIL PROTECTED]> wrot

Re: bad workers.properties configuration

2007-07-22 Thread Rainer Jung
Joe Riopel schrieb: > On 7/19/07, Raffaele Viola <[EMAIL PROTECTED]> wrote: >> I write this workers.properties >> >> worker.list=default >> worker.default.port=8009 >> worker.default.host=localhost >> worker.default.type=ajp13 >> worker.default.lbfactor=1 > > Is that all you have in the worker.pro

RE: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request fai

2007-07-22 Thread MC Moisei
Anyone, any ideas ?From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed.Date: Sat, 21 Jul 2007 11:02:30 -0500 Hello,I having this strange problem and unexpected issue.I do have an upload page and I al

WebDav - mapping question?

2007-07-22 Thread Johnny Kewl
Hi guys, Being using FTP, thought I would give WebDav a try, but cant get it working nicely... This is the mapping for the webdav servlet, and this I can get working with IE web folders (ms webdav client) seems to work nicely. webdav /* So I thought, nice, but it overrides the default w

Re: tomcat 6 and virtual donmains

2007-07-22 Thread Hassan Schroeder
On 7/22/07, Miren Urkixo <[EMAIL PROTECTED]> wrote: . i am working using tomcat 5.0.XX and my virtual host configuration i made into the server.xml file. i am testing tomcat 6 i am configuring the virtualhost into the server xml and it says me always, whe i try to load the page, that the conext

Re: mod_jk vs. reverse proxy

2007-07-22 Thread Mark Deneen
I've had it happen in both Internet Explorer and Firefox. Personally I've only seen it in Firefox, but users had been complaining about the issue... and they are only using IE. Mark On 7/22/07, Pid <[EMAIL PROTECTED]> wrote: Mark Deneen wrote: > Since we're all giving mod_jk a big hug here I t

tomcat 6 and virtual donmains

2007-07-22 Thread Miren Urkixo
HEllo i have one great problem. i am working using tomcat 5.0.XX and my virtual host configuration i made into the server.xml file. i am testing tomcat 6 i am configuring the virtualhost into the server xml and it says me always, whe i try to load the page, that the conext doesn't exist. can

Re: MySql Connector

2007-07-22 Thread Mohammed Zabin
Would you please be more specific? which file you mean? I have created Oracel connection Pool as the stated way above, and it's worked fine, shall i put resource defeninitoin in context.xml only? On 7/22/07, Pid <[EMAIL PROTECTED]> wrote: You only need one resource definition. You only need a r

Re: MySql Connector

2007-07-22 Thread Pid
You only need one resource definition. You only need a resource link definition if your resource is a global one. Simplify your configuration and then post the error message from the logs so we can see Tomcat says is wrong. p Mohammed Zabin wrote: Hi All I have confiured oracle connection

Re: mod_jk vs. reverse proxy

2007-07-22 Thread Pid
Mark Deneen wrote: Since we're all giving mod_jk a big hug here I thought I would point out that I had issues with both mod_proxy_http and mod_proxy_ajp which were solved by moving (back) to mod_jk. Intermittently the response to the browser would be sent as plain-text (the browser just prints o

MySql Connector

2007-07-22 Thread Mohammed Zabin
Hi All I have confiured oracle connection pool on my tomacat 6, and it worked fine. When i came to configure MySql, I repeated the same steps for Oracle databse, with considering the specfication of MySql database. But it's didn't work. Any Help please about configuring MySql, I downloaded MySql