Re: Servlet

2002-09-06 Thread Pierre Neihouser
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?   

Re: servlet and graphics

2001-03-23 Thread Ola Samuelson
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

RE: servlet and graphics

2001-03-23 Thread Ingo Rockel
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

RE: servlet and graphics

2001-03-22 Thread Martin, Stephen
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

Re: Servlet API classes - where to place them?

2001-02-08 Thread Jacob Nikom
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

Re: Servlet API classes - where to place them?

2001-02-08 Thread Nathan Meyers
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

Re: Servlet

2000-04-07 Thread Jeff Bean
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

Re: Servlet

2000-04-07 Thread jhut
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

Re: Servlet

2000-04-07 Thread Jacek Laskowski
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

Re: Servlet

2000-04-06 Thread Vida Luz
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. --

Re: Servlet

2000-04-06 Thread rapela
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]

Re: Servlet

2000-04-06 Thread Blue Lang
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

Re: Servlet

2000-04-06 Thread John Rousseau
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

Re: Servlet

2000-04-06 Thread John . Folkers
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

Re: Servlet libraries

2000-03-24 Thread John Rousseau
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

Re: Servlet

2000-02-02 Thread Joseph Shraibman
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

Re: Servlet / AWT question

1999-06-22 Thread Anonymous
"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

Re: Servlet / AWT question

1999-06-22 Thread Anonymous
> 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

Re: Servlet support in linux

1999-02-27 Thread Pascal Chong
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

Re: Servlet support in linux

1999-02-27 Thread John Summerfield
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

Re: Servlet support in linux

1999-02-26 Thread Oliver Fels
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:

Re: Servlet program compile error

1998-12-04 Thread Java News Collector
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