JspFactoryImpl: Exception initializing page context

2005-12-02 Thread Karthik
he Clients] with regARDS karthik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

FW: JspFactoryImpl: Exception initializing page context

2005-12-02 Thread Karthik
he Clients] with regARDS karthik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HP -UNIX JDK1.2 /TOMCAT 41

2005-12-04 Thread Karthik
dPool$ControlRunnable.run(ThreadPool.jav a:619) at java.lang.Thread.run(Thread.java:501) === Does any body have any solutions for the same with reggards Ka

RE: What's the difference between .zip and .exe from download site?

2005-12-07 Thread Karthik
Hi The exe version installs a auto service automatically on windows system during intallation but the zip version does not may be this would help u with regards Karthik -Original Message- From: Seak, Teng-Fong [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 4:33

USAGE OF WEBDAV

2005-12-07 Thread Karthik
Hi form Cam some body give me a simple step by step usage process of "WEBDAV" application present in tomcat.zip Please with regards Karthik - To unsubscribe, e-mail: [EMAIL PROTECTED] For

TOMCAT + DATASOURCE + CONNECTION POOL

2005-12-12 Thread Karthik
,if so what needs to be done to increase the size of the connection pool size. with regards Karthik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Karthik
REGARS kARTHIK -Original Message- From: marju jalloh [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 4:53 PM To: Tomcat Users List Subject: Tomcat JDBC connection with Mysql I can`connect to my database with via servlet. The connection works well in PHP but not with servlet

RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Karthik
Hi If u have installed mysql on u'r sys ,there are docs in html format within giving u details about the "grant permission" to u ip's" read and use them hope this helps with regards Karthik -Original Message- From: marju jalloh [mailto:[EMAIL PROTECTE

RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Karthik
Hi Use the default mysql port 3306 instead of the '1' Print the log files and further get back to the form something like this needsto be used jdbc:mysql://192.168.10.147:3306/?user=XYZ&password=anc&autoReconnect=tr ue hope this helps with regards Karthik ---

WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Karthik
HI FORM IN TOMCAT4.X EXTERNAL WEB APPLICATIONS CAN BE LOADED OUT OF TOMCAT ENV BY .XML FILE BE PLACED IN TOMCAT4.X/CONF/ HOW TO ACHIEVE THE SAME IN CASE OF TOMCAT5.X [ IS THIS FEATURE ABSENT FROM TOMCAT5.X ONWARDS ] WITH REGARDS kARTHIK

RE: Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Karthik
a:324) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) am i missing something in here with regards Karthik -Original Message- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent: Wednesday, Dec

Which is better Option

2005-12-19 Thread Karthik
Hi Form Please somebody specify Which Option [ advantages /limitations ] is Better ? 1) Using a Servlet to created a seperate Thread for processing a Bulk DB Task [ Off the limits of session time] 2) Using JMS to handle the Bulk DB Task. with regards Karthik

RE: Which is better Option

2005-12-19 Thread Karthik
Hi Form *Which Option [ advantages /limitations ] is Better ?* Certenly yes ,but need more clarifications [ assuming running on same JVM ] with regards Karthik -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 7:18 PM To: Tomcat Users

RE: Which is better Option

2005-12-20 Thread Karthik
Hi Form *Which Option [ advantages /limitations ] is Better ?* Certenly yes ,but need more clarifications [ assuming running on same JVM ] with regards Karthik -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 7:18 PM To: Tomcat

TOMCAT-USERS

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

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

Re: Something like a filter

2008-06-11 Thread Karthik Abram
Don't think a ServletContextListener gets anything but context initialize() and destroy() calls. On 6/11/08, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Maux, > > maux wrote: > | I need to execute it before an application executes. > > What

Re: Off-topic question Re: It¡¯s amazing, apache make TC performance decrease dramatically.

2008-06-11 Thread Karthik Abram
" I was afraid of missing a new technological trend again." +1 On 6/11/08, André Warnier <[EMAIL PROTECTED]> wrote: > > > Christopher Schultz wrote: > > > > André, > > > > André Warnier wrote: > > | OMGWTFBBQ?! > > | > > | Would someone care to explain the last 3 letters of the above ? I can >

Stop Hack attack

2008-10-03 Thread Karthik Nanjangude
Karthik

external folder be mapped to Tomcat 'specific 'web application'

2008-10-08 Thread Karthik Nanjangude
Question Can a external folder be mapped to Tomcat 'specific 'web application' only as shown below The URL Mapping should behttp://:/XYZAPPS/images Reason : Most of the APP Servers for web container provide this functionality With regards Karthik

RE: external folder be mapped to Tomcat 'specific 'web application'

2008-10-10 Thread Karthik Nanjangude
"D:/TOMCAT5523" 3) The web apps under "XYZAPPS" is as "D:/TOMCAT5523/webapps/XYZAPPS" and accessible via "http://:/XYZAPPS" Is this possible to map the "STATICIMAGES" to webapps to serve in browser as * http://:/XYZAPPS/STATICIMAGES * With

RE: external folder be mapped to Tomcat 'specific 'web application'

2008-10-14 Thread Karthik Nanjangude
application only with regards Karthik -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 8:35 PM To: Tomcat Users List Subject: RE: external folder be mapped to Tomcat 'specific 'web application' > From: Karthik N

Use of VirtualWebappLoader

2008-02-28 Thread Karthik Abram
When I attempt to use the virtual webapp loader, I get the following error: java.lang.IllegalStateException: ContainerBase.addChild: start: LifecycleException: start: : java.lang.ClassCastException: org.apache.catalina.loader.VirtualWebappLoader cannot be cast to org.apache.catalina.loader.Webap

Re: Number of open DB connections in shared a datasource pool?

2008-03-24 Thread Karthik Abram
I'd like to find out about this as well .. anyone have a solution? On 3/13/08, Michael L <[EMAIL PROTECTED]> wrote: > > I have a DataSource pool defined in Tomcat config shared among multiple > servlets. I would like to monitor its activity level (number of active > connections vs min/max values)

Re: how to timeout a connection

2008-03-24 Thread Karthik Abram
Are you talking about a client browser connection or a database connection? On 3/11/08, teknokrat <[EMAIL PROTECTED]> wrote: > Are there any settings for tomcat 5.5. or 6.0 to kill a connection after > > a timeout? > > cheers > > > --

Re: Newbie: Question about first Servlet

2008-04-07 Thread Karthik Abram
8851-1 - Is that even a valid encoding? On 4/6/08, Kurt L Harless <[EMAIL PROTECTED]> wrote: > OK, figured it out. > > I changed the Character Set to > > > > Instead of > > > > I figured this out by using the tomcat.exe to start the service and saw the > dump message when it was trying to parse

Page not able to display Tomcat 6.0.18

2009-01-06 Thread Karthik Nanjangude
r the same. 2) The uploaded file is parsed with complex validation and inserted into the DB. With regards Karthik

RE: Page not able to display Tomcat 6.0.18

2009-01-06 Thread Karthik Nanjangude
Hi We did not see any exceptions in for the same catalina.out. We suspect some Browser bug may be the root cause. With regards karthik -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Tuesday, January 06, 2009 6:19 PM To: Tomcat Users List Subject: Re: Page not

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

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

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

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

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

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

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

Please Validate this Question

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

Need to monitor the JNDI based Connection Pool usage using JConsole

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

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

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

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

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

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

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

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: How to install tomcat container into jboss 4.0.4

2009-03-16 Thread Karthik Nanjangude
Hi >> tomcat container into jboss 4.0.4 Any specific reason for JBOSS 4.0.4 being installed... Latest stable release is 4.2.3 with built in TOMCAT 5 With regards Karthik -Original Message- From: Prashant Kadam [mailto:prashant_ka...@persistent.co.in] Sent: Monday, March 16, 2

RE: How to install tomcat container into jboss 4.0.4

2009-03-16 Thread Karthik Nanjangude
Hi This is what u get on default server request [ http://localhost:8080/] Tomcat status (full) (XML) JMX Console JBoss Web Console With regards Karthik -Original Message- From: Prashant Kadam [mailto:prashant_ka...@persistent.co.in] Sent: Monday, March 16, 2009 2:35 PM To: 'T

tomcat - perl cgi

2009-03-19 Thread Karthik Nanjangude
404 - /PERL_TOOLS_SITE/cgi/hello.cgi http://localhost:8080/PERL_TOOLS_SITE/cgi-bin/hello.cgi Successful : How ? Although the "cgi" is mapped in web.xml Thanks & Regards karthik

Expose URL via Apache / Tomcat Load

2009-04-13 Thread Karthik Nanjangude
plication uses a single DB to request of orders (from Subscribers) and same URL with *admin* would process the orders ( Internal Employees) and should not be exposed to outside world. Is there any Configuration with in Apache or Tomcat to achieve the same? With regards Karthik

Apache / Tomcat Load Balanced mode

2009-04-20 Thread Karthik Nanjangude
ses a single DB to request of orders (from Subscribers) and same URL with *admin* would process the orders ( Internal Employees) and should not be exposed to outside world. Is there any Configuration with in Apache or Tomcat to achieve the same? With regards Karthik

RE: R: Apache / Tomcat Load Balanced mode

2009-04-21 Thread Karthik Nanjangude
ld like to block the "/admin" from the INTERNET access If some body uses "/admin" the response should be blocked If the same "/admin" is to be used within the INTRANET local access We should be able to display the credentials How To achieve the same ? With

RE: R: Apache / Tomcat Load Balanced mode

2009-04-22 Thread Karthik Nanjangude
But in case of INTRANET usage access for "/admin/*" should be provided Note:- The admin also has a set of Log-in credentials as similar to normal "non admin" case, So using realm would double up the process un-necessarily. Please appreciate this process for more ideas ! With re

RE: Scheduling tasks in Tomcat

2009-04-27 Thread Karthik Nanjangude
Hi I would suggest u to use the Listener tag instead of Load on startup org.quartz.ee.servlet.QuartzInitializerListener As per "Quartz Enterprise Job Scheduler API (1.6.2)" org.quartz.ee.servlet.QuartzInitializerServlet is deprecated with regards Karthik -Origin

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:

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

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

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 Eggers<its_toas...@yahoo.com> wrote - Original Message - > From: Mathan Karthik

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

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.

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

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

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

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

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

Hide JSP name using web.xml

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

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

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

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

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

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

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

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

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 of an

  1   2   >