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

Servlet

2002-09-05 Thread Marulam Sinaga
Dear All,     I use Java with version SEE 1.3.1. does it include with servlet?     Best regard. Ulam

Re: Blackdown support for SERVLET ?

2001-09-26 Thread Vladimir Eflov
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

Re: Blackdown support for SERVLET ?

2001-09-26 Thread Vladimir Eflov
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

Blackdown support for SERVLET ?

2001-09-26 Thread Luiz Henrique Moraes
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]

Re: CSS file and Servlet

2001-06-01 Thread Messias
filename="text1.rtf"

Re: CSS file and Servlet

2001-05-31 Thread Luca Aurel
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

Re: CSS file and Servlet

2001-05-31 Thread Nathan Meyers
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

CSS file and Servlet

2001-05-31 Thread Messias
filename="text1.rtf"

Servlet Source

2001-05-31 Thread Pablo Trujillo
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

Re: shopping cart using servlet

2001-04-18 Thread Jacob Nikom
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

shopping cart using servlet

2001-04-18 Thread nilesh modi
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

AW: servlet and graphics

2001-03-27 Thread Michael Remme
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

Re: servlet and graphics

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

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 need

RE: servlet and graphics

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

servlet and graphics

2001-03-22 Thread Michael Remme
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

JSP & Servlet Translators, Handling memory leaks

2001-02-22 Thread Anuraj Singh
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

Simple question about running servlet on Linux

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

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

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

Servlet API classes - where to place them?

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

Servlet and IBM jdk1.3

2000-07-24 Thread yangyuexiang
> 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]

[Question] Java Servlet Err...

2000-07-13 Thread 황정원
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

Re: about java servlet!

2000-06-20 Thread forsythe
> 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

about java servlet!

2000-06-20 Thread wangmq
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Œ'¢¸

Re: Problem Connecting between applet and servlet

2000-05-25 Thread Peter Pilgrim
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&#

Problem Connecting between applet and servlet

2000-05-15 Thread Rakesh Raveendran
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

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

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

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

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 PRO

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

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.j

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,

Servlet

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

Servlet libraries

2000-03-24 Thread Alan Westhagen
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

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.htm

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 Netsca

Servlet

2000-02-01 Thread Roger Smith
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

Servlet+JSP engine

1999-12-10 Thread Claudio Miranda
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

servlet technology

1999-11-07 Thread Zhang Yuyong
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"

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 wh

Re: Servlet / AWT question

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

Servlet / AWT question

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

[ANN] WebMacro Servlet Framework 0.85.2

1999-04-26 Thread Justin Wells
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

Re: Servlet support in linux

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

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 progr

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

Servlet support in linux

1999-02-26 Thread Minren Guan
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

Re: JDBC/servlet problem

1999-01-11 Thread Scott Fraser
>> 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

Re: JDBC/servlet problem

1999-01-08 Thread Peter T Mount
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

Re: JDBC/servlet problem

1999-01-07 Thread Ben Newman
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

Re: JDBC/servlet problem

1999-01-07 Thread Urban Widmark
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

Re: JDBC/servlet problem

1999-01-06 Thread Scott Fraser
>> 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

JDBC/servlet problem

1999-01-06 Thread Ben Newman
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

OFF TOPIC: Java servlet programmer available again

1998-12-17 Thread Michael D. James
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

what do I need for servlet program??

1998-12-06 Thread Han,sang-hyuck
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]

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.getInpu

Servlet program compile error

1998-12-04 Thread ÇÑ»óÇõ
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

Servlet with Chinese

1998-12-02 Thread Chu Zhurong
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

Re: Q how do I covert an applet to a Servlet

1998-09-21 Thread Joe Carter
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

Q how do I covert an applet to a Servlet

1998-09-21 Thread Matt Zagni
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