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

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

Re: Session across Realm and Servlet

2011-10-16 Thread sailendra karthik
On Sun, Oct 16, 2011 at 2:25 PM, Pid p...@pidster.com wrote: On 16/10/2011 05:57, sailendra karthik wrote: On 10/16/11, sailendra karthik karthiksailen...@gmail.com wrote: On 10/15/11, Pid p...@pidster.com wrote: On 14/10/2011 22:36, sailendra karthik wrote: I need to maintain a session

Re: Session across Realm and Servlet

2011-10-16 Thread sailendra karthik
On Sun, Oct 16, 2011 at 5:16 PM, Chema demablo...@gmail.com 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

Re: Session across Realm and Servlet

2011-10-15 Thread sailendra karthik
On 10/15/11, Pid p...@pidster.com 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 (possibly by HttpRequestServlet

Re: Session across Realm and Servlet

2011-10-15 Thread sailendra karthik
On 10/16/11, sailendra karthik karthiksailen...@gmail.com wrote: On 10/15/11, Pid p...@pidster.com 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

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

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

2011-10-14 Thread sailendra karthik
On 10/15/11, Yogesh Shankarappa yogsb...@gmail.com 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

Re: Session across Realm and Servlet

2011-10-14 Thread sailendra karthik
On 10/15/11, Chema demablo...@gmail.com 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

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
the entries? Please advice. Regards, Mathan Karthik R On Sat, 16 Jul 2011 02:48:50 +0530 Mark Eggerslt;its_toas...@yahoo.comgt; wrote - Original Message - gt; From: Mathan Karthik lt;mathankarthi...@manageengine.comgt; gt; To: Tomcat Users List lt;users

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 Eggerslt;its_toas...@yahoo.comgt; wrote - Original Message - gt; From: Mathan

How can i change JSESSIONIDSSO cookie name?

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

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

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 Eggerslt;its_toas...@yahoo.comgt; wrote - Original Message - gt; From: Mathan Karthik lt;mathankarthi

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: Nick Beare

RE: TOMCAT be in Hung state?

2010-12-08 Thread Karthik Nanjangude
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 Hung state? 1) do

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 portsshare 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.

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

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- From: André

RE: Tomcat shuts down with exception within few seconds?

2010-11-03 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 Users List

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

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

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 maven-core-2.0.9.jar

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

2010-10-13 Thread Karthik Nanjangude
-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false' Jconsole of JDK6 = IP:JMX Port With regards karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, October 12, 2010 1:43 PM To: Tomcat Users List Subject: Re: Is there a Bug

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

2010-10-13 Thread Karthik Nanjangude
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: Tomcat

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: 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

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

2010-10-11 Thread Karthik Nanjangude
Hi Are you connecting through a firewall? No Firewall ( ALL of these server's are behind the Firewall and the servers are available thru a local hub ) I am able to use Putty (SSH Port 22) to connect to that server for other Activities as Start /Srop of TOMCAT 6.0.29 . With regards Karthik

Re: Fw: Applet Servlet communication in Tomcat 7

2010-10-10 Thread Ram karthik
in tomcat 7. Thanks, Ram Karthik. Agastha Inc. From: Warren Henning warren.henn...@gmail.com To: Tomcat Users List users@tomcat.apache.org 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

Fw: Applet Servlet communication in Tomcat 7

2010-10-09 Thread Ram karthik
; 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 -Original

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
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] With regards Karthik -Original Message

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
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:p...@pidster.com] Sent: Wednesday, August 11, 2010 1:41 PM

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
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 On 11/08/2010 09:25, Karthik

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
as http://IP:Port/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: Tomcat Users List Subject: Re: 2 POST requests to underlying

RE: 2 POST requests to underlying Server

2010-08-11 Thread Karthik Nanjangude
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 I really see here

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: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
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, 2010 4:10 PM

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
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 requests to underlying Server Karthik Nanjangude wrote

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
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 Server On Tue, Aug 10, 2010

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
; } } 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 filter to disable multiple

RE: 2 POST requests to underlying Server

2010-08-10 Thread Karthik Nanjangude
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 karthik.nanjang...@xius

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

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: 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

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: Mark Thomas

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:chuck.caldar

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 JDT to ant Hi

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 ) a

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

2010-05-03 Thread Karthik Nanjangude
Hi Try looking into a cron script or some other scheduled task external to tomcat We considered this feature of shell script , but to have to plug with O/s which is not a good idea. We would like to make the process more general across O/s ( JVM level as discussed) With regards karthik

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-30 Thread Karthik Nanjangude
to -XX:OnOutOfMemoryError=cmd args;cmd args 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: Tomcat Users List

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

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: Thursday

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

RE: web page rendering is slow

2010-04-13 Thread Karthik Nanjangude
'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 JDK 1.5 TOMCAT 5.x (JBOSS

Hide JSP name using web.xml

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

RE: Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
://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 To: Tomcat Users List Subject

RE: Hide JSP name using web.xml

2010-03-31 Thread Karthik Nanjangude
to be 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: Tomcat not able to access folder which is in virtual drive

2010-03-18 Thread Karthik Nanjangude
] ?xml version=1.0 encoding=UTF-8? Context docBase=D:/JAVA/Log file directory useNaming=false /Context 2) Now in u'r 2nd part of project u can call the URL as http://IP/:PORT/virtualdirectory/ayx.log With regards Karthik -Original Message- From: Ganesh Sabbani

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 : ziphttp://mirrors.kahuki.com/apache/tomcat/tomcat-6/v6.0.26/bin/apache-tomcat-6.0.26.zip (pgphttp://www.apache.org/dist/tomcat/tomcat-6/v6.0.26/bin/apache-tomcat-6.0.26.zip.asc,

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. CBy On 15-3-2010 9:52

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

2010-03-10 Thread Karthik Nanjangude
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 -Original Message- From: Terence Coffey

RE: Curious to know if the following is permitted

2010-03-04 Thread Karthik Nanjangude
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...@christopherschultz.net] Sent

RE: Curious to know if the following is permitted

2010-03-03 Thread Karthik Nanjangude
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: Caldarale, Charles R [mailto:chuck.caldar

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: Curious to know if the following is permitted

2010-03-02 Thread Karthik Nanjangude
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 2010/3/2

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: 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.jar ? Has

RE: DB connection error -Tomcat 6 config

2010-03-01 Thread Karthik Nanjangude
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 error -Tomcat 6 config Sorry, no. webapps

RE: DB connection error -Tomcat 6 config

2010-02-25 Thread Karthik Nanjangude
driverClassName=oracle.jdbc.OracleDriver url=jdbc:oracle:thin:@IP:1521:SERVICE/ /Context 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

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

2010-02-05 Thread Karthik Nanjangude
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
, but 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 listener-class 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
as in last mail -Original Message- From: Pid [mailto:p...@pidster.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

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 a listener-class based servlet to start AFTER another Servlet define with load-on-startup1/load-on-startup With regards karthik

RE: deployed same TOMCAT 6.0.20 on Windows / Linux

2009-12-10 Thread Karthik Nanjangude
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: ... When

deployed same TOMCAT 6.0.20 on Windows / Linux

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

RE: deployed same TOMCAT 6.0.20 on Windows / Linux

2009-12-09 Thread Karthik Nanjangude
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 regards karthik -Original Message

RE: deployed same TOMCAT 6.0.20 on Windows / Linux

2009-12-09 Thread Karthik Nanjangude
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- From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com

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 IST) [mailto:ase...@ndc.ae] Sent: Monday, December 07

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

2009-11-20 Thread Karthik Nanjangude
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 -Original Message- From: Pid [mailto:p

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: 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 a war

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: Deploying and building a war file

2009-11-10 Thread Karthik Nanjangude
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: Tuesday, November 10, 2009 1:19 PM To: Tomcat

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

2009-10-26 Thread Karthik Nanjangude
/init-param /servlet 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

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

3 question for the form

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

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

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 -Original Message

RE: .html pages as .jsp pages

2009-05-15 Thread Karthik Nanjangude
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. Add the following to your web.xml

RE: how to setup jconsole to monitor tomcat locally

2009-05-09 Thread Karthik Nanjangude
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: Re: how to setup jconsole to monitor tomcat locally hi i m not getting the meaning

RE: Tomcat Configuration in Eclipse

2009-05-09 Thread Karthik Nanjangude
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 on a pc / xp. I had it working before and had reformat

  1   2   >