Hello,
There is no Java version SEE...
If you use J2SE 1.3.1 then servlets are not included
If you use J2EE 1.3.1 then servlets are included
-- Pierre
On Friday, September 6, 2002, at 05:24 , Marulam Sinaga wrote:
Dear All,
I use Java with version SEE 1.3.1. does it include with servlet
Dear All,
I use Java with version SEE
1.3.1. does it include with servlet?
Best regard.
Ulam
LHM> In the code release Blackdown, exists support for SERVLET?
Now step by step:
1) SERVLET needs server -> Apache
2) Something to support Java Servlet and JavaServlet Pages on server side -> Tomcat
you may find it here http://jakarta.apache.org
All of them are free and easy t
http://jakarta.apache.org
LHM> In the code release Blackdown, exists support for SERVLET?
LHM> Regards,
LHM> Henrique
LHM> --
LHM> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
LHM> with a subje
In the code release Blackdown, exists support for SERVLET?
Regards,
Henrique
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
filename="text1.rtf"
n("");
, where main.css is the .css file
Hope it helps.
Luca
- Original Message -
From: "Messias" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 5:43 PM
Subject: CSS file and Servlet
Hi all,
I'd like to know if it's pos
Messias wrote:
> Hi all,
> I'd like to know if it's possible to use .css file with servlets and if
> it's, how can I do it ?
> TIA,
> Messias
A .css is (usually) just a file. Your servlet engine needs to be
configured to serve up files, and you need to place
filename="text1.rtf"
Otra vez yo,
Alguien conoce donde se puede encontrar el codigo (.java) de la librería
Servlet.jar
-
Click here for Free Video!!
http://www.gohip.com/free_video/
--
To UNSUBSCR
ect me to the souce code of a very basic shopping cart using
> servlet ?
>
> Thanx in advance,
> Nilesh.
>
> ___
> Send a cool gift with your E-Card
> h
can anyone direct me to the souce code of a very basic shopping cart using
servlet ?
Thanx in advance,
Nilesh.
___
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter
I just wanted to thank all for the replies to my problem. Actually i tested
the hint of Weiqi Gao to use the PJA-package and it seems to work very good.
Thanks again,
Michael
> Michael Remme wrote:
> >
> > i am running a servlet on a suse 7.0 -server,
> > running with blac
like this - works nicely for our jpegs.
HTH
//OLAS
Michael Remme wrote:
> Hi all,
>
> i am running a servlet on a suse 7.0 -server, running with blackdown jdk
> 1.2.2. This servlet shall create on the fly a gif-image and store that
> somewhere on the server.
>
> When the
I have seen a solution using VNC as X-Server to connect to, running at
some port (e.g. 100), reduced to run in -localhost mode, so it doesn't
interfere with a X-server running at the console. The display-var in the
shell where the servlet(->jserv->apache) gets started from need
is not a good thing because if someone kills the server,
your code will stop working again.
A better solution would be to point to some non-graphical X server
instance or better yet to use a graphical toolkit that avoids awt.
>
> Hi all,
>
> i am running a servlet on a suse 7.0 -ser
Hi all,
i am running a servlet on a suse 7.0 -server, running with blackdown jdk
1.2.2. This servlet shall create on the fly a gif-image and store that
somewhere on the server.
When the module of the servlet is reaching the point, where it shall call
the graphic-environment, the following error
bm.com/developerworks/theme/?open&l=jlbd,t=gr,p=Internationalization
<<0>>-<>-<>-<>-<<0>>
Build better Web sites using the Translator pattern
This article gives an introduction to the Translator pattern and describes
how to use the Translator
pattern in a JSP tec
Hi,
I am running Tomcat 3.2.1 on RedHat Linux 6.2 with Apache 1.3.14.
I created simple "my_form.html" file and placed it into the directory
/usr/local/jakarta-tomcat-3.2.1/webapps/examples/servlets
This form suppose to call my servlet using the following line:
However, when
Thank you Nathan,
I use Tomcat server. However, I still need to compile my servlet with
Java servlet package. Here I found some unexpected installation feature.
I placed servlet-2_2b.zip on my CLASSPATH and it did not work
wherever I placed it. After some trials, I unzipped it and to my
On Thu, Feb 08, 2001 at 12:16:46PM -0500, Jacob Nikom wrote:
> Hi,
>
> I started to work with servlets and found that I need to download
> Servlet API classes - servlet-2_2b.zip package. I have few questions
> about this package.
Servlets run fine on Linux. The question is what
Hi,
I started to work with servlets and found that I need to download
Servlet API classes - servlet-2_2b.zip package. I have few questions
about this package.
1. Does it run on Linux?
2. Where jdk directory structure I have to place it in:
a) /jdk/jre/lib/ext
b) should I create /jdk/jre
> Hi,
Who can tell me where I will put the servlet.jar file in the IBMJava2-13
directory.
Thanks
yangyuexiang
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I have a problem of servlet process.
java.io.IOException: There is no process to read data written to a pipe.
at java.net.SocketOutputStream.write(Compiled Code)
at
> I have installed jsdk2.1 on winnt, then I run the startserver command.
> It displayed "end point created: :8080". then I open
> http://localhost:8080 with ie3.0,but can't found the address.
> why?
You are missing an important piece of software on your machine. It is
called "Linux." If you ins
I have installed jsdk2.1 on winnt, then I run the startserver command. It displayed
"end point created: :8080". then I open http://localhost:8080 /
with ie3.0,but can't found the address.
why?
N
I@R é[h«Ú)îÆ·ª¹ë-«ÚnVÚ0àÂ+ajËç-¡û§²æìr¸y:è¹¹^
íiËdj¹[§$v'¢¸
I would say your problem is getting the web page to update from
a applet. This is a nonsense because you will force the enitre applet
to also reload as the web page reload!!
But if you use frames then you need to force the applet to display
the web frame after invoking the servlet. I don
Hi,
I was trying to connect to a servlet through an applet.I created an html
page with two frame.At the top frame the applet was embedded and in the bottom
frame the servlet was server side included.I used the GET method to
communicate to the servlet.So in the init method of the applet I added
Another good servlet framework is Enhydra, from www.enhydra.org.
--Jeff
[EMAIL PROTECTED] wrote:
> On Fri, 7 Apr 2000, Jacek Laskowski wrote:
>
> > I should also mention about Jakarta which is a project of people who have worked
> > on JSWDK. This product will someday be a
On Fri, 7 Apr 2000, Jacek Laskowski wrote:
> I should also mention about Jakarta which is a project of people who have worked
> on JSWDK. This product will someday be a RI for JSP/Servlet, but currently there
> is one major problem - there is no servlet auto-reloading. That's the
Vida Luz wrote:
>
> Hi, Good Day !!!
>
> I need begin to work with servlet, But I need to know: What I have
> installed in my server?
>
> My server is Linux and my jdk es version 1.2, I need other tools to begin
> an program with servlet?
In order to start working with
Thanks all !!!
Now I have installed the jakarta-ant, but I have the problem when I want
to build my xml, the error is:
Exception in thread "main" java.lang.NoClassDefFoundError:org/apache/tools/ant/
Main
Thanks, You are very kinds,
Regards.
--
You will also need a servlet engine. If you were using Apache try Apache
JServ http://java.apache.org/jserv/index.html
Hope this helps, Joaquin
Joaquin Rapela
Staff Software Engineer
IBM Almaden Research Center
Vida Luz <[EMAIL PROTECTED]> on 04/05/2000 10:02:32 PM
To: [EMAIL PRO
On Thu, 6 Apr 2000, Vida Luz wrote:
> Hi, Good Day !!!
Hi, good day to you as well. :P
> My server is Linux and my jdk es version 1.2, I need other tools to begin
> an program with servlet?
You need a web server, which you probably already have, and the JSDK,
available
On Thursday Apr 6, 2000, Vida Luz wrote:
> I need begin to work with servlet, But I need to know: What I have
> installed in my server?
>
> My server is Linux and my jdk es version 1.2, I need other tools to begin
> an program with servlet?
You need, at a minumum, servlet.j
RTFM!!!
Vida Luz <[EMAIL PROTECTED]> on 04/06/2000 01:02:32 AM
To: [EMAIL PROTECTED]
cc:
Subject: Servlet
Hi, Good Day !!!
I need begin to work with servlet, But I need to know: What I have
installed in my server?
My server is Linux and my jdk es version 1.2,
Hi, Good Day !!!
I need begin to work with servlet, But I need to know: What I have
installed in my server?
My server is Linux and my jdk es version 1.2, I need other tools to begin
an program with servlet?
Thanks in adavanced.
Regards
Trying to compile the example on p.714 of Nathan Meyers' book,
I get errors in lines 1 and 2
import javax.servlet.*;
import javax.servlet.http.*;
The error message for line 1 is:
SimpleServlet.java:1: Package javax.servlet not found in import.
Since other correct java programs comp
On Friday Mar 24, 2000, Alan Westhagen wrote:
> SimpleServlet.java:1: Package javax.servlet not found in import.
You need to get servlet.jar to do servlet work. It doesn't come with
the J2SE. Look under...
http://java.sun.com/products/servlet/index.htm
You are trying to get a servlet to invoke an applet?
Roger Smith wrote:
> I have written a servlet yjay invokes an applet to communicate with a
> database. I am using Java Web server 2.0, and when I start the servlet
> from the browser, I get this error at the bottom of my Netsca
I have written a servlet yjay invokes an applet to communicate with a
database. I am using Java Web server 2.0, and when I start the servlet
from the browser, I get this error at the bottom of my Netscape window:
applet machine class machine could not be loaded.
Also when I try to acces my host
Anyone hear about resin engine for servlet and jsp? Is it more quickly
than JServ?
Any comments about this is welcome
thanks 4 all
Claudio
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
hello everyone:
i am a junior java developer, does anyone know how to write servlet program
with jdk, jdbc and ibm Websphere?
thanks alot
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
"Schlackman, Robert (APP INF)" wrote:
>
> I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some charts that get
> created from within servlets. Does anybody know if I am required to have a
> user logged in with X running for AWT to work? It seems that the user wh
hat the user who starts the
APP> servlet engine, JRun, must stay logged in an have X up? This
APP> makes it impossible to have the system start JRun properly
APP> from rc.d.
Yes, AWT doesn't work without a connection to an Xserver.
APP> Is there anyway around these
I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some charts that get
created from within servlets. Does anybody know if I am required to have a
user logged in with X running for AWT to work? It seems that the user who
starts the servlet engine, JRun, must stay logged in an have X up? This
WebMacro Servlet Framework
==
Announcing WebMacro 0.85.2:
http://www.webmacro.org/
WebMacro is a Java servlet development framework, including a
template engine plus extensible component model. It uses Java
introspection to make ordinary objects in your
There is a (less) elegant way to get servlet support. Just download the
Servlet Development Kit and install it. Then run servletrunner. I do that
for my web server and it functions fine.
Regards,
Pascal Chong
Singapore
-Original Message-
From: John Summerfield <[EMAIL PROTECTED]&
On Fri, 26 Feb 1999, Minren Guan wrote:
> Hi there,
>
> Does anyone know that how to make apache in linux be
> servlet enabled ? actually I've implemented a simple
> servlet runtime environment purely in java and I
> think one of the solutions is to write a cgi progr
At Fri, 26 Feb 1999 Minren Guan wrote:
>Hi there,
>
>Does anyone know that how to make apache in linux be
>servlet enabled ? actually I've implemented a simple
See http://java.apache.org
Oliver
--
___
Oliver Fels
Hi there,
Does anyone know that how to make apache in linux be
servlet enabled ? actually I've implemented a simple
servlet runtime environment purely in java and I
think one of the solutions is to write a cgi program
which can link the apache with my program, but
is that the most effi
>>
Thanks, tried it but it didn't work. Any other ideas?
<<
Well looking in some old code I noticed this was how I got the driver
"registered":
>>
// Do it both ways for kicks:
Class clsDriver = Class.forName( "package.SomeDriverName" );
DriverManager.regist
On Thu, 7 Jan 1999, Ben Newman wrote:
> Thanks, tried it but it didn't work. Any other ideas?
Have you tried registering the jdbc driver yourself, rather than relying
on the driver doing it itself?
In the early days of the PostgreSQL driver, we had a similar problem. When
we found that registe
Thanks, tried it but it didn't work. Any other ideas?
On Wed, 6 Jan 1999, Scott Fraser wrote:
> >>
> Connection: java.sql.SQLException: No suitable driver message. At first
> I
> though it was CLASSPATH problem, but I returned the CLASSPATH along with
>
> the error message and the jar file fo
On Wed, 6 Jan 1999, Ben Newman wrote:
> I'm having a problem with servlets that use JDBC. I have a servlet that
> runs a simple query and returns some rows. As a stand alone app it works
> just fine, but when I switch it over to run as a servlet I get a Erro
>>
Connection: java.sql.SQLException: No suitable driver message. At first
I
though it was CLASSPATH problem, but I returned the CLASSPATH along with
the error message and the jar file for the jdbc driver is listed.
<<
Total long shot here, but I just noticed on one of our servers I
unzipped th
I'm having a problem with servlets that use JDBC. I have a servlet that
runs a simple query and returns some rows. As a stand alone app it works
just fine, but when I switch it over to run as a servlet I get a Error
Connection: java.sql.SQLException: No suitable driver message. At fi
Here's a heads up that I'll probably be available to do more contract
work in/near Seattle soon, or remotely from Seattle if that's an
option. I've been using Java on Linux for about 1.5 years, Ada for
about 7 years before that (embedded systems for Boeing 777, Space
Station, etc.), and before th
I just install jdk1.17 and jsdk2.0 in Linux.
do I need for Servlet program any others??
then what do I need some others??
thanks for reading this.
--
home : http://rtislab.chungnam.ac.kr/~java
mail : [EMAIL PROTECTED]
It would appear from the stack-trace you provided that your servlet is
never executing. Its probably not even being loaded. The exception ...
>Failed to locate native function:
>java/util/zip/Inflater.init(Z)V
>java.lang.UnsatisfiedLinkError
>at java/util/zip/ZipFile.getInpu
OS : Redhat 5.0
JDK : JDK1.17
JSDK :JSDK2.0
I installed JDK1.1.7 and JSDK2.0.
and I test application program and It's OK
but I test servlet program.. but It has some problems.
I din't see this problem before in Othre OS(Solaris or NT)
and I have a trouble in this problem.
the Prob
Hello everybody,
I'm just working Java Servlet with my Web on Redhat 5.1 & Win$ NT 4.
The problem is I can't pass my Chinese characters to my Servlets via
GET or PUT method, when I use getParameter(somename) to get somename's
value, it simply converts any charactor >=0x8
what I think must be a very
> common request.
>
> Can you convert an Applet to a Servlet ?
>
> I have just been presented with this task after
> a very large applet application has been created
> that contains quite a number of files. But the
> application now needs to
Hi,
I have been presented with what I think must be a very
common request.
Can you convert an Applet to a Servlet ?
I have just been presented with this task after
a very large applet application has been created
that contains quite a number of files. But the
application now needs to be
64 matches
Mail list logo