Re: Tomcat

2004-05-13 Thread Joe Anand
ards, > -jayprakash > > -Original Message- > From: Joe Anand [mailto:[EMAIL PROTECTED] > Sent: Friday, May 14, 2004 12:04 PM > To: [EMAIL PROTECTED] > Subject: Tomcat > > > Hi! > I get this error while trying to run Apache Tomcat 4.0. > PSB, the error description

Tomcat

2004-05-13 Thread Joe Anand
Hi! I get this error while trying to run Apache Tomcat 4.0. PSB, the error description. Any possible solution? Rgds, Joe Catalina.start: LifecycleException: null.open: java.net.BindException: Address in use: JVM_Bind:8080 LifecycleException: null.open: java.net.BindException: Address in use:

Re: how to convert string to float?

2002-10-01 Thread Anand Desai
Methods for Float: static Float valueOf(String s) Returns a Float object holding the float value represented by the argument string s. static float parseFloat(String s) Returns a new float initialized to the value represented by the specified String, as performed by the valu

JDBC driver for SQL server on windows-ME.

2002-09-30 Thread Anand Desai
Can you please suggest a good JDBC driver for SQL server for my win-ME machine? Thanks, Anand === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED]

My project directory in JSP/java.

2002-09-25 Thread Anand Desai
not in my project . If I can get the full pathname of my project directory then I could create the files where I want. Can you please help? Thanks, Anand === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

How do you convert a jsp page into Java?

2002-09-17 Thread Anand Desai
I am seeing errors in my java code embedded in my jsp pages. The java code line #s reported are incorrect. How do I convert my jsp page into java code? Thanks, Anand === To unsubscribe: mailto [EMAIL PROTECTED] with body

Asynchronous notification of server events to a browser.

2002-09-09 Thread Anand Desai
Hello, I intend to use Struts/JSP to build an application and would like to inform users of certain events asynchronously. I would like a window to pop-up on a particular user's browser when an event pertaining to him gets completed at the server end. Is there any way to do that? TIA,

Re: JSP 1.2

2002-01-10 Thread Awasthi,Anand
change contenet type to text/xml or something like that..I am not sure Hope it helps -Original Message- From: Kevin Gutch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 3:50 PM To: [EMAIL PROTECTED] Subject: JSP 1.2 Hello, I am trying to output JSP 1.2 from a stylesheet.

Re: JSP tags

2000-09-18 Thread Sajeev Anand
to know a ggod book on the same Thanx in Advance Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sajeev Anand Sent: 14 September 2000 00:11 To: [EMAIL PROTECTED] Subject: Re: JSP tags Sure, on

Re: JSP tags web.xml file

2000-09-18 Thread Sajeev Anand
t; -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Sajeev Anand > Sent: 14 September 2000 00:11 > To: [EMAIL PROTECTED] > Subject: Re: JSP tags > > > Sure, only that it involves

Re: JSP tags

2000-09-13 Thread Sajeev Anand
Sure, only that it involves the code, but this is only a Hello World program. My Jsp:hello.jsp <%@ taglib prefix="ct" uri="hello.tld" %> Message: My tag class: HelloTag.java --- import java.io.*; import javax.servlet.jsp.*; import javax.servlet.jsp.tagex

JSP tags

2000-09-13 Thread Sajeev Anand
Hello I am new to JSP development and am now working on tag libraries. I have been working on the basic 'Hello World' program for the last three days and still it is not working. I really can't figure out what is wrong. Is there anyone who can help me? Thanks Sajeev ===

Re: ASSIGNING REQUEST.GETPARAMETER TO A VARIABLE IN A JSP FILE !!!

2000-08-25 Thread Anand Raman
simple .. <% String str = request.getParameter("frm_name"); %> hth Anand On Mon, Aug 21, 2000 at 12:15:11PM +0530, Agarwal Gokul wrote: >HI Guys > I am connecting to a database and then trying to insert data >into a table using >request.getParameter

Re: Help - Properties File

2000-08-24 Thread Anand Raman
. The idea is that the resource file is looked up under the same CLASSPATH component under which your class file was found. The WEB-INF/classes directory is automatically added to the classpath for the "current" web application. Hope this helps, --Amos

Re: Apache+Tomcat+mysql+mm

2000-08-13 Thread Anand Raman
suggested to check out the socket connections being made u can do this by doing a strace -e connect java The strace output can tell u what is happening.. sorry i dont understand strace but some one else on this list can definitly help u out.. Hope this helps Anand Yesterday A

Re: Deploy EJB under JRun

2000-07-06 Thread Anand Alagappa
I think you can use JRun to deploy EJB...by using their professional and enterprise edition JRun Server 3.0. For more info http://www.allaire.com/products/jrun/productinformation/jrunserver/index.cfm Anand --- vijayaraghavan kannan <[EMAIL PROTECTED]> wrote: > hi albert, >

Re: Spam Test

2000-06-14 Thread Lakshmi Anand K
What more, 'mail undeliverable error messages', holiday responses etc comming from members of the list are sent back to the posters. I think the list members should use the words 'URGENT', 'SOS' etc a bit lesser. - Original Message - From: "Paul Matthews" <[EMAIL PROTECTED]> To: <[EMAIL

Re: Caching Problem

2000-06-12 Thread Lakshmi Anand K
Check Tools > Internet Options > Temp. I.Net Files > Settings... > Check for newer versions of pages. Or, Have you installed any net accelerator like NetSonic? If yes, add your site to its disabled list or close it while doing development. ---- Lakshmi A

Tomcat Crashing

2000-06-10 Thread Lakshmi Anand K
call " Why? Please help. --- Lakshmi Anand K. MSPV Group Pavoorchatram === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can

Re: Problems with beans and JRun 2.3

2000-06-08 Thread Anand Alagappa
If you are using JRun 2.3, try putting your beans in \servers\default\default-app\WEB-INF\classes the remaining code looks ok. Which web server are you using? Where are you putting your .jsp files? Anand --- Jean de Lavarene <[EMAIL PROTECTED]> wrote: > Hi there, > > I a

Data Source Services configuration problem in JRun

2000-06-06 Thread Anand Alagappa
I configured the JDBC Data Sources in the JRun and tested the connection. The connection with the database is successful. In the servlet, I have a datasource object and I defined the JNDI Initial Context object and tried to look up the datasource in the intial context object. But it says my datas

JRun 3.0 and Microsoft IIS connection problem!!!

2000-05-25 Thread Anand Alagappa
of configuring the connection, I stopped my web server and and restarted after configuring. Anyone faced this kind of prob , lemme know. This so frustrating coz I worked with JRun 2.3.3 without any prob. Since it didn't support Servlet 2.2 API, I switched to the beta version. Thanks

Help - error in compiling JSP file

2000-05-24 Thread Anand Alagappa
vlets/jsp/shopping/Inventory.java": 40. basket = (BasketBean)session.getAttribute(BasketBean.BASKET); <-> *** Error: No method named "getAttribute" was found in type "javax/servlet/h

IDE 's for JSP and Servlet development

2000-05-12 Thread Anand Alagappa
Can anyone tell me what are the best IDE tools that are available for writing JSP and servlet applications. How is Oracle JDeveloper 3.1? Thanx Anand __ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger.

Re: Help:How do I run a servlet with jswdk1.0.1

2000-05-10 Thread Anand Alagappa
Did you get any error messages? If it cannot import some servlet packages then you didn't set the classpath correctly. Try to put the servlet.jar, dt.jar, tools.jar in the classpath. If u r using win 98, edit the autoexec.bat file and write set classpath= By the way this pertains to latest JS

jsp tags not getting recognised by JRUN..help

2000-05-05 Thread Anand Alagappa
e textbox. > > > > So I coded in the .jsp page as > > > > > class="hello.NameHandler" /> > > > > > > > > > > Hello > property="Username" /> > > > > The problem is its importing class but

regd jsp tag syntax

2000-05-04 Thread Anand Alagappa
ot giving me any error. I tried the scope= request also but it didn't work. Can any body help me... Thanks Anand PS: Thanx Abhishek for the reply __ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messe

jsp tags

2000-05-03 Thread Anand Alagappa
All I am using JRun 2.3.3 servlet engine which also can parse JSP. But somehow in my .jsp page when I am trying to include a file the engine is not taking care of that line (I suppose) the line in .jsp file looks like <%include file=".html"> My second question is I have a bean compon

Re: A definition question

2000-05-02 Thread Sajeev Anand
Well, here is my 2 c: Servlets 'embed' the presentation aspects in the application logic. Remember hardcoding ,etc? In JSP, you have the java code ie the application logic contained in the presentation tags. Sajeev -Original Message- From: A mailing list about Java Server Pages spec

Version of Servlet Engine

2000-05-02 Thread sajeev anand
Hi Just curious, is there any way of finding out the version of Servlet API that is being used? I am using JRun on Netscape server. If I understand right, Servlet 2.2 does not understand setAttribute() and getAttribute() methods. Am I right? Thanks Sajeev __

To access a word file thru a servlet and adding values to fields in it from a backend db

2000-04-07 Thread Sajeev Anand
Hi all I found this question on another site and it seemed interesting. There is a word template file in which there are fields. a servlet must access this file and fill in the fields with values from a backend db.Finally the file must be saved as a .doc. I dont know if this is possible . If its

Re: Architectural question

2000-03-30 Thread anand
Marco, The bean is not created everytime. The Server looks for an already existing instance of the same bean. If found it reuses the same instance, if not found, it will create a new instance of the bean. Cheers, Anand Mistroni Marco wrote: > > HI all, > i have a doubt: &

Re: Servlets are a new thing

2000-03-29 Thread Sajeev Anand
Looks like this is becoming a topic of its own. We can rant and rave but the fact of life is that there will always be newcomers into this list. It takes time for a person to understand how to use this list usefully. We all were beginners at one time. Surely we all remember a time when there was n

Re: JSP - HELP!

2000-03-21 Thread anand
Hi Radek, Seems like a typical "where to put my classes" problem. You should put the Java class in the classes directory under the Server root. Eg. C:\JavaWebServer2.0\classes\ Anand Radek wrote: > > I'm new to JSP ! > > I wrote a class to do execute sql quieries o

samuel's e-mail

1999-12-29 Thread Anand Balasubramanian
] - Revathy [EMAIL PROTECTED] - Samuel [EMAIL PROTECTED] - Systime Srivatsan [EMAIL PROTECTED] - Systime Sundar [EMAIL PROTECTED] - SWAMI [EMAIL PROTECTED] - Sangeetha -Anand === To unsubscribe: mailto [EMAIL PROTECTED] with body

Jdbc Connection

1999-12-25 Thread Anand, Nagabushana H (IE10)
establish the connection.I can do with all the inputs I get related to this. Thanx! Anand > -Original Message- > From: Geert Van Damme [SMTP:[EMAIL PROTECTED]] > Sent: Friday, December 24, 1999 2:58 PM > To: [EMAIL PROTECTED] > Subject: Re: A basic doubt > > The

A Beginner Question

1999-12-22 Thread Anand, Nagabushana H (IE10)
Hi, I need to redirect to a page on the click of a button. I have been using ASP so far and need the JSPequivalent of response.redirect("...") Could anyone help? Regards, Anand === To unsubscribe: mai

Re: "Submit" to a Servlet - How?

1999-12-08 Thread Kamal Anand
try -Original Message- From: Rick L Sample [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 08, 1999 4:09 PM To: [EMAIL PROTECTED] Subject: "Submit" to a Servlet - How? I have a servlet called authenticate and want to submit to it from a .jsp. I know the forward command works, but

Re: Need help JSP/Servlet in Visual Age for Java 2.0

1999-12-07 Thread Kamal Anand
Title: Need help JSP/Servlet in Visual Age for Java 2.0 try this   ((HttpServiceResponse)res).callPage("/app/File.html", req); -Original Message-From: Andrzej Kobus [mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 07, 1999 11:23 AMTo: [EMAIL PROTECTED]Subject: Need he

Re: including servlet output into jsp

1999-11-29 Thread Kamal Anand
Well... it works only after I load the servlet by directly invoking if first. After that all calls to this servlet using mailto:[EMAIL PROTECTED]] Sent: Monday, November 29, 1999 11:54 AM To: [EMAIL PROTECTED] Subject: including servlet output into jsp Hi All: Does anyone know how to migrate the

including servlet output into jsp

1999-11-29 Thread Kamal Anand
Hi All: Does anyone know how to migrate the following tag jsp 0.91 code to JSP 1.0? I tried replacing the above with but it gives an exception on the call to printwriter. The above code basically includes the output from MyServlet into the current jsp file. The limitations being the servlet

Re: speed of JSP...

1999-09-12 Thread Anand Kumar Sankaran
Hi My exp was based on JWS. I looked at the JSP 1.0 spec and this is what it says JSP pages are often implemented using a JSP translation phase that is done only once, followed by some request processing phase that is done once per request. The translation phase usually creates a class that im

Re: CallPage

1999-09-12 Thread Anand Kumar Sankaran
  Note that you can forward to another JSP page, or to a servlet.  Also, a servlet can forward to a JSP page by using the RequestDispatcher.forward() mechanism.     If I am right, RequestDispatcher.forward() transfers the HttpServletRequest object and HttpServletResponse object too - one can use

Re: speed of JSP...

1999-09-11 Thread Anand Kumar Sankaran
being generated every time the web server comes up is right or not! Anand "Anil K. Vijendran" wrote: > Anand Kumar Sankaran wrote: > > > Sounds good, I always wondered why the generated servlet classes could not be > > serialized and if and only if the jsp page change

Re: CallPage

1999-09-11 Thread Anand Kumar Sankaran
What actually is calling another JSP page? If you want to do a redirection do response.sendRedirect ("Absolute URL") If you want to simply include another JSP page, the 1.0 spec suggests usage of Anand Sandy Tiu wrote: > How do I call another JSP within a JSP ? > I tried

Re: Does IBM WebSphere 2.03 standard edition supports servlet 2.1 andjsp 1.0 ?

1999-09-11 Thread Anand Kumar Sankaran
I doubt if you can get Websphere 2.03 std edition today, the Websphere 3.0 std edition is a free for download (for development purposes) from IBM site. It supports servlet 2.1 and if I am right JSP 0.92. I dont think it supports jsp 1.0. Anand Stephen Kuo wrote: > Hi Alls ... > Do

Re: speed of JSP...

1999-09-11 Thread Anand Kumar Sankaran
gh it generates unreadable and unmaintaneable code, the basic functionality provided is amazing for RAD. I hope some one comes up with such a product (Why not SUN?) - that would be very decisive and would be a major reasons to choose a specific technology (Ma

Re: performance of jsp vs servlets

1999-09-05 Thread Anand Kumar Sankaran
LY for the first time the jsp page is loaded. If you have major concerns, have a person who will run through the application once every time the web server comes up ;) Anand Mike Engelhart wrote: > > i have a question reg the speed of jsp. > > assume i have a servlet dedicated for pres

Re: Passing Connection Objects from servlets to JSP??

1999-09-01 Thread Anand Kumar Sankaran
rect me if I am wrong. Anand "Subrahmanyam A.V.B." wrote: > > Heres wut I am trying to do > > > > Login.html--->create session--->pass username,pwd to Login Servlet>Login > > Servlet instantiates my DbCOnnection Object>Then redirects to Q

404 error while invoking a jsp file

1999-08-30 Thread Anand Kumar Sankaran
tems(); I get a 404 error. If I comment out the last said java assignment statement, it works fine. Why is this? Thanks in advance. Anand === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST

USEBEAN

1999-05-06 Thread Sharma, Anand (Anand)
EBEAN, is it just any java class or is it some kind of a special class implementing a certain interface etc." I did not see anything in the documentation that talked about how to write the beans referred to in the "USEBEAN" tag. Sincerely, Anand Anand Sharma O Lucent Technologi

Re: How to compile jsp program.

1999-03-17 Thread Anand Kumar S
Hi JSP spec 0.92 wont work with JWS as yet. There is a version mismatch in the Servet API releases and JWS (till 1.1.2) doesnot support JSP. Try an implementation of JSP 0.91 with JWS. regards Anand Kumar S Systems Manager Wipro Infotech -Original Message- From: Allamraju Kumarswamy