Chris Rink/BETANOTES is out of the office.

1999-11-23 Thread Chris Rink
I will be out of the office starting 11/23/99 and will not return until 11/26/99. I will respond to your message when I return. ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "sig

Re: Open Source EJB Servers

1999-11-23 Thread David Medinets
Have you looked at Enhydra.org? On Tue, 23 Nov 1999, Hunter Hillegas wrote: > This is slightly off topic but I'm looking for an open source EJB server > that runs on Linux... > > Does such a beast exist? > > Hunter > > ___ >

CROSS PLATFORM MAILING SYSTEM

1999-11-23 Thread Venugopal MD
Hi All , I would like to write an application where i need to have a mailing system among the users of an intranet using their machine name .There will be multiple platforms among the users (Mainly WIN-NT and LINUX ) . Can anyone suggest me how to do this ?? I've few Questions about this to st

Re: SSl and servlet engine

1999-11-23 Thread Thomas Hii
Eric Wang wrote: > > Can someone answer my simple question? > > As we konw, there are a lot of servlet engines. Most of them don't > implement SSL protocol. While, Most Web server implement SSL protocol. > Am I right? yes. But you don't really need to implement SSL in servlet engine. > > My quest

Open Source EJB Servers

1999-11-23 Thread Hunter Hillegas
This is slightly off topic but I'm looking for an open source EJB server that runs on Linux... Does such a beast exist? Hunter ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "sign

Re: SSl and servlet engine

1999-11-23 Thread Pankaj
Hello, here's my very small contribution. As far as i know JWS is the only web server which comes with a https enabled Servlet Engine. I think for making https calls from the servlet you need a servlet engine capable of handling "https" protocol(i.e. it has an HTTPS URLHandler and SSLSocket imple

Re: Help with Jrun on IIS !!

1999-11-23 Thread Srini
put ur servlets under jrun/servlets and in ur browser call http://localhost/servlets/Classfilename. This will work for example for HelloWorldServlet u need to call as http://localhost/servlets/HelloWorldServlet, i feel there is no mapping stuff for Jrun. Srini Yogesh Agarwal wrote: > Hi All,

Re: High-End Servlet Engine for Apache

1999-11-23 Thread Geoff Soutter
I can qualify this a little more. On the + side - JRun has a nice GUI installer thing - JRun usually implements new Servlet API features, etc quickly - JRun runs on >1 server type (not just Apache) On the - side, - JRun files are poorly (dis)organised and the documentation is awful - its typical

I need an example of SSL using Servlets.

1999-11-23 Thread Ashish Bokil
Can any one send me an example of SSL using Servlets. I need this urgently. thanks Ashish ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http:

Help with Jrun on IIS !!

1999-11-23 Thread Yogesh Agarwal
Hi All, I am using IIS 4.0 and have installed Jrun2.3.3 Now I am not able to configure the web server for servlet support. I have gone thru the docs but somehow not been able to run even a helloworld servlet while I was able to do so when using the server utility of the jsdk2.1 Can somebod

jConnect, Sybase and RPC

1999-11-23 Thread Steven Irwin
Hi all Does anyone out there have experience with remote procedure calls and sybase and jConnect? I am able to connect to my db and run normal queries no problem, it seems that I can execute remote procedures ok but I'm losing what little hair I have left trying to get any result set from any

SSl and servlet engine

1999-11-23 Thread Eric Wang
Can someone answer my simple question? As we konw, there are a lot of servlet engines. Most of them don't implement SSL protocol. While, Most Web server implement SSL protocol. Am I right? My question is: The servlet engine send the HTTP respond to the client directly without the SSL support pro

Re: Can Applet print? to Steve Buonincontri

1999-11-23 Thread Eric Wang
Hi Steve: I am happy to receive your message. Can you give me some example code about Printable? Thanks in advance. Wang ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff S

Re: How to protect class files

1999-11-23 Thread David Hildebrandt
Check Java magazines for advertisements and reviews, such as: JavaPro JavaReport JavaDeveloper's Journal > -Original Message- > From: Hossein Peivareh [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 23, 1999 7:15 PM > To: [EMAIL PROTECTED] > Subject: How to protect class fil

Re: High-End Servlet Engine for Apache

1999-11-23 Thread Mike Hogarth,MD
JRun is backed by a commercial effort the freeware engine is the exact same thing as the commercial one without a few bells and whistles. Although using open source freeware is good, using commercially produced freeware is a pretty good alternative. No bias, of course ;-) --Mike H **

Re: High-End Servlet Engine for Apache

1999-11-23 Thread Pat Willard
I've not used Jserv, but a friend who has tells me that configuring and managing your application with JRun is easier than with Jserv. -- Pat -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of

How to protect class files

1999-11-23 Thread Hossein Peivareh
Hello there. Does anybody know how can I protect my classes, Javascripts and HTML files from Hackers? Any information, or references to any Obfuscator would be much appreciated. Thanks. HoPe [EMAIL PROTECTED] ___ To uns

Re: Q on NAS (partly OT)

1999-11-23 Thread Darko
Hello, I have installed everything i need for Jserv, and everything is fine, I can compile servlets but I cant access them thru the browser. I was thinking of restarting apache, since it picks it up by itself. If there is anything else I need to do, please let me know. Thanx Darko RVASUDEV wro

Re: RequestDispatcher Problem

1999-11-23 Thread David Mossakowski
The request dispatcher is used to further process a request by a different servlet. I would use sendRedirect on the response object to redirect to an HTML page. This is not such a good idea though if you do it as a correct (read default) behaviour because the redirect response comes back to clie

High-End Servlet Engine for Apache

1999-11-23 Thread Nikolaos Giannopoulos
Hi, We are debating over JRUN and Jserv as two possible Servlet Engines that we would use for our Sun E450 Solaris box. We are looking for a reliable, stable, and high throughput servlet engine that will be used to service video. ANY help in making this decision is appreciated... Any other Serv

Apache Server Installation

1999-11-23 Thread Seerangan Saminathan
Hi I'm trying to install Apache server in Sun Solaris. I got the follwoing error, $ ./configure --prefix=/home/ssamya/apache_1.3.9 Configuring for Apache, Version 1.3.9 + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile

Terrible JspWriter!

1999-11-23 Thread Tao Bai
I'm working to migrate code of servlet2.0, jsp 0.91 to servlet 3.0, jsp 1.0 and find it's terrible that out is now an object of JspWriter, not of PrintWriter! Inside a servlet, you call ServletResponse.getWriter() to get an object of PrintWriter... and a jsp page is treated as a servlet... __

Re: JDK2.0

1999-11-23 Thread Darko
Hi all another question I have : I was able to install jserv, and thats fine I can now compile servlets on my linux machine, but I cant see it thru a web browser. I was thinking of restarting apache since it picks up jserv when it starts, but if there is something else I need to do in order to a

Re: Loading classes at server startup

1999-11-23 Thread jon *
on 11/23/99 11:28 AM, Darko <[EMAIL PROTECTED]> wrote: > Configuring ApacheJServ/1.0 > checking host system type... configure: error: can not guess host type; you > must Try the latest beta. Sounds like whatever platform (you don't bother telling us) isn't supported by the autoconf/automake scri

Re: Any one using javaexchange.com global con pool

1999-11-23 Thread prasad charasala
--- Telmo_Sá <[EMAIL PROTECTED]> wrote: > Hello! > I have been experiencing the global con broker. > I have a question that you maybe can answer. > From the reading of http://javaexchange.com/ i > understood that i can have > many diferent servlets using the same conn pool > simply by extending >

RequestDispatcher Problem

1999-11-23 Thread Dominique Chaniat
I have a problem when I want use RequestDispatcher. I work under Windows, with JSWDK 1.0, and I compile my code with JDK 2.0 and Servlet API 2.1. When I try to run my code, I get 404 error, but I execute the followed lines (requestDispatcher.forward(request, response); System.out.println("Chaini

Re: JDK2.0

1999-11-23 Thread jon *
Please do not give out misinformation. JSDK 2.1 does NOT work with Apache JServ 1.x -jon on 11/23/99 7:49 AM, Dr. Dragomir D. Dimitrijevic <[EMAIL PROTECTED]> wrote: > JSDK 2.1 will work as well. > > -- > From: Darko[SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 23, 1999 03:44

Re: Loading classes at server startup

1999-11-23 Thread Darko
Hi another question. My ./configure still does not work, and here is what I get after I do ./configure Configuring ApacheJServ/1.0 checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... no checking for w

Thanks much re: Where to install JSDK 2.1?

1999-11-23 Thread Pat Willard
It works! Thank you all. -- Pat -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of James Todd Sent: Tuesday, November 23, 1999 12:20 AM To: [EMAIL PROTECTED] Subject: Re: MORE: Where to insta

Re: JDK2.0

1999-11-23 Thread jon *
on 11/23/99 10:06 AM, Darko <[EMAIL PROTECTED]> wrote: > checking host system type... configure: error: can not guess host ty What type of machine are you using? > How do I fix this so I can proceed with jserv installation ? Or do I need some > specific Jserv, I have right now ApacheJServ-1_1b3

How to invoke Servlet when specified files are accessed!

1999-11-23 Thread Sham Kashikar
Hi, I want to invoke a Servlet or JSP when certain urls/files are accessed. Details: If any file under a certain dir and subdirs under it accessed this Servlet or JSP or even CGI script should be invoked. It will do certain processing and then decided whether access to the specified URL should be

Re: linux servlet

1999-11-23 Thread Elteto Zoltan
Hi, u can compile whereever you want to ( classpath with jsdk.jar included). in jserv.conf you must config where it will be the servlets. if you config this directory as usr//apache/servlet/ then the browsers will see it as www.name.com/servlet/NameOfServlet U can also make servlet zones, but

Re: Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Erik Sahl
Check out the apache project (http://www.apache.org). This consists of a webserver which you can install (and/or use directly from the files they have there). The cool thing about this project (besides the fact that it's free) is that the server has been ported to just about any platform imagina

Re: JDK2.0

1999-11-23 Thread jon *
on 11/23/99 6:44 AM, Darko <[EMAIL PROTECTED]> wrote: > I have apache installed and jdk1.1.7. I am trying to install jserv, but it > requires JSDK2.0. I cant find anywhere JSDK2.0 for linux. Does anyone knows > where to find it ? Read the document titled "INSTALL" that comes with Apache JServ.

Re: JDK2.0

1999-11-23 Thread Dr. Dragomir D. Dimitrijevic
JSDK 2.1 will work as well. -- From: Darko[SMTP:[EMAIL PROTECTED]] Sent: Tuesday, November 23, 1999 03:44 PM To: [EMAIL PROTECTED] Subject:JDK2.0 Hi all, I have apache installed and jdk1.1.7. I am trying to install jserv, but it requires JSDK2.0. I cant find anywhere JSD

Re: JDK2.0

1999-11-23 Thread Darko
Thanx for your help guys. I got everything I need I think. I set classpath to point to jsdk.jar file, but I have jserv installation problems. When I do ./configure it gives whole bunch of errors like these : loading cache ./config.cache Configuring ApacheJServ/1.1b3 checking for a BSD compatible

Re: Loading classes at server startup

1999-11-23 Thread David Mossakowski
In servlet's init method check if your context has attribute databasePool that's not null. If it is null then you know that the pool hasn't been loaded into context and it's the first servlet being loaded by the engine so put the pool in there. Then have each servlet do that in its init method s

Re: JDK2.0

1999-11-23 Thread Peter Nützel
you only need the jsdk.jar (Pure Java Archive) which is included in both JSDKs for Solaris and Windows. greets, peter -Ursprüngliche Nachricht- Von: Darko <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Dienstag, 23. November 1999 16:14 Betreff: JDK2.0 >Hi all, > >

Re: Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Andrea Lardicci
Yes we know that Apache and JServ exist, but we replied to the subject... :-) At 10.21 23/11/99 -0500, you wrote: >hey even apache server and JServ are free .. do you guys not think it is a >good idea to use that instead. it is more robust and works well on windows >environment. > > >-Original

Re: Help on Result sets

1999-11-23 Thread Craig R. McClanahan
Jenn wrote: > Hi all, > > I am having trouble trying to get the code below to work because it seems > that the ResultSet rs gets corrupted whenever I run the statement to > execute the SQL! The first insertion into the Temp table is executed, but > after which the ResultSet becomes corrup

Re: JDK2.0

1999-11-23 Thread Craig R. McClanahan
Darko wrote: > Hi all, > > I have apache installed and jdk1.1.7. I am trying to install jserv, but it > requires JSDK2.0. I cant find anywhere JSDK2.0 for linux. Does anyone knows > where to find it ? > JSDK 2.0 is available on the Sun web site, on the servlets download page. As the documentati

javax.security.cert.X509Certificate.class II

1999-11-23 Thread Andrea Lardicci
Can anyone tell me if I need a java 2 environment and a java web server to use getAttribute() method in my servlet and where are javax.net.ssl and javax.security.cert packages? Any help appreciated again :-) Andrea ___ To

Re: Where to install JSDK 2.1?

1999-11-23 Thread Andreas
An initial short answer to your query is that whenever you unzip the Java(SDK, JSDK, etc..) files you automatically create a folder in C:\ drive. Java2 SDK for example will have a folder in C:\jdk1.2.2 In terms of classpath I do not know what it woul be for NT but I know you can/have to change it

linux servlet

1999-11-23 Thread Darko
Hello all, I am trying to install servlet engine under linux. I have apache running and jdk117. Also I installed JSDK2.0, and set PAth and Classpath. I am having a little trouble with jserv. When I want to compile a servlet it can be in any directory on the server or not ? I am a little confused,

Re: Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Devand, Sachin
hey even apache server and JServ are free .. do you guys not think it is a good idea to use that instead. it is more robust and works well on windows environment. -Original Message- From: Andrea Lardicci [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 23, 1999 9:42 AM To: [EMAIL PROTE

Loading classes at server startup

1999-11-23 Thread Sajesh T
Hi all Presently i am working on a project which making use of Netscape Enetrprise Server 4.0 in which i am making use of a static connection pool object to establish connection to an Oracle database. My problem is, I am not able to share this connection pool object across my servlets. Each servle

Re: Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Telmo Sá
Hi! Allaire corporation has a server extention very easy to install a use. They have a version that is free for non commercial use. this is the link: http://www.allaire.com/products/Jrun/ Give it a shot! Telmo > -Original Message- > From: Peter Corrigan [SMTP:[EMAIL PROTECTED]]

Re: Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Peter Corrigan
Thanks for you help, Peter :-) On Tue, 23 November 1999, Chris Gow wrote: > > Can you not use Apache/JServ? Or, if you want something *really* simple, > you can get LWS from GerfionSoftware (http://www.gefionsoftware.com). LWS > is a java based Web Server capable of serving servlets. Best of

JDK2.0

1999-11-23 Thread Darko
Hi all, I have apache installed and jdk1.1.7. I am trying to install jserv, but it requires JSDK2.0. I cant find anywhere JSDK2.0 for linux. Does anyone knows where to find it ? Thanx, Darko ___ To unsubscribe, send email

Any one using javaexchange.com global con pool

1999-11-23 Thread Telmo Sá
Hello! I have been experiencing the global con broker. I have a question that you maybe can answer. >From the reading of http://javaexchange.com/ i understood that i can have many diferent servlets using the same conn pool simply by extending HttpServletJXGB.java. My question is. When a new servle

Re: Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Andrea Lardicci
you can download them free of charge (not for commercial use) at: www.newatlanta.com ServletExec www.allaire.com JRun Both fit your requirements. At 06.11 23/11/99 -0800, you wrote: >Hi, > >I'm a final year student at the University of Ulster, Ireland. I'm >currently doing my final year pro

Re: Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Chris Gow
Can you not use Apache/JServ? Or, if you want something *really* simple, you can get LWS from GerfionSoftware (http://www.gefionsoftware.com). LWS is a java based Web Server capable of serving servlets. Best of all it is free for non-commercial use. Chris [EMAIL PROTECTED] -Original Messa

CallableStatement???

1999-11-23 Thread Sujoy
Hi There, How to Map Oracle NUMBER data type with java.sql.Types in CallableStatement to call a stored procedure from Oracle Database? I have tried with BigDecimal() , but it is still not working. Thanks in advance, Sujoy

Re: Not able to read items list box...

1999-11-23 Thread Lance Lavandowska
>You DO know that getParameterValues() only works on the QUERY_STRING, I >hope. Show us your FORM tag... That is not true, getParameterValues() works on Post as well. Jim Richards offered the best advice (IMHO), that Srinivasa needs to make sure that an item from the list has been selected. Gene

Servlet engine for Microsoft IIS or PWS

1999-11-23 Thread Peter Corrigan
Hi, I'm a final year student at the University of Ulster, Ireland. I'm currently doing my final year project, its a Web based project management tool. I want to use Java Servlets. I would love to use the Java Web Server for my project, but my course is limited to the amount of money it can spe

Help on Https

1999-11-23 Thread Madhavi Karanam
Does a httpservlet can handle https requests or not? How do we configure NES4.0 to server https and http requests? Thanks in advance. Madhavi ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the

javax.security.cert.X509Certificate.class

1999-11-23 Thread Andrea Lardicci
Ciao/Hi all, I would like to know which are the information about a Client Certificate I can retrieve using the java.security class in a jdk.1.1.6-jsdk2.0, OS MSNT server 4.0-IIS4.0,Jrun 2.3.3 environment. My problem is how I can retrieve the user information from a servlet. Any help appreciated

Re: Help on Result sets

1999-11-23 Thread Antonio Villafana
Hi Jenn, 1. Make sure you are getting results from the query. Try putting a boolean check inside the while loop. 2. Try getting before getting value of , or use . 3. Just a note: You don't the need ";" at the end of the SQL statements. *Antonio* - Original Message - From: Jenn <[EMAIL

Re: Help on Result sets

1999-11-23 Thread Antonio Villafana
You do not have to specify column names, unless, you do not intend to put values in each column. Works for me :-) *Antonio* - Original Message - From: Sharat Babu <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 1999 7:14 AM Subject: Re: Help on Result sets > wh

Re: Help on Result sets

1999-11-23 Thread Joan Friedman (431)-2016
Hi Jenn, What happens if you create a second statement, and use that to execute your updates? I've noticed that result sets seem tied to their sources - you might need to leave the rs-stmt pair alone, while you do your update with a separate statement. (example below - all I changed from your

Re: Help on Result sets

1999-11-23 Thread Uğur Karakaya
Try this, Statemet stmt2; Connection conn; // Or your connection name ResultSet rs; try { conn = DriverManager...(your jdbc driver) stmt=conn.createStatement(); rs=stmt.executeQuery("

Re: Connections in sessions...

1999-11-23 Thread Thomas M. Sasala
This there anyway to get jserv to call the listener when you compile a new class? It invalidates the session, but it doesn't run the listener code (as near as I can tell). -Tom Jim Richards wrote: > > The java session stays active until it times out, because each time you hit a

Re: Servlets on Linux

1999-11-23 Thread Thomas M. Sasala
I *think* that means you have the wrong JDK version. You need a glibc 2.1 version of the JDK. You might want to check Blackdown's mailing list to verify this. -Tom "Carrasco Grande, Antonio" wrote: > > My question is slightly off-topic but I hope somebody could help. I want to >

Re: Help on Result sets

1999-11-23 Thread Srini
I suspect this might be the error Instead of stmt.executeUpdate("INSERT INTO OrderItem VALUES("+rs.getString(2)+","+oid+",'"+rs.getString(3)+"','"+rs.getString(4)+ "');"); try this stmt.executeUpdate("INSERT INTO OrderItem VALUES('"+rs.getString(2)+"','"+oid+"','"+rs.getString(3)+"','"+rs.getStri

Re: Help on Result sets

1999-11-23 Thread Sharat Babu
while you are sending queries you should not give a query like select * from . specify all the columns which u want as there will be a problem in jdbc executions. > -- > From: Jenn[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list for discussion about Sun Microsys

Help on Result sets

1999-11-23 Thread Jenn
Hi all, I am having trouble trying to get the code below to work because it seems that the ResultSet rs gets corrupted whenever I run the statement to execute the SQL! The first insertion into the Temp table is executed, but after which the ResultSet becomes corrupted, the rs.next() becom

Re: Q on NAS (partly OT)

1999-11-23 Thread RVASUDEV
Thanks, Andrew. > Rvasudev, > > > Does anyone have any info about the Netscape > > Application Server 4.0 ? When is it expected to > > be released ? > > Version 4.0 is out at the moment, with 4.1 coming sometime next year. > For information try; > > http://www.iplanet.com/products/infrastructure/

Servlets on Linux

1999-11-23 Thread Carrasco Grande, Antonio
My question is slightly off-topic but I hope somebody could help. I want to install a servlets platform in Linux (Debian 2.1), I've Apache 1.3 installed, I've downloaded JServ 1.0, JSDK 2.0 and JDK 1.2 but I have any kind of problem with JDK because I always get the following error when I execute

Re: Not able to read items list box...

1999-11-23 Thread Juergen Hermann
On Mon, 22 Nov 1999 14:50:02 -0700, Srinivasa Nagalli (USA) wrote: >I tried your answer, still request.getParameterValues ("GroupList"); >is returning null? You DO know that getParameterValues() only works on the QUERY_STRING, I hope. Show us your FORM tag... Ciao, Juergen ___

Re: Not able to read items list box...

1999-11-23 Thread Juergen Hermann
On Mon, 22 Nov 1999 18:09:30 -0500, Antonio Villafana wrote: >Try setting the "value" for each >Michael That is redundant, the value of an option is the option text if no explicit value is specified. Ciao, Juergen ___ To

Re: Q on NAS (partly OT)

1999-11-23 Thread Andrew Beacock
Rvasudev, > Does anyone have any info about the Netscape > Application Server 4.0 ? When is it expected to > be released ? Version 4.0 is out at the moment, with 4.1 coming sometime next year. For information try; http://www.iplanet.com/products/infrastructure/app_servers/nas/index.html http://

Re: MORE: Where to install JSDK 2.1?

1999-11-23 Thread Andrew Maxbeard
Hi! you need to set claspath for servlet.jar and server.jar if you want to test your servlet copy java-file and class-file to the dir:examples/web-inf/servlets there you can see some working examples to start your servlet, execute startserver.bat and browse to: http://localhost:8080 it should work

Re: Q on NAS (partly OT)

1999-11-23 Thread Mike Hogarth,MD
I was under the impression that Netscape's programmers and thus quality went south once they were acquired by AOL. Even if they put out a v4 of their app server, I would wonder about quality and stability. What you delineate seems like alot to do for a skeleton crew. You might switch to more a

Re: MORE: Where to install JSDK 2.1?

1999-11-23 Thread James Todd
try adding the servlet.jar, which includes the javax.servlet package, to your classpath. you can do this in a number of ways: if your running jdk 1.2.x try copying servlet.jar to the "extension" directory [jdk1.2.x]/jre/lib/ext (if i recall the exact path correctly) so that it is pick

Q on NAS (partly OT)

1999-11-23 Thread RVASUDEV
Hi, Does anyone have any info about the Netscape Application Server 4.0 ? When is it expected to be released ? - What h/w platforms will it run on (e.g. Intel/HP). - Will it run on HP-UX, if so, which version, (10.20/11.0). - Which version of HP-UX 11.0 (32-bit/64-bit) - Which Java version wil

[ANN] InstantOnline Basic for JSP

1999-11-23 Thread Hans Bergsten
Gefion software is proud to announce the release of our InstantOnline Basic for JSP Technology Preview. InstantOnline Basic for JSP is the next generation of our popular server side components for web application development. This Technology Preview gives you a taste of what's coming. We really a