Tomcat & SOAP/Rest +/- jax-ws or Axis2 or cxf ????

2015-11-01 Thread N.s.Karthik
Hi spec : jdk 1.7 Container Tomcat 7.x O/s : Oracle Linux Question : Need a *Simple & Single Framework to support both "SOAP & Rest"* based services. Which one is the best to make use of ?? Jax-ws OR Axis2 OR Cxf or with regards Karthik -- View this message in context:

Re: Tomcat & SOAP/Rest +/- jax-ws or Axis2 or cxf ????

2015-11-01 Thread N.s.Karthik
Hi I am already using "Container Tomcat 7.x" for some other UI Dev activities & continue to use the same So Usage of TOMEE+ is ruled out. I am in need of a Single 'SOAP & Rest Frameworks'. [ Cannot use multiple for some restricted reason ] Which one is the best to make use of ??

Re: jststd configuration in catalina.sh for GC on Tomcat

2013-11-13 Thread N.s.Karthik
Cris If you must do it from catalina.sh, then please put it instead in setenv.sh * I presume /tomcat/bin/setenv.sh* Thx for the same. Need a additional Info settings. jstsatd execution (start / stop) needs to be in parallel to the Tomcat start/stop... How this configure the same ? with

jststd configuration in catalina.sh for GC on Tomcat

2013-11-08 Thread N.s.Karthik
Hi spec server Jdk1.6.20 Tomcat : 6.0.26 o/s : suse10 client visual vm 1.3.5 O/s windows jdk :1.6.20 I need to use the Visual VM GC to monitor remote JVM's GC activity. this requires the following jstatd -J-Djava.rmi.server.hostname=192.168.4.32

Re: HOWTO Same web application serving UI / SOAP ?

2013-10-09 Thread N.s.Karthik
My Friend Let me Explain... I have an an web based application hosted on a tomcat server (port :8080) hence to access the application , i have to use the URL as follows *http://IP:port/APP/index.jsp* Now if some reason , I have to expose some underlying methods part's of the same web

HOWTO Same web application serving UI / SOAP ?

2013-10-08 Thread N.s.Karthik
Hi Do any body have any Brain storming Ideas for the Following With single Web Application Installation Use a Web application for Web based - Browser Interface. Use the same Web application for exposing the SOAP based - Client Interface URL should be same and no changes either

Tomcat Valve Custom args

2013-04-01 Thread N.s.Karthik
Hi Spec: JDK1.6 Tomcat 6.0.26 O/s nix Suse I have build a Customized Valve and have done the required settings in context.xml for specific APP and have them returned variables System.println on console ( Catalina.out) Question : 1) How to get the return values into a JSP file [ using

Re: Tomcat Valve Custom args

2013-04-01 Thread N.s.Karthik
Hi Thx for the reply I know that Valves are invisible to the app.. Reason : I have created a Customized valve as a separate jar used for AAA interception of my APPS , Since I cannot configure each and every application hosted on the Tomcat with filters and hence created a Valve to

Re: IWA username using JSP for Already authenticated Window system

2013-03-25 Thread N.s.Karthik
Hi Thx for the Quick Reply https://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html I have already tried this and found the same to Work only on Windows Environment but my Tomcat servers are on Oracle Linux Systems... Will this configurations work with Tomcat 7.0.30 on Linux with

IWA username using JSP for Already authenticated Window system

2013-03-24 Thread N.s.Karthik
Hi spec : O/s Linux -Oracle Jdk =1.6 Tomcat = 7.0.30 Browsers = IE8 Only * Pre authenticated Windows Clients via Active directory * Would use Integrated Window Authentication settings for Browsers Question : Since All the

CSRF and nonce Config ???

2013-02-07 Thread N.s.Karthik
Hi Spec jsk1.6 SuseLinux Enterprise10 Tomcat 6.0.30 Apache http2.2 I have read thru the URL http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html for 'CSRF' and nonce But have been confused Is this 'CSRF prevented from within Tomcat 7 by default or is it configurable by using the

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread N.s.Karthik
Hi Thx for Quick reply Single-Sign-On Valve, which will alllow a user to login once to the first application running on Tomcat, and then the login will be valid if he calls other applications on the same Tomcat, and for these other applications running on the same Tomcat he will not have to

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread N.s.Karthik
Hey Cris So you want to configure the login process to work once per day, e.g. the users are prompted once per day for either app, but once prompted, they won't be prompted again for either app for the rest of the day. Presumably if the login is without a prompt, then this requirement disappears,

Re: LDAP on TOMCAT 7.0.30

2013-01-30 Thread N.s.Karthik
Hi Thx for the Conversation but still i am not convinced How Do I achieve SSO + LDAP for the setup as define below, I absolutely do not have any Idea, I am confused with lot's URL's Apache 2.2x (httpd-ssl) Tomcat DB Traffic expected on system is 300+ using IE, FFOX, Safari ,

Re: 64 Bit Tomcat My experience

2013-01-30 Thread N.s.Karthik
Hi We have dev a Struts2 /Ajax /Oracle Db application and been using Tomcat for DEV /IT testing on Win32 for long time,while the deployment usally happens on 64 bit REd hat So far other then Perm /Heap space configuration not encountered any specific problems with regards Karthik -- View

Re: LDAP on TOMCAT 7.0.30

2013-01-28 Thread N.s.Karthik
Hi Thx for the Quick reply 1) All 3 applications are browser compatible and users may use other then IE hence IE alone can be ruled out What about the other (2 3) options with regards karthik -- View this message in context:

LDAP on TOMCAT 7.0.30

2013-01-27 Thread N.s.Karthik
Hi Spec : JDK1.6, Tomcat 7.0.30, Linux 64 bit Suse So far we have been using 3 killer Ajax web based applications with each app provided with separate DB schema. The Requirement is to provide a SSO Single Sign On Logic with existing LDAP Server. The AAA has

New Library folder

2012-12-27 Thread N.s.Karthik
? A new folder called Alphalib under Tomcat/lib , where all the jars need to be placed eg: /Tomcat6.0.30 / lib / Alphalib / 1.jar, 2.jar, 3,jar... This helps in clear separation of mixing Tomcat/lib/*.jars with application specific jars. with regards N.s.Karthik

HttpOnly

2012-06-11 Thread N.s.Karthik
Hi Spec JDK1.6 Tomcat 6.0.10 O/s Win / Linux(r-Hat) Browser : Crome 19.0.x / IE8 For some specific Reason We use Tomcat 6.0.10 for Dev/Deploy in INTRANET. I have Googled / Yahooed for the same. HttpOnly 1 form suggested to use Filters and set Cookie Headers as alternative for Handling

org.apache.catalina.valves.RemoteHostValve does this work ???

2012-05-30 Thread N.s.Karthik
Hi Spec JDK1.6 TC : tomcat 6.26 O/s win 7 /Linux (redhat) I have configured the valve as follows in TC /conf/Context.xml *Valve className=org.apache.catalina.valves.RemoteHostValve allow=ai-itl-107 deny=192.168.8.210 /* On restart of the TC ... I am denied access