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?
Hi!
First, install virtual frame buffer of some sort.
We use Xvfb which is started with display/screen combination 1:0.
Xvfb can be downloaded from any XFREE download site.
Then make sure DISPLAY is set to 1:0.
With Jserv: set display in jserv.properties
and make sure it is exported.
We use it l
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 needs to be set
accordin
This is because the call to the graphically environment is probably using
an awt component that is peered with a native X-Windows implementation.
This component is probably making a call to the X server for some service
(for example rendering a font). That call will be done in the context
of whoev
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 surprise
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 you are trying to
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 RI for JSP/Servlet, b
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 reason why
> I m
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 Servlets and/or JSP you
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 PROTECTED]
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 from http://java.sun.com
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.jar from the Sun site
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, I need other
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.html
-John
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 Netscape window:
> ap
"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 who
> starts the servlet engin
> APP INF writes:
APP> I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some
APP> charts that get created from within servlets. Does anybody
APP> know if I am required to have a user logged in with X running
APP> for AWT to work? It seems that the user who starts the
gt;
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Saturday, February 27, 1999 10:55 PM
Subject: Re: Servlet support in linux
>On Fri, 26 Feb 1999, Minren Guan wrote:
>
>> Hi there,
>>
>> Does anyone know that how to make apache in linux be
>> servlet enabled ? act
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 program
> which can link the apac
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| e-mail:
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.getInputStream(line unknown
22 matches
Mail list logo