Hi Ravi,
I found this tutorial:
http://www.stardeveloper.com/go/0003
Hope it helps,
--Benjamin.
-Original Message-
From: vtr [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 1 June 2002 3:46PM
To: [EMAIL PROTECTED]
Subject: active sessions
Hi all,
Can any one suggest some
see
here
http://www.onjava.com/lpt/a//onjava/2001/04/12/listeners.html
and
here
http://www.servlets.com/soapbox/filters.html
Regards
Sanjeev
-Original Message-From: vtr
[mailto:[EMAIL PROTECTED]]Sent: Saturday, June 01, 2002 9:16
AMTo: [EMAIL PROTECTED]Subject: active
ses
Hi all,
Can any one suggest some method to find out how
many users are at present logged in my site.
The problem is when the number exeeds a particular
limit the tomcat crashes with an error message indicating that the
jdbc connections has exeeded some limit. I
want to track
Hello,
Quick design question, hope its not off topic too much. I have a servlet
that does two things: takes an html file and makes it into a PS file, and
then prints that PS file. The first step is implemented with an external
program called through exec(), and the second is just a java c
Perhaps because of this?
public class GetUserIdentity extends HttpServlet
Jason
[EMAIL PROTECTED]
-Original Message-
From: A mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Edward
Sent: May 31, 2002 4:32 AM
To: [EMA
Gayathri,
> I'm looking for a way to do automatic post from jsp page without hitting
submit button and without using
> JavaScript code. Does any body have any Idea how to do a post from a jsp
page using java/jsp code?
The only way I have found to do this this uses JavaScript. I use it to
convert
Hi,
I'm looking for a way to do automatic post from jsp page without hitting submit
button and without using JavaScript code. Does any body have any Idea how to do a post
from a jsp page using java/jsp code?
actually I need this for using Netegrity Siteminder forms based authentication, wher
Hi,
I'm running Jserv on Apache on NT.
Jserv works as I can bring up the IsItWorking servlet OK.
We recently recieved a bunch of servlet .class files from a third
party, for a web application.
I have copied these into the same directory as IsItWorking.class
but when I go to call any of them up i
I just dealt with this upgrading from JBoss with Tomcat 3 to Tomcat 4.
Sax parsing of DTD 2.3 requires that the elements in your web.xml be in the
order it's showing you in the error message:
icon?,display-name?,description?,distributable?,context-param*,filter*,filte
r-mapping*,listener*,servle
On Fri, 31 May 2002, Luca Ventura wrote:
> Hello everybody!
>
> I have the following problem
>
> I have two servlets: servlet A and a servlet B. Servlet B is running on a
> Web Server that supports SSL protocol, so I can crypt and send all the data
> of a HTML form to it using "https" protoc
>ok try this ...
>
>override="true" />
>
No, I tried that and reloadable"false" (since I want one click reloading and
not it slowing up with the autoreload on)
>
>This should workkk
>
>and make sure that you restart your server ...
Of course!
Any more ideas?
Mike
___
ok try this ...
This should workkk
and make sure that you restart your server ...
guru
-Original Message-
From: Mike Whittaker [mailto:[EMAIL PROTECTED]]
Sent: 31 May 2002 13:24
To: [EMAIL PROTECTED]
Subject: Re: reloading
>
>
>can you please try this one
>
>in
>
>
>
>
>can you please try this one
>
>in
>
>
>
>
>Regards
>guru
>
Can't seem to get it to work.
tried:
and
this gives me access to the reload procedure:
This doesn't:
But I'd like access and NO password dialogue. Is this possible?
Thanks,
Mike
__
Hello everybody!
I have the following problem
I have two servlets: servlet A and a servlet B. Servlet B is running on a
Web Server that supports SSL protocol, so I can crypt and send all the data
of a HTML form to it using "https" protocol and an url like this:
https://mydomain/servletB (a
Hi
If I have understood your question correctly, ie., you wanted to place your
servlet class (Say PushServlet.class)in
a different folder (d:\temp) and you wanted to access the Servlet.
With these assumptions let me proceed:
In your startup file of the se
Its ace though!
> -Original Message-
> From: andrea [SMTP:[EMAIL PROTECTED]]
> Sent: 31 May 2002 12:21
> To: [EMAIL PROTECTED]
> Subject: error link
>
> excuse me, but I sent you the wrong link!
--
**
The Truwor
You can't (and I have no idea why you would want to), and conform to the
Servlet and J2EE specifications for web applications. This is why every
servlet and EJB container available today automatically creates the
directory structure and why they all know what to do with EAR and WAR files.
You vio
hi..
I want all my class files(servlets) to be placed outside.
i mean i dont want to create WEB-INF/Classes for each Web application.
I want all the class files in a common folder for all my web
applications.
where to place them.?? and how to mention the classpath..
please help me out..
B
your class should extend HttpServlet .
it should be something like ...
public class GetUserIdentity extends HttpServlet
Regards
guru
-Original Message-
From: Edward [mailto:[EMAIL PROTECTED]]
Sent: 31 May 2002 11:32
To: [EMAIL PROTECTED]
Subject: Why I got HTTP Status 500 error
order of sub-elements of web-app element must match order given in DTD
Jesus,
Leader optimist
of
Deepend Prague | Karlovo nam. 17 | 12000 | Praha 2
T +420 (2) 2198 6250 F +420 (2) 2198 6251
W www.deepend.cz | W www.deepend.com
A wise man learns more from a fool than the fool from the wise man.
No
problem Andrea, we found it quite entertaining. Thanks.
-Original Message-From: andrea
[mailto:[EMAIL PROTECTED]]Sent: Friday, May 31, 2002 12:21
PMTo: [EMAIL PROTECTED]Subject: error
link
excuse me, but I sent you the wrong
link!
I have a question about servlet.When I visit servlet,I got HTTP Status 500 -
Internal Server Error.I don't know why?
My program is follows:
D:\Apache Tomcat 4.0\webapps\login\WEB-INF\classes\GetUserIdentity.class
D:\Apache Tomcat 4.0\webapps\login\WEB-INF\web.xml
D:\Apache Tomcat 4.0\webapps\lo
excuse me, but I sent you the wrong
link!
I try run tomcat with your web.xml (I using older version 3.2.3), its OK no
error message come into view when starting tomcat. (I just modify dtd into
2.2, cause of older version, and save then start up tomcat).
best regards,
ngurah j.
- Original Message -
From: "Edward" <[EMAIL PROTEC
You need to specify the full name of the class (ex.
com.fjklas.GetUserIdentity)
Edward wrote:
> I have a question about servlet's web.xml file,I put my files into follows
>directories:
>D:\Apache Tomcat 4.0\webapps\login\WEB-INF\classes\GetUserIdentity.class
>D:\Apache Tomcat 4.0\webapps\login\
http://koti.mbnet.fi/at3/flash/ajokoulu.swf
Hi,
Yes, you have to create DSN
people
and try to execute the class using
java in command prompt (dont forget to include your class in class
path).
Best regards,
ngurah j.
- Original Message -
From:
allen
walker
To: [EMAIL PROTECTED]
Sent: May 31, 2002 1:42 AM
I have a question about servlet's web.xml file,I put my files into follows
directories:
D:\Apache Tomcat 4.0\webapps\login\WEB-INF\classes\GetUserIdentity.class
D:\Apache Tomcat 4.0\webapps\login\WEB-INF\web.xml
D:\Apache Tomcat 4.0\webapps\login\servlets\index.html
My web.xml is follows:
htt
Thanks a lot. It's really of great help.
Hope this time I haven't used 'u' or 'pls'. :-)
Thanks and Regards,
Sudarson
-Original Message-
From: Christopher K. St. John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 11:23 PM
To: [EMAIL PROTECTED]
Subject: Re: start up class in to
can you please try this one
in
Regards
guru
-Original Message-
From: Mike Whittaker [mailto:[EMAIL PROTECTED]]
Sent: 30 May 2002 20:41
To: [EMAIL PROTECTED]
Subject: reloading
I'm resending this, some one must know the answer.
I've searched the (very slow arch
Title: Messaggio
Hi,
it's
seem that the code is not a servlet,
Rinaldo
[EMAIL PROTECTED]
-Messaggio originale-Da: A mailing list for
discussion about Sun Microsystem's Java Servlet API Technology.
[mailto:[EMAIL PROTECTED]] Per conto di allen
walkerInviato: giovedì 30 mag
31 matches
Mail list logo