Detecting page changes..

2003-02-10 Thread Vikas Sasidharan
Hi, I am using an attribute in APPLICATION scope for concurrency checking. The problem is the attribute has to be reset if (and only if) the user navigates out of the page without submitting the data (say ,by clicking the BACK button in the browser) ... So ,how do i detect that? ===

Re: Bad file argument to include

2001-03-18 Thread vikas m pawar
only my beans in the web-inf/classes... Kishor K <[EMAIL PROTECTED]> wrote: is thr any files included in browse.jsp "which is not in the same directory" _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.

Bad file argument to include

2001-03-18 Thread vikas m pawar
java:160) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338) at java.lang.Thread.run(Thread.java:484) Help Regards Vikas _ Chat with your friends as soon as they come online. Get Rediff Bol at h

Re: encodeRedirectURL

2001-03-18 Thread vikas m pawar
yup i think so...i put servlet.jar from my Tomcat into my JDK's ext and it worked... thanx vikas Hans Bergsten <[EMAIL PROTECTED]> wrote: Most likely you have an old servlets.jar

encodeRedirectURL

2001-03-17 Thread vikas m pawar
returns a String whereas sendRedirect takes a String... please help!!! regards vikas __ Creativity is great, but plagiarism is faster! _ Chat with your friends as soon as they come online. Get Rediff B

Re: Spawning a thread

2001-03-17 Thread vikas m pawar
JSP pages are by default thread safe(isThreadSafe=true) If set to false, the JSP page uses the Single Thread Model. Regards Vikas ___ To know recursion, you must first know recursion. _ Chat

Re: Global.jsa ?

2001-03-16 Thread vikas m pawar
global.jsa is not a part of standard JSP framework as of now although some servlet engines do support itfor more information u can check out Professional JSP byWrox Publications... cheers vikas _ Chat with your friends as soon as they

Re: + my first JSP and Servlet...

2001-03-16 Thread vikas m pawar
hi... assuming u already have JDK...u need a JSP container... I suggest Apache Tomcatvery easy to start with... u can download it from http://java.sun.com/products/jsp/download.html cheers vikas >> Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/produc

a humble query

2001-02-10 Thread vikas m pawar
hi.. i have a JDBC problem.. can anyone suggest a JDBC mailing list where i might get it solved.. thanks vikas _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com

Re: Run Exe

2001-01-30 Thread vikas m pawar
try this code: public class Runner{ void run(){ Process p; Runtime r = Runtime.getRuntime(); try{ p = r.exec("freecell.exe");//put the name of ur .exe here }catch(java.io.IOException ioe){ ioe.printStackTrace(); } }

Re: Question from New User

2001-01-26 Thread vikas m pawar
hi.. u have to set the home directory of ur JDK...assuming its c:\jdk1.3 just put the following in ur autoexec.bat: JAVA_HOME = c:\jdk1.3 hope u have also put: TOMCAT_HOME = c:\tomcat where c:\tomcat is the root directory where of ur Tomcat files. And regarding ur question about what a Java Inter

Can JSPs call an EJB

2001-01-11 Thread Vikas Arora
I am running my JSP on Weblogic 5.1.0 Can I call an EJB from my JSP page If yes, How? or any ideas where can I find reference regarding these things. TIA. Get your FREE download of MSN Explorer at http://explorer.msn.com =

Re: Help with Tomcat Installation needed

2000-12-20 Thread Vikas Arora
Hello Kai, just right click the dos wondow and go to: Properties:-> memeory and increase to 4096... then try. hope works... >From: Kai Hackemesser <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >S

Re: Tomcat Admin

2000-12-20 Thread Vikas Arora
Thank you Delfi, But can I access through browser... by http://localhost:8080/admin/... Please do reply me Bye! >From: "Robuschi (Delfi)" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subj

Sample app on Tomcat

2000-12-20 Thread Vikas Arora
Can anybody tell me taht from where do I get a simplest sample application to Deply on Tomcat.. I am new to Tomcat, though I have been working for a long time ob ASP with IIS,and it will be my first application on Tomcat.JSP app. will be better. Please give me some links... TIA bye! _

Tomcat Admin

2000-12-20 Thread Vikas Arora
Just now I have installed Tomcat.. on WindowsME how to get into admin part of it... what is U/Password to do the same for first time...??? TIA _ Get your FREE download of MSN Explorer at http://explorer.msn.com ==

Re: Tomcat on WindowsME

2000-12-19 Thread Vikas Arora
>Subject: Re: Tomcat on WindowsME >Date: Tue, 19 Dec 2000 14:25:19 -0600 > >check your CLASSPATH > >Vikas Arora wrote: > > > I am not able to configure Tomcat on Windows Me. > > I have alrady set ANT_HOME and TOMCAT_HOME in autoexec.bat of Windows &g

Tomcat on WindowsME

2000-12-19 Thread Vikas Arora
I am not able to configure Tomcat on Windows Me. I have alrady set ANT_HOME and TOMCAT_HOME in autoexec.bat of Windows Me. Bur while starting it is giving the follwing error: java.lang.ClassNotFoundException: org/apache/tomcat/service/http/HttpConnectionHandler at.. .. .. .. Please help me what

Re: can't load jsp page

2000-12-08 Thread Vikas Arora
Hi, Some time it happens to me also. Check your *.jsp file... There might be some small mistype, which causes this problem hope you will get it. >From: JSP Ask <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL

how to unsubscribe

2000-09-21 Thread Vikas Dubey
Hi Can anybody tell me how to Unsubscribe this JSP Website as i am getting a lot mails which is causing space problem in our server.. Thanks in advance. Kind Regards Vikas === To unsubscribe: mailto [EMAIL PROTECTED] with

Re: FTP using JSP

2000-05-14 Thread vikas
the file into another file to do this. Vikas. "Shun, Vadim" wrote: > I use a library (free) called NetComponents for FTP management, you can > download it from the Web. > > Despite its possible to use it from JSP, I would not recommend doing it as > it clogs your presentati

FTP using JSP

2000-05-11 Thread vikas
to know is how to give the base functionality of FTP using JSP. Does JSP have any objects that directly assist FTP, or are there any components available on the net. Thanks in advance. Vikas. === To unsubscribe: mailto [EMAIL