getting 404 after migrating app to rpm based tomcat install

2023-10-12 Thread Niranjan Babu Bommu
Can some please help me out with this?. recently we have started migrating our application from Tomcat 8.5.49 (tar file) to the RPM-installed Tomcat 8.5.89. We encountered a 404 error after the migration tomcat 8.5.49 tar file installation: TOMCAT_HOME: /deploy/software/tomcat TOMCAT_BASE: /de

Re: Tomcat SSL - Issue

2021-09-22 Thread Niranjan Babu Bommu
iddleware Admin > T +91.7879364483 > EMail - priyanka.kuma...@dxc.com > DL - ams-leveraged-webadmin-offsh...@dxc.com > > DXC Technology > > > > > > > -Original Message- > From: Niranjan Babu Bommu > Sent: 22 September 2021 04:53 > To: Tomcat User

Re: Tomcat SSL - Issue

2021-09-21 Thread Niranjan Babu Bommu
Another way you get supported is TLS and the cipher suite. nmap -sV --script ssl-enum-ciphers -p nmap -sV --script ssl-enum-ciphers -p On Tue, Sep 21, 2021 at 5:25 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Priyanka, > > On 9/21/21 13:52, Kumawat, Priya

Re: JVM job for Tomcat taking lots and lots of CPU

2020-02-12 Thread Niranjan Babu Bommu
have you turned on codecahe , if that is true can you monitor codecahe? known issue with codecache in java 7, when codecache fills up the compiler may not get get restarted even after the codecache occupancy drops down to half after the emergency flushing, this may cause high cpu usage by the compi

Re: setupenv.sh

2018-04-20 Thread Niranjan Babu Bommu
options -d32 and -d64 have been addd to the java launcher to specify whether the program is be run in a 32-bit or 64-bit env, this is valid only certain unix(solaris) env, windows and linux have their own 32-bit or 64-bit java installations. On Fri, Apr 20, 2018 at 8:32 AM, Cheltenham, Chris <

Re: Tomcat managed server

2017-06-30 Thread Niranjan Babu Bommu
Hi Subhro, tomcat document has the all the info you are looking for. https://tomcat.apache.org/tomcat-7.0-doc/RUNNING.txt https://tomcat.apache.org/tomcat-8.0-doc/RUNNING.txt look for "Advanced Configuration - Multiple Tomcat Instances" in that page. thanks Niranjan On Fri, Jun 30, 2017 at 11:

Re: tomcat installation errors

2016-12-20 Thread Niranjan Babu Bommu
may be pid file lying around from earlier stop/start? remove the pid file and start again. /opt/tomcat/temp/tomcat.pid On Tue, Dec 20, 2016 at 4:08 PM, Mary Wiegand wrote: > Hi, > > I'm installing tomcat v8.5.9 on ubuntu 16.04 > > this is my tomcat.service file: > > #System unit file for tom

Re: Apache/Tomcat vulnerability

2016-11-25 Thread Niranjan Babu Bommu
you can find who is flooding site in apache access.log and block them in firewall. ex to find the IP: cat /var/log/apache2/access.log |cut -d' ' -f1 |sort |uniq -c|sort -gr On Fri, Nov 25, 2016 at 8:42 AM, Jaaz Portal wrote: > hi, > we are from some weeks struggling with some Polish hackers

Re: tomcat cache database server IP forever

2016-06-16 Thread Niranjan Babu Bommu
14/16 10:06 AM, Niranjan Babu Bommu wrote: > > Thanks for your reply, here I'm attaching server.xml file in this > > email. > > > > actually we are running MHA for mysql where we can spin up new db > > server and add to the cluster or change the IP of db server &g

Re: tomcat dns cache forever

2016-06-14 Thread Niranjan Babu Bommu
Hi Chris, here is how I'm connecting to the database. Thanks Niranjan On Tue, Jun 14, 2016 at 3:41 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Niranjan, > > On 6/10/16 11:45 AM, Niranjan Ba

Re: tomcat cache database server IP forever

2016-06-14 Thread Niranjan Babu Bommu
ks fine, the same in-house application works in jboss when we change the IP of DB server but tomcat behaving differently. I ran out of options to figure out where is the problem. Thanks Niranjan On Tue, Jun 14, 2016 at 4:04 AM, Mark Thomas wrote: > On 13/06/2016 19:21, Niranjan Babu

tomcat cache database server IP forever

2016-06-13 Thread Niranjan Babu Bommu
Hi All, I have an issue with tomcat dns cache ttl, where if I change the IP address of the database, tomcat still sending connection requests to an old IP until I restart tomcat, this is not the case with Jboss. I verified in java security, this what we have in java. #networkaddress.cache.ttl=-1

tomcat dns cache forever

2016-06-10 Thread Niranjan Babu Bommu
Hi All, I have an issue with tomcat dns cache ttl, where if I change the IP address of the database, tomcat still sending connection requests to an old IP until I restart tomcat, this is not the case with Jboss. I verified in java security, this what we have in java. #networkaddress.cache.ttl=-1

Re: Problem with monitoring with JMX

2016-05-24 Thread Niranjan Babu Bommu
henticate=false \ -Dcom.sun.management.jmxremote.ssl=false " I'm guessing when you set this in setenv.sh, this may not able to find all the classes. On Tue, May 24, 2016 at 4:31 PM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > make sense, if you are not using shared apps better to use CATALINA_O

Re: Problem with monitoring with JMX

2016-05-24 Thread Niranjan Babu Bommu
make sense, if you are not using shared apps better to use CATALINA_OPTS. On Tue, May 24, 2016 at 4:07 PM, Edwin Quijada wrote: > I read that is better use CATALINA_OPTS instead of JAVA_OPTS > > > From: Niranjan Babu Bommu > Sent: Tuesda

Re: Problem with monitoring with JMX

2016-05-24 Thread Niranjan Babu Bommu
I think this would be JAVA_OPTS. CATALINA_OPTS="-Xms512M -Xmx1024M -server -XX:+UseParallelGC" On Tue, May 24, 2016 at 2:50 PM, Edwin Quijada wrote: > Hi! > I am trying to monitor my Tomcat server using JMX remote when I configure > the JMX protocol when I try to start Tomcat I get this > > Cou

Re: tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
I'm re-posting my ds On Wed, May 11, 2016 at 10:16 AM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > I tried the same config on test stacks. numidle always "10" why it is > behaving differently in prod? > >auth="Container&q

Re: tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
I tried the same config on test stacks. numidle always "10" why it is behaving differently in prod? On Wed, May 11, 2016 at 7:35 AM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > Hi Mark > I have included defined data source in this mail, do you want me

Re: tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
Hi Mark I have included defined data source in this mail, do you want me to include complete server.xml? thanks Niranjan On Wed, May 11, 2016 at 7:19 AM, Mark Thomas wrote: > On 11/05/2016 11:58, Niranjan Babu Bommu wrote: > > Hi, > > > > we are migrating prod servers to

tomcat(7.0.56) is not releasing idle jdbc connections

2016-05-11 Thread Niranjan Babu Bommu
Hi, we are migrating prod servers to tomcat, since we are doing it slowly we have found an issue in jdbc connection pool, tomcat is not releasing idle jdbc connections, even we have tried setting maxIdle="10" but "NumIdle 97" always. due to this threads are piling up in database. I'm including my

Re: Issue with JMX in tomcat

2015-04-07 Thread Niranjan Babu Bommu
What you see in the log? can you try chmod to read on two files? -r 1 jmxremote.password -r 1 jmxremote.access On Tue, Apr 7, 2015 at 11:19 AM, Paul, Subhro wrote: > > > -Original Message- > From: Niranjan Babu Bommu [mailto:niranjan.bo...@gmail

Re: Issue with JMX in tomcat

2015-04-07 Thread Niranjan Babu Bommu
I think the following OPTS is missing. -Dcom.sun.management.jmxremote=true On Tue, Apr 7, 2015 at 10:45 AM, Paul, Subhro wrote: > Dear Team, > > Below is the property I was using to enable JMX in tomcat.conf file > without authentication : > > CATALINA_OPTS="${CATALINA_OPTS} -Dcom.sun.managemen

Re: catalina.out rotation in tomcat 7.0.56

2014-11-26 Thread Niranjan Babu Bommu
Hi Chris, Can you please help me out catalina.out rotation, I have only thing pending in my migration project. I want to rotate catalina.out everyday midnight. Thanks Niranjan On Fri, Nov 21, 2014 at 2:00 PM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > Hi Chris, >

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
it works for me with this conf. On Mon, Nov 24, 2014 at 11:27 AM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > Are you able to see the 8443 port listening? > > nc -z 8443 > > On Mon, Nov 24, 2014 at 11:25 AM, Kernel freak > wrote: > >> I have

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
ct, your connection to this website maynotbe encrypted. What am I > doing wrong? > > > > On Mon, Nov 24, 2014 at 5:20 PM, Niranjan Babu Bommu < > niranjan.bo...@gmail.com> wrote: > > > Sorry, I did not notice that. > > > > > >- *Impor

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
the CA-Bundle file? Did you got a chance to look > at the question I have posted on Stackoverflow mentioned in the original > question? > > On Mon, Nov 24, 2014 at 4:51 PM, Niranjan Babu Bommu < > niranjan.bo...@gmail.com> wrote: > > > Hi Kernel, > > > > I t

Re: Deploying .ca-bundle file & .crt file as SSL certificates

2014-11-24 Thread Niranjan Babu Bommu
Hi Kernel, I think you have create a keystore from the cert, please follow these instruction and ket me know. Create store with temporary key inside: keytool -genkey -alias -keystore yourkeystore.jks -storepass Hello1 Then delete existing entry: keytool -delete -alias temp -keystore yourkeysto

Re: catalina.out rotation in tomcat 7.0.56

2014-11-21 Thread Niranjan Babu Bommu
er Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Niranjan, > > On 11/21/14 10:38 AM, Niranjan Babu Bommu wrote: > > I’m working on a project migrating apps from jboss to tomcat, I’m > > running into an issu

catalina.out rotation in tomcat 7.0.56

2014-11-21 Thread Niranjan Babu Bommu
Hi I’m working on a project migrating apps from jboss to tomcat, I’m running into an issue that is catalina.out rotation, I’m using log4.properties. Everything works fine, log rotation happening but not everyday midnight. I ‘m having difficult time to figure out. could some one help me out on this

RE: JspTagException- Stream closed

2013-09-04 Thread Babu, Tinu
; this.ds = null; this.rs = null; this.iter = null; } -Original Message- From: Babu, Tinu [mailto:tinu.b...@amd.com] Sent: Monday, August 26, 2013 2:51 PM To: Tomcat Users List Subject: RE: JspTagException- Stream closed The RowSetIterate tag is declared in the JSP itself

RE: JspTagException- Stream closed

2013-08-25 Thread Babu, Tinu
Subject: Re: JspTagException- Stream closed -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tinu, On 8/20/13 9:59 PM, Babu, Tinu wrote: > Here is the piece of codes which is throwing the error. > > datasource="userRole" > "> datasource="userRole" datait

RE: JspTagException- Stream closed

2013-08-20 Thread Babu, Tinu
JspTagException- Stream closed -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Babu, On 8/19/13 2:59 AM, Babu, Tinu wrote: > Thank you Konstantin and Chris for your valuable comments. > > No image IO operation has been performed by the thread. Basically what > it does is, we have a

Remove default files, example JSPs and Servlets from the Tomcat Servlet/JSP container.

2013-05-08 Thread suresh babu yella
Hi, We are using tomcat 6.0.18 and we got common vulnerability reported for having default files, example JSPs and Servlets from the Tomcat Servlet/JSP container. I need a steps to Remove default files, example JSPs and Servlets from the Tomcat Servlet/JSP container. Thanks Sures

Re: Fix CVE tomcat 6.0.18 with out upgrade

2013-05-08 Thread suresh babu yella
hanks Suresh On Wed, May 8, 2013 at 10:11 AM, Daniel Mikusa wrote: > On May 8, 2013, at 12:11 PM, suresh babu yella wrote: > > > We are using tomcat 6.0.18 and we found below number of Common > > Vulnerabilities and Exposures (CVE). > > Not surprising given the versio

Fix CVE tomcat 6.0.18 with out upgrade

2013-05-08 Thread suresh babu yella
We are using tomcat 6.0.18 and we found below number of Common Vulnerabilities and Exposures (CVE). High Vulns: 98 Medium Vulns: 50 Low Vulns: 6 We cannot upgrade/patch any of those components due to supportability concerns from Autonomy. How can I apply a fix for all the CVE, I see the build

RE: Memory leak in using SSL with Tomcat 6.0.18 - Solved

2010-08-05 Thread Sarath Babu Polavarapu
Good Work Bala. -Original Message- From: B. Balakrishna Rao [mailto:balakrishna_...@persistent.co.in] Sent: Thursday, August 05, 2010 5:29 PM To: Tomcat Users List Subject: RE: Memory leak in using SSL with Tomcat 6.0.18 - Solved The problem with memory leak using Tomcat 6.0.18 with SSL+

Kerberos header passing issue

2010-06-04 Thread Krishnan, Babu
Hello We are having Desktop SSO for an application hosted on tomcat. The Desktop SSO uses kerberos authentication. We are using spnego.sourceforge.net solution for enabling SSO on tomcat end. Now, desktop SSO works charm. Now we would like to front tomcat with APache and use mod_jk for connecting

Tomcat Connection Problem

2009-09-26 Thread Sharath Babu S S S
(DelegatingConnection.java:159) at org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.createStatement(PoolingDataSource.java:204). With Regards Sharat Babu Shravanam Byte and Switch Names Solix

Maximum Number of processes Exceeded

2009-09-17 Thread Sharath Babu S S S
(BasicDataSource.java:880) at utils.ConnectionBroker.makeConnection(ConnectionBroker.java:256) at utils.ConnectionBroker.makeConnection(ConnectionBroker.java:76) at beans.PurgeProcess_T.run(PurgeProcess_T.java:166) With Regards Sharat Babu Shravanam

RE: Re : Connection Closed Issue

2009-09-16 Thread Sharath Babu S S S
"CONNECTION NEVER CLOSED". With Regards.... Sharat Babu Shravanam From: Gaurav Lohiya [mailto:gloh...@gmail.com] Sent: Wed 9/16/2009 8:21 AM To: Tomcat Users List Subject: Re: Re : Connection Closed Issue Do you have the validation query

Connection Closed Issue

2009-09-16 Thread Sharath Babu S S S
: run() Thread 78: Exception Releasing Resources java.sql.SQLException: Connection oracle.jdbc.driver.T4CConnection@ 1c9e95a is closed. for CONFIG 100019 For RUN_ID 100063 With Regards Sharat Babu Shravanam Byte and

New Mail Id

2007-12-13 Thread Suresh babu
Hello all, Please note my new maild ID [EMAIL PROTECTED] , and also please send test mail as well... -- Suresh Babu, Software Engineer, Computer Associates-India

Re: Where to find session cookies

2007-06-26 Thread Venkatesh Babu
Think the servlet APIs like response.addCookie() etc ... might be helpful here. You can send couple of cookies in your response header, the browser will store these cookies permanently in harddisk. -Venkatesh - Original Message From: lightbulb432 <[EMAIL PROTECTED]> To: users@tomcat.a

increase the backend idle connection timeout or the connection_pool_minsize

2007-04-03 Thread Babu Satasiya
tion_tcp_send_message::jk_ajp_common.c (896): 12 34 00 E6 02 02 00 08 48 54 54 50 2F 31 2E 31 - .4..HTTP/1.1 With regards, Babu Satasiya -- View this message in context: http://www.nabble.com/increase-the-backend-idle-connection-timeout-or-the-connection_pool_minsize-tf352236

Re: increase the backend idle connection timeout or the connection_pool_minsize

2007-03-28 Thread Babu Satasiya
increase the nos for worker.tomcat-publicweb-01.connection_pool_size=50 worker.tomcat-publicweb-01.connection_pool_minsize=26 This modification you need to do in workers.properties. Please update this does not help. With regards, Babu Satasiya Cisco System Inc. Fletcher Cocquyt wrote

Tomcat going down abruptly

2007-03-13 Thread Venkatesh Babu
Hello all, We have hosted a small vehicle retail website using tomcat as app server. The site has been live from around 6-7 months, just that the number of vehicles on our site is increasing. The site was working fine till last week, but in the last week we are seeing that our site is unstable,

Re: [OT] mod_jk sticky session now working !! My bad.

2007-02-27 Thread Babu Satasiya
one can do session replication and it will help to have high availabilty and load balancing together. Please update. Babu Satasiya Cisco System Inc. Scott Danforth wrote: > > Aha!!! > > I was confused by the XML. I was changing the Engine element that was > previously commente

Re: [OT] A Howto for Tomcat 6.0.9, mod_jk, apache 2.2 load balancing + session replication

2007-02-15 Thread Babu Satasiya
, Babulal Satasiya Cisco System Inc. Sriram Narayanan wrote: > > On 2/14/07, Babu Satasiya <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Please update about cluster option in server.xml, without that how does >> it >> work. If you can post all the

RE: mod_jk -> tomcat sending delay

2007-02-13 Thread Babu Satasiya
Hi, oh!! Its always - Apache+mod_jk - connecting to multiple tomcates on different systems. With regards, Babu Satasiya Propes, Barry L [GCG-NAOT] wrote: > > New using Tomcat 5 series -- just where is mod_jk within Tomcat? > > Please let me know. > > Thanks, >

Re: [OT] A Howto for Tomcat 6.0.9, mod_jk, apache 2.2 load balancing + session replication

2007-02-13 Thread Babu Satasiya
Hi, Please update about cluster option in server.xml, without that how does it work. If you can post all the steps will help others, otherwise it may even confuse to others. Thanks for posting on session replication, please let me know if we anyone have live application and if they go for sessio

Re: [OT] mod_jk seems to fail if not in debug mode

2007-02-13 Thread babu
paramenters in sever.xml. It could be 2 miliseconds so I put 20 seconds in mod_jk. Please past server.xml and workers.properties (which you did). With regards, Babu Satasiya Cisco System Inc. Dave Gardner wrote: > > mod_jk seems to fail if not in debug mode > > I've set up

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread babu
thius. With regards, Babulal Satasiya Rainer Jung-3 wrote: > > Version 1.2.6 of mod_jk is an antiquity. First update before > investigating the problem. > > babu wrote: >> Hi, >> >> We are also facing same problem and we are using mod_jk 1.2.6 with apache &g

Re: [OT] mod_jk replacement?

2007-02-09 Thread babu
Hi, I am also running with same problem, Please let me know if any settings have helped to solve this problem. With regards, Babulal Satasiya Cisco System Inc. Sanjose, CA JNeuhoff wrote: > >> Do I remember correctly, that Apache and Tomcat are on the same machine? >> Is there a firewall on

Re: [OT] mod_jk -> tomcat sending delay

2007-02-09 Thread babu
Hi, We are also facing same problem and we are using mod_jk 1.2.6 with apache 2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have Apache+mod_jk with LB + 9 tomcats in backend. Mod_jk is set with sticky bit set. Partial workers.properites worker.list=loadbalancer worker.lo

Re: Garbace Collection executes 1GB but HEAP Size at 1.5GB!

2007-01-10 Thread Suresh babu
commands, e-mail: [EMAIL PROTECTED] -- Suresh Babu, Software Engineer, Computer Associates-India

Re: from https to http?

2007-01-04 Thread Suresh babu
fSjZ+YlIfUXzaXatPV0Kg= =mxZ3 -END PGP SIGNATURE- - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Suresh Babu, Software Engineer, Computer Associates-India

Problem with redeploying webapp in tomcat

2006-08-11 Thread Venkatesh Babu
Hello All, We have an automated script that builds our webapp (.war file) and deploys this app on our remote webserver, using the remove and install facilities provided by tomcat manager. We run this script daily at a particular scheduled time. The script creates the application war file, send th

Re: Setting the classpath for my application

2006-07-24 Thread Suresh babu
k/ControlServlet.class"? Another thing you could try is this: $ javap -classpath webapps/abc/WEB-INF/lib/abc.jar \ com.abc.framework.ControlServlet This should print out the API of your class. If it does not, then either the JAR is broken or the package and class names are

Re: out of memory error

2006-07-20 Thread Suresh babu
GC details will be printed in console On 7/20/06, MW Janssen <[EMAIL PROTECTED]> wrote: thx for the fact that you want to look into it..i set those parameters and restarted tomcat..are GC details printed in stout.log?? Maarten -Oorspronkelijk bericht- Van: Suresh babu [mailto:

Re: out of memory error

2006-07-19 Thread Suresh babu
-mail: users@tomcat.apache.org To unsubscribe, >> e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.1.394 / Virus Database: 268.10.1/391 - Release Date: 18-7-2006 >> >> > > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Suresh Babu, Software Engineer, Computer Associates-India

Re: Increase Heapsize

2006-07-19 Thread Suresh babu
ot the intended recipient, you should delete this communication and/or shred the materials and any attachments and are hereby notified that any disclosure, copying, or distribution of this communication, or the taking of any action based on it, is strictly prohibited. Thank you. -- Sures

Re: Increase Heapsize

2006-07-19 Thread Suresh babu
Hi, Use following line in catalina file set JAVA_OPTS=%JAVA_OPTS% -verbosegc -XX:+PrintGCDetails in windows change accordingly to linux. Run stratup.sh from command line: to see all heap information on console. On 7/19/06, Suresh babu <[EMAIL PROTECTED]> wrote: Hi It's an op

Re: Increase Heapsize

2006-07-18 Thread Suresh babu
based on it, is strictly prohibited. Thank you. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Suresh Babu, Software Engineer, Computer Associates-India

Re: Increase Heapsize

2006-07-17 Thread Suresh babu
-verbosegc -XX:+PrintGCDetails On 7/18/06, Suresh babu <[EMAIL PROTECTED]> wrote: Hi, Using -verbose:gc will also help in finding out the heap size On 7/18/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: > > Ibrahim, > > > I've increased the heaps

Re: Increase Heapsize

2006-07-17 Thread Suresh babu
Hi, Using -verbose:gc will also help in finding out the heap size On 7/18/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Ibrahim, > I've increased the heapsize in my development enviroment. > And I don't knowhow to confirm the change has been made to the effect the > whole system is affe

Setting locale for a particular web application

2006-07-09 Thread Venkatesh Babu
Hello All, We are using Tomcat 4.1.3 . We have 2 web applications running on the same webserver. The problem I'm facing is that I need to change the locale information while instantiating one of these web application. Is such thing possible? I tried setting the JVM opts -Duser.language and -Duser

Re: Undeploy task not working

2006-06-07 Thread Venkatesh Babu
Hi Mark, I went through the link given by you. Also checked for permissions of "webapps" folder (guess things are fine). The link is for Tomcat 5.5 but I'm working with Tomcat 4.3.1 . The context entry put by tomcat, for app1, when deploying the application is: In addition I

Re: Undeploy task not working

2006-06-07 Thread Venkatesh Babu
> HTH > > > On 6/6/06, Peter Hubbard <[EMAIL PROTECTED]> > wrote: > > > > On Mon, 2006-06-05 at 23:40 -0700, Venkatesh Babu > wrote: > > > Hello All, > > > > > > I'm using Tomcat 4.1 and trying to > deploy/undeploy > > > ap

Undeploy task not working

2006-06-05 Thread Venkatesh Babu
Hello All, I'm using Tomcat 4.1 and trying to deploy/undeploy application using ant targets. Earlier I posted a mail on deploy task not working due to some protocol error. Got the solution for that :-) But right now undeploy task is not working. It is giving an error saying: FAIL - Cannot remov

Re: Problem while deploying war

2006-06-05 Thread Venkatesh Babu
Hi Mark, Thanks for the solution. Actually file:///C:\temp\app1\app1.war works -Venkatesh --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Venkatesh Babu wrote: > > Can anybody help me and point out what might be > the > > problem? > > Your url starts C:/ (so C lo

Problem while deploying war

2006-06-04 Thread Venkatesh Babu
Hi all, I'm using Tomcat 4.1.31. I have a war file and I'm using the ant target "" to deploy this war. Here is the code snippet of my build.xml : http://${tomcat.server.name}:${tomcat.server.port}/manager"/> But when I call this target, I'm getting

Problem while deploying war

2006-06-02 Thread Venkatesh Babu
Hi all, I'm using Tomcat 4.1.31. I have a war file and I'm using the ant target "" to deploy this war. Here is the code snippet of my build.xml : http://${tomcat.server.name}:${tomcat.server.port}/manager"/> But when I call this target, I'm getting

Clarification needed on tomcat 5.5 setup

2005-12-28 Thread Babu Subburathinam
r on how to get tomcat running with only the JRE using the zipped varient will greatly help. Thanks, Babu

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-07 Thread Vijay Babu
On 12/8/05, Vijay Babu <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks for your suggestions. But unfortunately none of them worked. > > Actually the application sets the Locale based on browser settings. So > the response encoding is set to the appropriate Locate t

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-07 Thread Vijay Babu
s that specified in no 1 (UTF-1 in my > example). Some might argue that this is not necessary, but the fact is > that there're still browsers out there not capable of parsing encoding > info in HTTP header. > > HTH > > Seak > > Vijay Babu wrote: > > &

Internationalization Problem with Tomcat 5.5.9

2005-12-05 Thread Vijay Babu
Hi all, I am facing a problem with i18n using Tomcat 5.5.9. I have an application which has been internationalized for a couple of languages and is working fine with Tomcat 4.1.x. But the same application when deployed in Tomcat 5.5.9 does not work. When a jsp page having some text is accessed,