Re: deploying web application on remote server

2009-02-12 Thread Sneha Manohar
ill be ignored in the WEB-INF/lib folder. Look for a .jar file for the connector instead. Anurag -- Anurag Kapur Associate - Technology, Sapient Corporation India. -----

unable to connect to mysql on remote server

2009-02-12 Thread Sneha Manohar
curityUtil.execute(SecurityUtil.java:276) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162) --- On Fri, 13/2/09, Pid wrote: From: Pid Subject: Re: deploying web application on remote server To: "Tomcat Users List" Date: Friday, 13 February, 2009, 4:52 AM Sneha Manohar wrote: > Hi , > Thank

Re: deploying web application on remote server

2009-02-12 Thread Sneha Manohar
- On Thu, 12/2/09, Pid wrote: From: Pid Subject: Re: deploying web application on remote server To: "Tomcat Users List" Date: Thursday, 12 February, 2009, 11:57 PM Sneha Manohar wrote: > Hi , > > I have developed web application using netbeans , I wish to deploy on remote

deploying web application on remote server

2009-02-12 Thread Sneha Manohar
Hi ,   I have developed web application using netbeans , I wish to deploy on remote server . I have placed files under / webapps  directory of remote server. Tomcat is unable to locate libraries .  how do I make tomcat locate libraries which are under WEB-INF/lib folder   sneha Connect w

sneding Ajax call to jsp page

2009-02-04 Thread Sneha Manohar
Hi all , I am new to AJAX , I sending ajax request to jsp page , var url = "http://localhost:8084/Anoigma/handler/loginHandler.jsp?userId="+userId+"&pwd="+pwd;  xmlhttp.onreadystatechange=state_Change;     xmlhttp.open("GET",url,true);     xmlhttp.send(null);    jsp page validates user Id & pwd .

Regarding SVN

2009-01-23 Thread Sneha Manohar
Hello ,   I wish to install SVN on my laptop .  Do I need to install SVN server & client both ? . I have windows vista operating system which version do I need to install ?   sneha Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

which JSP web hosting(windows or linux)

2009-01-18 Thread Sneha Manohar
g.com/index.jsh http://rimuhosting.com/ http://www.slicehost.com/ Sneha Manohar wrote: > Hello, > I am developing web application using JSP,HTML,Java script with MS SQL as back end (using JDBC mechanism for connecing to data base) > Can you please suggest me some web hosting ? > Regards &g

which JSP web hosting

2009-01-17 Thread Sneha Manohar
Hello,   I am developing web application using JSP,HTML,Java script with MS SQL as back end (using JDBC mechanism for connecing to data base) Can you please suggest me some web hosting ?   Regards Sneha Manohar Anoigma software services London Add more friends to your messenger and enjoy

pls unsubscribe my name from tomcat users group

2008-03-07 Thread Sneha Manohar
pls unsubscribe [EMAIL PROTECTED] from tomcat uers group - Share files, take polls, and discuss your passions - all under one roof. Click here.

pls unubscribe

2008-03-06 Thread Sneha Manohar
pls unsubscribe my name from mailing list - 5, 50, 500, 5000 - Store N number of mails in your inbox. Click here.

Can pl anybody help me with org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread Sneha Manohar
org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) org.apache.jasper.compiler.ErrorDisp

I get org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected

2008-02-27 Thread Sneha Manohar
Hi all, I get following error when I try to create Bean : I have attached FileReadOperation class... org.apache.jasper.JasperException: /jsp/ballmember/Test.jsp(5,34) equal symbol expected at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:4

Fwd: jsp:useBean is giving error

2008-02-24 Thread Sneha Manohar
Hi , where do I need to place user defined .java files in tomcat directory Sneha Manohar <[EMAIL PROTECTED]> wrote: Date: Sun, 24 Feb 2008 18:23:45 + (GMT) From: Sneha Manohar <[EMAIL PROTECTED]> Subject: jsp:useBean is giving error To: users@tomcat.apache.org Hi all

jsp:useBean is giving error

2008-02-24 Thread Sneha Manohar
Hi all I am getting error with . I am getting following error , HTTP Status 500 - - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apac

Problem during starting tomcat-Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/s

2008-02-22 Thread Sneha Manohar
hi I have installed tomcat6.x. I have set the path of tomcat_home & java_home. when I start server , screen closes.I have used catalina out , I get follwing error Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/s tartup/Bootstrap. sneha

do I need to install Binary Distributions or Source Code Distributions for tomcat5.5

2008-02-22 Thread Sneha Manohar
Hi , I am new to tomcat. I have window vista OS & jdk1.6. Which version of tomcat 5.5 i.e Binary Distributions or Source Code Distributions. Please help me . Thank you sneha - Unlimited freedom, unlimited storage. Get it now

RE: Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
Thank chuck :) "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Sneha Manohar [mailto:[EMAIL PROTECTED] > Subject: Re: Problem with Tomacat 4.1 > > javax.naming.NamingException: Cannot rename original file to > C:\Program Files\Apache Group\Tomcat 4.

Re: Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
ing your tomcat. Just curious though -- why are you using such an old version of tomcat? --David Sneha Manohar wrote: > Hi , > I have Microsoft window vista OS .I have downloaded Tomcat verision 4.1. > I have set JAVA_HOME ,CATALINA_HOME. > When I start server new window comes &

Re: Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) ...Can you pls help in debugging Markus Schönhaber <[EMAIL PROTECTED]> wrote: Sneha Manohar wrote: [Th

Problem with Tomacat 4.1

2007-11-18 Thread Sneha Manohar
Hi , I have Microsoft window vista OS .I have downloaded Tomcat verision 4.1. I have set JAVA_HOME ,CATALINA_HOME. When I start server new window comes & disappears. when I shutdown I get following eror. Using CATALINA_BASE: C:\Program Files\Apache Group\Tomcat 4.1 Using CATALINA_HOME: C:\Progr

problem with starting tomcat4.1.31

2007-11-14 Thread Sneha Manohar
Hi , I have Microsoft window vista OS .I have downloaded Tomcat verision 4.1. I have set JAVA_HOME ,CATALINA_HOME. When I start server new window comes & disappears. when I shutdown I get following eror. Using CATALINA_BASE: C:\Program Files\Apache Group\Tomcat 4.1 Using CATALINA_HOME: C:\Progr