TOMCAT 10

2021-02-12 Thread KARTHIK SHIVAKUMAR
Spec : Oracle Jdk15.1 Tomcat : 10.0.2 Eclipse IDE :20201210-1552 Question : *A simple JSP with implicit Servlet API Object as follows is not Working* ServletContext sessnCntxt = getServletConfig().getServletContext(); Tested by deploying on the container, gives error Can some body tell me

TOMCAT-USERS

2021-02-11 Thread KARTHIK SHIVAKUMAR
-- *N.S.KARTHIKR.M.S.COLONYBEHIND BANK OF INDIAR.M.V 2ND STAGEBANGALORE560094*

issue with tomcat 8.0.43

2017-05-24 Thread Karthik Surya
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Hello   i tried upgrading from 8.0.14 to 8.0.43 and am stuck with an issue of view expired issue which is causing session values

Re: Session across Realm and Servlet

2011-10-16 Thread sailendra karthik
On Sun, Oct 16, 2011 at 5:16 PM, Chema wrote: > > In my Custom Realm Implementation iam autheticating some user and > > allowing > > him to access my webapps(servlets or filters) (my application) > > This authentication session i need it to be reused in my webapp(to avoid > > another authentic

Re: Session across Realm and Servlet

2011-10-16 Thread sailendra karthik
On Sun, Oct 16, 2011 at 2:25 PM, Pid wrote: > On 16/10/2011 05:57, sailendra karthik wrote: > > On 10/16/11, sailendra karthik wrote: > >> On 10/15/11, Pid wrote: > >>> On 14/10/2011 22:36, sailendra karthik wrote: > >>>> I need to mainta

Re: Session across Realm and Servlet

2011-10-15 Thread sailendra karthik
On 10/16/11, sailendra karthik wrote: > On 10/15/11, Pid wrote: >> On 14/10/2011 22:36, sailendra karthik wrote: >>> I need to maintain a session object between Realm and Servlet. >>> >>> I have written a CustomRealm and every thing working fine and now it

Re: Session across Realm and Servlet

2011-10-15 Thread sailendra karthik
On 10/15/11, Pid wrote: > On 14/10/2011 22:36, sailendra karthik wrote: >> I need to maintain a session object between Realm and Servlet. >> >> I have written a CustomRealm and every thing working fine and now it >> is required to send an object to servlets (possib

Re: Session across Realm and Servlet

2011-10-14 Thread sailendra karthik
On 10/15/11, Chema wrote: >> >> So how it is possible to access HttpRequestServlet and set some >> session attribute in my Custom Realm which extends RealmBase. >> > > > I guess you can't do it that > > >> >> Or else it should be a different Procedure. >> > > > You can try by using filters or try

Re: Configuration for both protected and public URLs in a web application

2011-10-14 Thread sailendra karthik
On 10/15/11, Yogesh Shankarappa wrote: > Hello All, > > >I am trying to configure web.xml to have both protected and > public URLs but still the app > authenticates the public URLs. Protected URLs works fine. I would greatly > appreciate if you can > help to configure the whole applica

Session across Realm and Servlet

2011-10-14 Thread sailendra karthik
I need to maintain a session object between Realm and Servlet. I have written a CustomRealm and every thing working fine and now it is required to send an object to servlets (possibly by HttpRequestServlet ) But i know/think Servlet is not yet Initiated. So how it is possible to access HttpReques

Tomcat 6.0 Custom Realm with Digest Authentication

2011-10-02 Thread sailendra karthik
Hi, Iam able to develop a custom realm with basic type But when i change this to DIGEST it is not digesting the password. Please provide Any example or some detailed steps.

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-16 Thread Mathan Karthik
reported as a bug. Hope they will make the necessary changes in document. Thanks a lot. Regards, Mathan Karthik R ZOHO Development Center(India) Pvt Ltd On Sat, 16 Jul 2011 22:34:59 +0530 Mark Eggers<its_toas...@yahoo.com> wrote - Original Message - > From: Matha

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-16 Thread Mathan Karthik
the entries? Please advice. Regards, Mathan Karthik R On Sat, 16 Jul 2011 02:48:50 +0530 Mark Eggers<its_toas...@yahoo.com> wrote - Original Message - > From: Mathan Karthik <mathankarthi...@manageengine.com> > To: Tomcat Users List <users@tom

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-15 Thread Mathan Karthik
cookie name got changed. But JSESSIONIDSSO name didn't get changed. Am i missing anything? Regards, Mathan Karthik R On Sat, 16 Jul 2011 01:05:27 +0530 Mark Eggers<its_toas...@yahoo.com> wrote - Original Message - > From: Mathan Karthik

Why we have duplicate JSESSIONIDSSO cookies ?

2011-07-15 Thread Mathan Karthik
Why tomcat maintaining duplicate JSESSIONIDSSO cookies for the same hostname and context path? Is it a bug? Due to this, i have problem in single sign on. Regards, Mathan Karthik R

How can i change JSESSIONIDSSO cookie name?

2011-07-15 Thread Mathan Karthik
the applications are running in same context path but in different ports. Regards, Mathan Karthik R

RE: Problem Started JBoss service -

2010-12-10 Thread Karthik Nanjangude
Hi Off the topic this is a JBOSS Problem at start up process If the Ports defined internal to Tc with in Joss is occupied by some other Application My guess is to use "netstat" and watch the other Application using this port. With regards Karthik -Original Message- From:

RE: TOMCAT be in Hung state?

2010-12-08 Thread Karthik Nanjangude
know if the same has happened. [ There is no Console view on Linux Os/ for Tomcat to validate the same. ] With regards karthik -Original Message- From: Daniel Baktiar [mailto:dbakt...@gmail.com] Sent: Wednesday, December 08, 2010 3:34 PM To: Tomcat Users List Subject: Re: TOMCAT be in Hu

TOMCAT be in Hung state?

2010-12-07 Thread Karthik Nanjangude
Hi Spec a) JDK 1.6 b) 2 Web Server Tomcat 5.0.20 (on same O/s with different Startup /shutdown ports & share the same RAM / CPU Processor] c) O/s Linux Red hat [ Linux DTVMS1 2.6.18-128.1.10.el5PAE #1 SMP Wed Apr 29 14:24:53 EDT 2009 i686 i686 i386 GNU/Linux ] 1. RHEL AS 4U6 2.

RE: WEB Application need to upload a txt / csv file with 100K records

2010-11-17 Thread Karthik Nanjangude
Hi >> but if the browser has to wait more than 3-4 minutes for a server response, >> the browser will time out on the connection and declare the server dead. I definitely vote for this primary Issue .. :{ Any more suggestions With regards karthik -Original Message-

WEB Application need to upload a txt / csv file with 100K records

2010-11-17 Thread Karthik Nanjangude
Hi SPEC : JDK1.5 WEB SERVER : TOMCAT 5.0.20 O/s Linux - Unix DB Oracle 10gAS + PLSQL Logged Session Time An module of our WEB Application need to upload a txt / csv file with 100K records. These Records are to be validated with certain checks in the Business layer..Before the pumped to a

RE: Tomcat shuts down with exception within few seconds?

2010-11-03 Thread Karthik Nanjangude
Hi TOMCAT/conf/server.xml Changed the 8080 to 8090 and 8005 to 8091 Assuming some other application may be using these port /etc/hosts 127.0.0.1 localhost.localdomain localhost After applying this Tomcat is working perfectly... Thx to Brian Muha With regards karthik -Original

RE: Tomcat shuts down with exception within few seconds?

2010-11-02 Thread Karthik Nanjangude
Hi >> TOMCAT 6.0.29 [ Startup port 8090 / Shut down Port 8091 ] $ ping localhost ping: unknown host localhost Any alternatives With regards Karthik -Original Message- From: jie tang [mailto:crybird2...@gmail.com] Sent: Wednesday, November 03, 2010 11:26 AM To: Tomcat User

Tomcat shuts down with exception within few seconds?

2010-11-02 Thread Karthik Nanjangude
Hi Tomcat shuts down with exception within few seconds? SPEC Sun JDK 1.5 TOMCAT 6.0.29 [ Startup port 8090 / Shut down Port 8.91 ] O/s $ uname -a Linux instaroamd 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux $ lsb_release -a LSB Version:1.3 Distributor I

RE: Tomcat Maven and Axis 1.5.1 problem

2010-11-01 Thread Karthik Nanjangude
Hi I do not think so to use MAVEN *.jar in Tomcat Lib... I presume these are for used for Deployment / Undeployment of AXIS application mounted on Tomcat and NOT for Run time With regards karthik >> maven-artifact-2.0.8.jar > > maven-artifact-manager-2.0.7.jar > > ma

RE: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Karthik Nanjangude
) From WIN 2000 server JKD6/jconsole I am NOT able to connect to Linux server for Monitoring TOMCAT 6.0.29 Any more ideas would really help me . :(? With regards karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, October 13, 2010 5:35 PM To:

RE: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Karthik Nanjangude
#x27;-Dcom.sun.management.jmxremote.port=8999 >> -Dcom.sun.management.jmxremote.ssl=false >> -Dcom.sun.management.jmxremote.authenticate=false' Jconsole of JDK6 = : With regards karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, October 12, 2010

RE: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-11 Thread Karthik Nanjangude
ith regards Karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, October 11, 2010 8:23 PM To: Tomcat Users List Subject: Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux On 11/10/2010 09:41, Karthik Nanjangude wrote: > Hi > >

RE: Starting/Stopping Tomcat from Java program

2010-10-11 Thread Karthik Nanjangude
Hi Probably u may need to use Embedded version of TOMCAT to do this activity... With regards karthik -Original Message- From: kshitij chandrasen [mailto:kshtjchnd...@gmail.com] Sent: Monday, October 11, 2010 2:49 PM To: users@tomcat.apache.org Subject: Starting/Stopping Tomcat from

Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-11 Thread Karthik Nanjangude
Hi Spec : Java 1.5 WebApp : Tomcat 6.0.29 O/s Win 2000 / Linux / Unix Linux : 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux Question : Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux ? I am not able to connect TOMCAT 6.0.29 (

Re: Fw: Applet Servlet communication in Tomcat 7

2010-10-09 Thread Ram karthik
on in tomcat 7. Thanks, Ram Karthik. Agastha Inc. From: Warren Henning To: Tomcat Users List Sent: Sun, October 10, 2010 10:42:20 AM Subject: Re: Fw: Applet Servlet communication in Tomcat 7 On Sat, Oct 9, 2010 at 7:43 PM, Ram karthik wrote: > basic: App

Fw: Applet Servlet communication in Tomcat 7

2010-10-09 Thread Ram karthik
= filec.ARA requesting to set-cookie with "JSESSIONID=AC3E134CEAF903 20BA442DF8 81B8F5AD.t omcat7; Path=/utilApp; Secure; HttpOnly" basic: Applet started Eagerly waiting for your reply. Please let me know if i need to change any settings in Tomcat 7 Thanks, Ram Karthik. Agastha Inc.

RE: Tomcat Consultant

2010-09-26 Thread Karthik Nanjangude
Hi A better approach to use J2EE container ( with Tomcat built in ) use JBOSS ... With regards Karthik -Original Message- From: Jorge Medina [mailto:cerebrotecnolog...@gmail.com] Sent: Sunday, September 26, 2010 4:25 AM To: Tomcat Users List Subject: Re: Tomcat Consultant http

RE: How to setup PHP on Tomcat

2010-09-20 Thread Karthik Nanjangude
Hi One option is as per URL http://php-java-bridge.sourceforge.net/ With regards karthik -Original Message- From: Brajesh Patel [mailto:brajeshpate...@gmail.com] Sent: Tuesday, September 21, 2010 10:54 AM To: users@tomcat.apache.org Subject: How to setup PHP on Tomcat Hello All, How

RE: 2 POST requests to underlying Server

2010-08-12 Thread Karthik Nanjangude
Hi The Window for activation " mod_jk logging" is requested and would provide the same as soon as I get them from the N/w Maintancence guy [ may take another 2 or more days] Since the application is on Production and cannot be disturbed as of traffic. With regards Karthik ---

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
EOD 2 morrow With regards Karthik -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Wednesday, August 11, 2010 7:23 PM To: Tomcat Users List Subject: Re: 2 POST requests to underlying Server Any chance we could see a snippet of access log showing the two requests? All

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
internal port of JBOSS (Tomcat built in ) via INTRANET as http://:/abcd In this case the TCP Dump displays 1 Post requests. .. :) With regards Karthik -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, August 11, 2010 5:43 PM To: Tom

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
ases were done from INTERNAL IP on the same Application as per tcp dump displays 1 Post request. With regards karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, August 11, 2010 3:45 PM To: Tomcat Users List Subject: Re: 2 POST requests to underlying Server

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
example, the browser (+plugin) may be attempting to open multiple connections with different byte ranges. This process does not use any Plugin, it just sends the info to underlying Business Layer and finally on to DataBase. With regards karthik -Original Message- From: Pid [mailto

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
&can 0020 6d 73 69 73 64 6e 3d 31 30 35 32 37 37 37 37 37 msisdn=10527 0030 26 61 63 63 6f 75 6e 74 69 64 3d 36 37 39 37 35 &accountid=67975 0040 311 Data: 1234003D003B73696D3D3839363031393939303032303432... [Length: 65]

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
is ok with u With regards KArthik -Original Message- From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] Sent: Wednesday, August 11, 2010 10:49 AM To: Tomcat Users List Subject: Re: 2 POST requests to underlying Server On Tue, Aug 10, 2010 at 10:07 PM, Karthik Nanjangude wrote: >

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
else{ return false; } } With regards KArthik -Original Message- From: Ðavîd Låndïs [mailto:dlan...@gmail.com] Sent: Wednesday, August 11, 2010 2:54 AM To: Tomcat Users List Subject: Re: 2 POST requests to underlying Server 3) As I have already said We have put a Java script fi

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
r ,we see 2 rows inserted in DB Please see this part for the simulation caused With regards karthik -Original Message- From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] Sent: Tuesday, August 10, 2010 6:17 PM To: Tomcat Users List Subject: Re: 2 POST requests to underlying Serve

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
y Observation as per TCP dump command, we clearly see multiple request being sent from Apache to web server. With regards KArthik -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, August 10, 2010 4:48 PM To: Tomcat Users List Subject: Re: 2 POST r

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
the default settings for the same ? 3) As I have already said We have put a Java script filter to disable multiple Clicks for dual request from the Browser ( IE 7+ / FF 3+ ) With regards karthik -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, August 10,

2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
Hi Spec Java 1.5 O/s : Linux APP Server: JBOSS4.2.1 (Tomcat built with) HTTP Server : apache_2.2.11 [ With out SSL ] Mod library: mod_jk-1.2.28-httpd-2.2.X.so LB 1 Apache : 1 JBOSS:Port of application Question : Some times We have observed that on WEB Application

RE: tomcat caching of static files

2010-08-08 Thread Karthik Nanjangude
Hi Try using the CACHE Filter technique URL : http://code.google.com/p/cache-filter/ With regard karthik -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Saturday, August 07, 2010 9:54 PM To: Tomcat Users List Subject: RE: tomcat caching of

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi >> application has some bad code built by a > 3rd party Yet another Problem ... we do not have the license to hack the code and fix the problem :( Any other Solutions please. With regards karthik -Original Message- From: Caldarale, Charles R [mailto:chu

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi I know that this particular application has some bad code built by a 3rd party. >> Potentially long running requests need to be coded to support being interrupted. How this can be achieved from some tool like Jconsole With regards karthik -Original Message- From

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi Can this specific thread be killed by expiration of session from Sessions Administration of manage screen with regards Karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, August 03, 2010 4:42 PM To: Tomcat Users List Subject: Re: Specific Thread of an

Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi O/s : Redhat JDK : 1.5 WebCont : Tomcat 6.0.20 Typical Problem: How to kill a Specific Thread of an web Application on Tomcat? Via Manually / JConsole with regards N.S.Karthik

RE: change the default javac from JDT to ant

2010-07-27 Thread Karthik Nanjangude
Hi Provide the reason why this jar file need to be applied to "$CATALINA_HOME/lib" ??? With regards Karthik -Original Message- From: 王科选 [mailto:rabbit...@gmail.com] Sent: Friday, July 23, 2010 10:08 PM To: users@tomcat.apache.org Subject: change the default javac from

multiple form submits

2010-05-13 Thread Karthik Nanjangude
Hi Spec : JDK1.5 TOMCAT 6.0.20 O/s windows /Linux Question : My web application uses "href" & "css based image's" for transferring the request from 1 page to another The problem is UserVisitor is clicking the image based href MULTIPLE TIMES ( multiple clicks ) Sub

RE: FW: General / Special cause under which TOMCAT Crash been noticed

2010-05-03 Thread Karthik Nanjangude
egards karthik -Original Message- From: David Smith [mailto:david.sm...@cornell.edu] Sent: Monday, May 03, 2010 5:11 PM To: Tomcat Users List Subject: Re: FW: General / Special cause under which TOMCAT Crash been noticed If your tomcat instance crashes, it'll be sudden and not anything

RE: FW: General / Special cause under which TOMCAT Crash been noticed

2010-05-02 Thread Karthik Nanjangude
monitor for status. With regards karthik -Original Message- From: Gregor Schneider [mailto:rc4...@googlemail.com] Sent: Friday, April 30, 2010 4:38 PM To: Tomcat Users List Subject: Re: FW: General / Special cause under which TOMCAT Crash been noticed Karthik, *If* any

FW: General / Special cause under which TOMCAT Crash been noticed

2010-04-29 Thread Karthik Nanjangude
amp;w=2 Refers to -XX:OnOutOfMemoryError=";" for restart I wanted to make sure if any other cause for TOMCAT Crash been noticed. With regards karthik -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, April 29, 2010 10:18 PM To:

RE: logging in multiple tomcat web applications

2010-04-29 Thread Karthik Nanjangude
Hi My suggestion would be to point the logger (log4j.xml) to place the logs in "Tomcat / logs / abclog / folder" This would be safe and not be visible or it is readable by the world With regards karthik -Original Message- From: Jamie [mailto:ja...@stimulussoft.com] Sent

General / Special cause under which TOMCAT Crash been noticed

2010-04-29 Thread Karthik Nanjangude
Hi SPEC JDK1.5 TOMCAT 6.0.26 O/s : Windows 2000 ,Linux ( Red Hat ) / Unix ( HP ) Question : Is there any list of cases , categories with Comparable Study for General / Special cause under which TOMCAT Crash been noticed ? I need this Info for Production server (24 X 7) strategy alertn

RE: web page rendering is slow

2010-04-13 Thread Karthik Nanjangude
#x27;s for this problem With regards karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, April 13, 2010 2:45 PM To: Tomcat Users List Subject: Re: web page rendering is slow On 13/04/2010 08:53, Karthik Nanjangude wrote: > Hi > > SPEC > > J

web page rendering is slow

2010-04-13 Thread Karthik Nanjangude
Hi SPEC JDK 1.5 TOMCAT 5.x (JBOSS Embedded) OS : LINUX Problem Our application caters to B2C process with embedded with 3rd party URL's for Advertisement process in display How ever some times this URL's are slow in response, hence our web page rendering is slow Is there any way to solve

RE: Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
done ? I also have roughly 300+ similar pages across folder1 /folder 2 Request - Responding With regards Karthik -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Thursday, April 01, 2010 12:51 AM To: Tomcat Users List Subject: Re: Hide JSP name using

RE: Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
b.jsp ==> http://domain.com/folder4/ http://domain.com/folder5/axbyd.jsp ==> http://domain.com/folder5/ How To *list of default pages in web.xml* With regards Karthik -Original Message- From: Andrew Bruno [mailto:andrew.br...@gmail.com] Sent: Wednesday, March 31, 2010 3:19 PM

Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
ideas plz ... .:( With regards Karthik

RE: Tomcat not able to access folder which is in virtual drive

2010-03-18 Thread Karthik Nanjangude
log files ] 2) Now in u'r 2nd part of project u can call the URL as http:///:/virtualdirectory/ayx.log With regards Karthik -Original Message- From: Ganesh Sabbani [mailto:ganesh.sabb...@oracle.com] Sent: Thursday, March 18, 2010 2:29 PM To: users@tomcat.apache.o

RE: I get this Error

2010-03-15 Thread Karthik Nanjangude
Hi Thx for the same My mistake (silly me) With regards karthik -Original Message- From: CBy [mailto:tom...@byrman.demon.nl] Sent: Monday, March 15, 2010 2:54 PM To: Tomcat Users List Subject: Re: I get this Error Changing "manger" into "manager" might help. CB

I get this Error

2010-03-15 Thread Karthik Nanjangude
Hi SPEC JDK1.5 WINDOWS 2003 TOMCAT 5.0.26.0 Downloaded : http://tomcat.apache.org/download-60.cgi Core : zip (pgp

RE: axis2: not seeing validation or administrator links from axis2

2010-03-10 Thread Karthik Nanjangude
me successfully. How ever if u need to test AXIS with out tomcat as standalone then >>http://ws.apache.org/axis2/download/1_5_1/download.cgi Standard Binary Distribution Please use any one of them to test not both simultaneously TOMCAT or Standalone With regards Karthik -Ori

RE: Curious to know if the following is permitted

2010-03-04 Thread Karthik Nanjangude
ased and are made to be simple, not to be made complicated. Hence the requirement Are there any alternatives other then using J2EE Container within the scope of TOMCAT domain only. With regards karthik -Original Message- From: Christopher Schultz [mailto:ch...@christopherschul

RE: Curious to know if the following is permitted

2010-03-03 Thread Karthik Nanjangude
DI via RMI-IIOP This activity is to done when the Web application is up and running only ( probably EOD process ) Axis mounted on Web application would solve this problem ... but exploring any other way around with out AXIS ... with regards karthik -Original Message- From:

RE: DB connection error -Tomcat 6 config

2010-03-02 Thread Karthik Nanjangude
future With regards karthik -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Wednesday, March 03, 2010 4:48 AM To: 'Tomcat Users List' Subject: RE: DB connection error -Tomcat 6 config I wonder now...should I perhaps be using this jar? ojdbc6.j

RE: Curious to know if the following is permitted

2010-03-02 Thread Karthik Nanjangude
Hi Chuck Sorry for the process Are u saying about AXIS, Using Http protocol for loosely based Client usage. OK this is one of the options, are there any others ? With regards karthik -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday

RE: Curious to know if the following is permitted

2010-03-02 Thread Karthik Nanjangude
o use these J2EE containers for the simple 1 or 2 requirement's With regards karthik -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, March 02, 2010 5:45 PM To: Tomcat Users List Subject: Re: Curious to know if the following is permitted

Curious to know if the following is permitted

2010-03-02 Thread Karthik Nanjangude
to insert Bulk Data into DB via the validating business layer of the up and running application With regards karthik

RE: DB connection error -Tomcat 6 config

2010-03-01 Thread Karthik Nanjangude
bc14_g.jar is used for advance debug purpose, although it works try with normal ojdbc14.jar With regards karthik -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, March 02, 2010 4:44 AM To: 'Tomcat Users List' Subject: RE: DB connection err

RE: DB connection error -Tomcat 6 config

2010-02-25 Thread Karthik Nanjangude
Hi I hope this helps I have been using this from TC 5.0.18.0 ,5.0.20.0 , 5.0.24.0 And have never any issues with connection pool With Oracle 10GDB , JDK1.4 /1.5,ojdbc14.jar With regards karthik -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent

Unix creates the catalina.out but on Windows it does not

2010-02-05 Thread Karthik Nanjangude
Connection pool of applications running on Tomcat ...? With regards Karthik

Need to monitor the JNDI based Connection Pool usage using JConsole

2010-01-28 Thread Karthik Nanjangude
) With regards Karthik

Please Validate this Question

2010-01-22 Thread Karthik Nanjangude
within the Cluster Configuration to prevent this issue? With regards karthik

RE: Need Some info

2009-12-18 Thread Karthik Nanjangude
how using JConsole via JMX can i monitor Connection Pool usage for the Remote Server ? Question 2 Which is better with in tomcat logging Log4j or default logging built within tomcat :( with regard karthik -Original Message- From: Karthik Nanjangude [mailto:karthik.nanjang...@xius

RE: Need Some info

2009-12-17 Thread Karthik Nanjangude
Hi Sorry for the Long Over haul I am using ServletContextListener For the "" of Container With regards KArthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, December 16, 2009 6:28 PM To: Karthik Nanjangude Subject: Re: Need Some info On 16/12/

RE: Need Some info

2009-12-16 Thread Karthik Nanjangude
er.com] Sent: Wednesday, December 16, 2009 2:47 PM To: users@tomcat.apache.org Subject: Re: Need Some info On 16/12/2009 07:46, Karthik Nanjangude wrote: > Hi > > Need Some info > > 1) Is there a way to track the JNDI based Connection Pool usage within > the TOMCAT The JM

Need Some info

2009-12-15 Thread Karthik Nanjangude
Hi Need Some info 1) Is there a way to track the JNDI based Connection Pool usage within the TOMCAT 2) Is it possible to start abased servlet to start AFTER another Servlet define with 1 With regards karthik

RE: deployed same TOMCAT 6.0.20 on Windows / Linux

2009-12-10 Thread Karthik Nanjangude
same system's which was never any dev delay cause. Regards karthik -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, December 09, 2009 9:38 PM To: Tomcat Users List Subject: Re: deployed same TOMCAT 6.0.20 on Windows / Linux Karthik Nanjangude wrote: .

RE: deployed same TOMCAT 6.0.20 on Windows / Linux

2009-12-09 Thread Karthik Nanjangude
longer on both browsers IE 6 /FireFox 3 >> both Windows 2000 and Java 1.5 are in the "no longer supported" When something is in Production it really gets pickles to upgrade the Jdk /OS , Realy worried :( With regards Karthik -Original Message-

RE: deployed same TOMCAT 6.0.20 on Windows / Linux

2009-12-09 Thread Karthik Nanjangude
>> Why is this ? Need to deploy same Application over 2 O/s for verifications / validation of Tomcat >> Also, both Windows 2000 and Java 1.5 are in the "no longer supported" Off the topic - Does this mean Every Hardware /S/w for 6 months needs replacement With

deployed same TOMCAT 6.0.20 on Windows / Linux

2009-12-09 Thread Karthik Nanjangude
sponse Why is this ? Os/ : Windows 2000 / Linux JDK 1.5 TOMCAT 6.0.20 With regards Karthik

RE: Publishing Java webservice - tomcat 5.5 shared hosting

2009-12-06 Thread Karthik Nanjangude
Hi One Quick Hack is Open "Web.xml" make some temp modification (probably the Description) and save the file This automatically restarts the Web Application With regards Karthik -Original Message- From: Abdul Raheem Seyed (NDC IS&T) [mailto:ase...@ndc.ae] Sent: Monda

RE: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Karthik Nanjangude
;> People get paid to write code and solve this type of problem I have been using this form since 2000 (almost 10 years) and have giving solutions /ideas to not so smart guys like me This form was created for the same cause, I presume not to make money :( With regards Karthik -Origin

RE: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Karthik Nanjangude
Hi This is not Fun dude... I know how to write a SOCKET Programming for Standalone, How do I write a socket Listener for WEB Application running over TOMCAT when the application is up and running.? Please be serious...I asked for some help or ideas :( With regards KArthik

RE: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Karthik Nanjangude
Hi Not necessary, if any can provide me some idea's It would be wonderful With regards Karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, November 19, 2009 7:36 PM To: Tomcat Users List Subject: Re: Howto Socket (TCP / IP ) reading from

Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Karthik Nanjangude
(Approached was not recommended for this existing application ) With regards Karthik

RE: Deploying and building a war file

2009-11-10 Thread Karthik Nanjangude
ied *.class or *.jsp or *.properties file to the respective folder under TOMCAT/WEBAPPS/APPLIC But u need to restart the TOMCAT if re-loadable flag is not set to true in global "web.xml" :) With regards Karthik -Original Message- From: Ziggy [mailto:zigg...@gmail.com] Sent: Tues

RE: How can I prevent Quartz multiple execution after tomcat restart

2009-10-26 Thread Karthik Nanjangude
true With regards karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, October 23, 2009 4:33 PM To: Tomcat Users List Subject: Re: How can I prevent Quartz multiple execution after tomcat restart On 23/10/2009 10:00, Elli Albek wrote: > Where is y

RE: Datasource configuration issue

2009-10-13 Thread Karthik Nanjangude
Hi Also suggested to have the JDBC Driver to be in TOMCAT/lib folder rather then in the /webapps/application/web-inf/lib with regards Karthik -Original Message- From: VijayKS [mailto:ksvijay...@gmail.com] Sent: Tuesday, October 13, 2009 1:31 PM To: users@tomcat.apache.org Subject

RE: 3 question for the form

2009-09-11 Thread Karthik Nanjangude
Hi Thx for the quick reply >> When the current load utilizes all threads and you want to handle a higher load Does this mean the Container Complaint's via some logged o/p during the max load ? If yes What would the be the exception typos. With regards Karthik -Origi

RE: 3 question for the form

2009-09-11 Thread Karthik Nanjangude
Hi Thx for the quick reply Googled / yahooed :( But need some satisfying answers Please do the need full With regards Karthik -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, September 11, 2009 1:28 PM To: Tomcat Users List Subject: Re: 3

3 question for the form

2009-09-11 Thread Karthik Nanjangude
his thread activity? 3) Does this same rules applies for TOMCAT embedded within JBOSS 4.2.1 Appserver? With regards Karthik

RE: .html pages as .jsp pages

2009-05-15 Thread Karthik Nanjangude
ons Map the *.html file to Assiociate JSP Editor Simple :) With regards Karthik -Original Message- From: Nikola Milutinovic [mailto:alok...@yahoo.com] Sent: Friday, May 15, 2009 4:45 PM To: Tomcat Users List Subject: Re: .html pages as .jsp pages Well, it should be relatively simple

RE: Tomcat Configuration in Eclipse

2009-05-09 Thread Karthik Nanjangude
folder Start /stop tomcat ,use browser to view the same Simple:) With regards Karthik -Original Message- From: Chris Lenart [mailto:clen...@comcast.net] Sent: Saturday, May 09, 2009 12:04 AM To: 'Tomcat Users List' Subject: RE: Tomcat Configuration in Eclipse It's

RE: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Karthik Nanjangude
n U would be asked for the specify the same as per the " jmxremote.port" This will get the screen activated With regards Karthik -Original Message- From: Anamika raj [mailto:rajnam...@gmail.com] Sent: Saturday, May 09, 2009 11:47 AM To: users@tomcat.apache.org Subject:

  1   2   >