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
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:
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
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]
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
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
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,
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.
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
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
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
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
===
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
.
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
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
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,
>
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
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
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
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
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
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
vlets/jsp/shopping/Inventory.java":
40. basket =
(BasketBean)session.getAttribute(BasketBean.BASKET);
<->
*** Error: No method named "getAttribute" was found in
type "javax/servlet/h
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.
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
e textbox.
> >
> > So I coded in the .jsp page as
> >
> > > class="hello.NameHandler" />
> >
> >
> >
> >
> > Hello > property="Username" />
> >
> > The problem is its importing class but
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
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
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
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
__
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
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:
&
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
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
] - 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
52 matches
Mail list logo