Re: A WinXP patch

2002-07-23 Thread L-Soft list server at Sun Microsystems Inc. (1.8d)
> This is a WinXP patch Unknown command - "THIS". Try HELP. > I expect you would enjoy it. Unknown command - "I". Try HELP. Summary of resource utilization --- CPU time:0.000 sec Overhead CPU:0.000 sec CPU model: sun4u Job origin: [EMAIL PRO

Re: Servlets and PWS

2002-07-23 Thread Gang Zhang
Tomcat requires extra steps to setup and is not as fast. Try either Resin http://www.caucho.com/download/ or Orion http://www.orionserver.com They don't require post install setups and are very fast. BajieServer http://www.utdallas.edu/~gxz014000/websrv/ is even smaller, pretty fast and have

Re: Servlet API 2.3 Soucre code

2002-07-23 Thread Gennis Emerson
Adrian Wilford wrote: > > I need the source code for the Servlet API version 2.3. You could try or browse the CVS repository at __

Re: IIS, Tomcat and Personal Web Server

2002-07-23 Thread Madrigallos, Andrew G.
Hi Steve, Windows 2000 Pro has an IIS, all you have to do is to install it, you can find it in the: Control Panel > Add/Remove Program > Add/Remove Window Component Andrew - Original Message - From: "Steve Lweis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 200

Re: Servlets and PWS

2002-07-23 Thread Edward Foley
No. You have to have a servlet container to run servlets. Try jakarta.apache.org for the reference implementations of the Servlet and Jsp specifications. Tomcat (the servlet/JSP container) comes with a http server "built-in". If you want, you can run it with another http server, such as Apache. G

Servlets and PWS

2002-07-23 Thread Henrik
Can I use PWS (Personal Web Server) to run Java Servlets?

IIS, Tomcat and Personal Web Server

2002-07-23 Thread Steve Lweis
>Has anyonw gotten Personal Web Server - that is the version of IIS which >comes with Win2000 pro running with Tomcat. I have made a number of tries and failed but succeeded the first time under Windows 2000 server. SInce Micro$oft will not allow me to upgrade Win2k Pro to Win2k Server I am reall

Error Pages

2002-07-23 Thread Henry Reardon
I need help with error pages. I would like to use some of the techniques that Jason Hunter suggests for Error Handling in Java Servlet Programming, 2nd Edition, Chapter 5, especially error pages. Unfortunately, Hunter gives only some of the information you need to do this so I'm hoping someone

Re: file type in html

2002-07-23 Thread Wil Moore
Title: Message Current browsers generally ignore the ACCEPT attribute. -Original Message-From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of Serdar BOZDAÐSent: Tuesday, July 23, 2002 1:11 PMTo:

Re: file type in html

2002-07-23 Thread Serdar BOZDAĞ
I tried but it does not work. bu html code is   Select an HTML document to upload and validate. If your browser does not support form-based file upload, use one of our alternate methods of validation.     - Original Message - From: Michael Weller To: [EMAIL PROTECTED]

Re: newbie question: Little help

2002-07-23 Thread Eric Noriega
This looks like a package mismatch. If you've define a package at the top of your class files (i.e. com.example.SomeClass ) you need to place the file in the same directory structure. (i.e. .../com/example/SomeClass ) h t wrote: > Hi, > > I have the problem with running a simple servlet on an Ap

Re: newbie question: Little help

2002-07-23 Thread Gardner Monte
Maybe this is oversimplisitic, but have you checked to make sure that you spelled all your class names right, including capitalization. iF yOu get Your Capitals wRong, it will Mess things uP :). --Monte Glenn Gardner On Tue, 23 Jul 2002, h t wrote: > Hi, > > I have the problem with running

newbie question: Little help

2002-07-23 Thread h t
Hi, I have the problem with running a simple servlet on an Apache Server with Tomcat 3.3.1 I wrote the servlet in Visual Age for Java 3.5 and exported the .CLASS file into the proper directory on Apache. I then try to test it out by calling the servlet from an HTML page. An error occurs and the o

Re: file type in html

2002-07-23 Thread Wil Moore
I don't think that is what he is asking for. -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of Gardner Monte Sent: Tuesday, July 23, 2002 11:17 AM To: [EMAIL PROTECTED] Subject: Re: file type

Re: file type in html

2002-07-23 Thread Gardner Monte
use javascript. forms have an onsubmit() method which, if it returns false, will prevent submission of the form. --Monte Glenn Gardner On Tue, 23 Jul 2002, [iso-8859-9] Serdar BOZDAÐ wrote: > hi, > i have an html page which has a form. in this form there is an input whose type is >file > s

Re: file type in html

2002-07-23 Thread Michael Weller
hI! it's possible:   -mw - Original Message - From: Serdar BOZDAÐ To: [EMAIL PROTECTED] Sent: Tuesday, July 23, 2002 3:01 PM Subject: file type in html hi, i have an html page which has a form. in this form there is an input whose type is file so users p

Re: Methods in JSPs

2002-07-23 Thread Eric Noriega
Actually, I'd assume that performance would be better, though the difference would probably be negligible. JavaBeans come down to a style issue. If you're doing a "quick and dirty", or if the whole application is just a few small pages, then it probably doesn't matter. Of course in thes

file type in html

2002-07-23 Thread Serdar BOZDAĞ
hi, i have an html page which has a form. in this form there is an input whose type is file so users press BROWSE button and choose a file then press upload button to upload the file. but I want to filter the file choose. (Users can only select txt files for instance) can i do this? thanks a

Re: How to avoid entire directory tree display

2002-07-23 Thread Raghupathy, Gurumoorthy
put a index.html in each of the directory guru -Original Message- From: Arunkumar_N [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 12:25 To: [EMAIL PROTECTED] Subject: How to avoid entire directory tree display Hello, In one of my portal development application,I am making

Re: Invoking a servlet remotely

2002-07-23 Thread Bhushan_Bhangale
Yes the URLConnection is a two connection so you can do that. -Original Message- From: Seema Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 5:34 PM To: [EMAIL PROTECTED] Subject: Invoking a servlet remotely Hi all, I need to invoke a servlet remotely through a console ap

Invoking a servlet remotely

2002-07-23 Thread Seema Kumar
Hi all,   I need to invoke a servlet remotely through a console application, to spawn a particular process on the server. I understand I can do this using the URLConnection.openConnection() method. However, I also need to know when the process initiated by the server thread is complete and s

How to avoid entire directory tree display

2002-07-23 Thread Arunkumar_N
Hello, In one of my portal development application,I am making use of websphere. if I type in the browser the IP address for Ex: xxx.xx.xx.xxx,it goes to the root of the HTTP server where we can browse the entire directory tree. How to avoid this problem.

Re: Free Version Control Software

2002-07-23 Thread Raghupathy, Gurumoorthy
and use wincvs to see a window based application to work on the source code -Original Message- From: Cheow Chat Meng [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 07:42 To: [EMAIL PROTECTED] Subject: Free Version Control Software I would like to have some Version Control Software (

Re: Calendar object

2002-07-23 Thread Liam Redmond
> there is no method to get the difference between dates. True, but he doesn't need to by the sound of it. You also said he needed to do the calculations to solve his problem... import java.util.*; public class DateFunc { public static void main(String args[]) { Calendar tim

Re: Calendar object

2002-07-23 Thread Bhushan_Bhangale
I guess you haven't got my statement fully. I said there is no method to get the difference between dates. One need to use indirect method like which you just told. -Original Message- From: Liam Redmond [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 3:01 PM To: [EMAIL PROTECTED]

Re: Calendar object

2002-07-23 Thread Liam Redmond
> As such there is no method in all the date related class What are these then? abstract public boolean before(Object cal); abstract public boolean after(Object cal); These are helpful too... abstract public void add(int fld, int amount) abstract public void roll(int fld, boolean up) These me