Re: where to store bean?

2001-02-01 Thread Deepak C S
in /WEB-INF/classes > -- > From: Crisalyn Ramos[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Friday, February 02, 2001 12:51 PM > To: [EMAIL PROTECTED] > Subject: where to store bean? > > Guys,

File Deletion----not working

2001-01-19 Thread Deepak C S
hi, I am trying to delete a file under filesystem in a bean using: File f=new File(path-to-file); f.delete(); But the File isnt getting deleted...Can anybody help?? thanx Deeps === To unsub

Ironical Sun's Servlet API

2001-01-19 Thread Deepak C S
hi JSP/Java gurus, It seems ironical that sun's api doesn't have a method to retrieve Multipart-form data or am I wrong??? I want to retrieve from a HTML-form..multipart data...that is name,age,particulars etc..along with a Photo(thru file upload). For Photo,I need t

Re: please Help --session check

2001-01-17 Thread Deepak C S
> From: ext Claudio Lorico [mailto:[EMAIL PROTECTED]] > > Sent: 16. January 2001 18:45 > > To: [EMAIL PROTECTED] > > Subject: Re: please Help --session check > > > > > > What you're thinking is quite right and it can be > > better if you will use a

help pls

2001-01-16 Thread Deepak C S
hi, 1)how to restrict users from accessing html files directly(without authentication) in tomcat-apache?? 2) how to prevent directory listing for directories under Tomcat context? pls help thanx, deeps === To unsubscri

please Help --session check

2001-01-15 Thread Deepak C S
hi people, As a part of authentication check, I am checking for a session attribute to validate user login across pages. eg: if (session.getAttr("user")==null){ sendRedirect(loginpage); } But now, I am keeping these lines in all my jsp files(cut and paste)..If I have to change somethg w

Sorry--Out of topic question For Html Gurus

2001-01-10 Thread Deepak C S
hi , Does anybody know how to develop Navigation Interface like ones On microsoft.com home page,Jspinsider.com etc...?? i.e. On moving mouse cursor over a heading ,a drop down of options is displayed and on mouse Out, the dropdown is removed. Ive seen the sites View/source but not much

running linux commands from Java(JSP/servlets)

2001-01-09 Thread Deepak C S
Hi, Is there anyway to execute Linux commands from within JSPs or Servlets?? like in perl,...we place OS commands in backquotes eg. `cat file.dat` advance thanx , Deeps === To unsubscribe: mailto

Re: JSP & Forms

2001-01-08 Thread Deepak C S
You can try doing like this, Have a Hidden Form in license.jsp with ... ") > ") > ..so on and hope this helps regards deeps > -- > From: Mrudula Madiraju[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and

Re: Quick Question..

2001-01-08 Thread Deepak C S
return;//statement would do. > -- > From: Alan Goodenough[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Monday, January 08, 2001 8:11 PM > To: [EMAIL PROTECTED] > Subject: Quick Question.. > >

Password encryption in Java

2001-01-08 Thread Deepak C S
Hi, Can anybody tell about" How we can encrypt Passwords in Java??"say like Perl's or Unix Crypt function?? i mean, Is there any Java equivalent of unix crypt() func?? thanx in advance, Deeps === To unsubscribe:

Re: How to create .war files??

2001-01-05 Thread Deepak C S
ject: Re: How to create .war files?? > > cd /tomatdir/webapps/MyAppDir > jar cf ../MyAppDir.war * > > > -----Original Message- > From: Deepak C S [mailto:[EMAIL PROTECTED]] > Sent: Friday, 05 January 2001 02:09 > To: [EMAIL PROTECTED] > Subject: How to create

How to create .war files??

2001-01-05 Thread Deepak C S
hi all, can anybody tell "how to create web application archives(WAR) ...that is .war files??"eg. like examples.war in Tomcat. Im using tomcat3.2.1 on linux. thanx, deeps === To unsubscribe: mailto [EMAIL PROTECTED

Re: How to disable Back on Browser?

2000-12-29 Thread Deepak C S
Why do u want to disable?? Just expire the page.. > -- > From: [SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Friday, December 29, 2000 5:02 PM > To: [EMAIL PROTECTED] > Subject: Re: How to disa

bean Constructor

2000-12-28 Thread Deepak C S
Hi , Im using a Bean with scope="session" as follows. I am using the same bean in many JSP pages. The Bean has a constructor which I expect to be called Only once for a session created. But the Constructor is getting called for each JSP page I access.Im also using same 'id' value (i

How to exit from JSP page

2000-12-26 Thread Deepak C S
Hi, Can anybody tell "how to exit from a JSP page? I want to check for a condition at beginning of a JSP page and based on result I want to skip processing rest of the JSP pagewithout using big I mean I need a Perl equivalent of "exit;" command in JSP. thanx in advance, De

how to include querystring in JSP

2000-12-25 Thread Deepak C S
Hi, I want to include a querystring within an HTML anchor tag eg: click but tomcat is giving JSP parse error as: 1)test.jsp(0,4) invalid argument I even tried encoding the href as response.encodeURL("/examples/test.jsp?name=hello world") eventhough everythgs written properly to

tomcatt doesnt recognize when I change my Beans source...Please H ELP

2000-12-20 Thread Deepak C S
hi friends, I have Linux-apache-tomcat3.2.1. Ive have created a context "intranet" under < tomcat-install>/webapps/intranet and I have manually created Directories WEB-INF/classes under it. Is this a right way to do?? Please suggest. In classes dir,I have placed my JavaBeans arran

Re: sorry :Out of Topic

2000-12-20 Thread Deepak C S
gt; I think it would help you. > > Zahid Khan > > > - Original Message - > From: "Deepak C S" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, December 20, 2000 03:30 PM > Subject: sorry :Out of Topic > > > >

sorry :Out of Topic

2000-12-20 Thread Deepak C S
Hi, How can I set an HTML page as WallPaper in WinNT 4.0 ServicePack 6.0 127mbRam,10GB HDD, Intel Pentium III Cheers, Deeps === To unsubscribe: mailto [EMAIL PROTECTED] with body: "s

Tomcat 3.2 install with Apache 1.3(linux)

2000-12-11 Thread Deepak C S
Hi Friends, Can anybody pls let me know How to Install jakarta-tomcat3.2 with Apache(linux) and configure the whole things to run JSPs. Thanx in advance, Deeps Thanks and Regards, Deepak C. S. Planetasia Ltd, A Microland Group Company, Bangalore,India

can i run JSP with JSDK2.1??

2000-11-30 Thread Deepak C S
hi all, can i run JSP with JSDK2.1?? If not, what else I need to run JSPs?? Thanks and Regards, Deepak C. S. Planetasia Ltd, A Microland Group Company, Bangalore,India Contact: 5522252 54 57 58 58 Extn 544 Email: [EMAIL PROTECTED

Hi

2000-11-20 Thread Deepak C S
Hi, Could anybody tell whether I could use both CGI-perl and ApacheJserv together for Backend(Server Side) of a single Site. I am using Linux and Apache WebServer. Thanks and Regards, Deepak C. S. Planetasia Ltd, A Microland Group Company, Contact

Re: Applying style sheets to JSP

2000-11-19 Thread Deepak C S
Hi, Try giving as: b{color:red;} rather than color=red t&r, deep > -- > From: Nivedita[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Sunday, N

No Subject

2000-11-13 Thread Deepak C S
Hi, What s/w do we require to test EJBs??? -deep === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp