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
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
>
> ___
>
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
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
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
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
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,
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
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:
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
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
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
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
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
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
**
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
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
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
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
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
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
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...
__
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
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
--- 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
>
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
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
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
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
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
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
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
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
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.
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
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
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
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,
>
>
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
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
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
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
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
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,
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
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
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]]
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
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
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
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
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
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
>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
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
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
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
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
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
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
Try this,
Statemet stmt2;
Connection conn; // Or your connection name
ResultSet rs;
try {
conn =
DriverManager...(your
jdbc driver)
stmt=conn.createStatement();
rs=stmt.executeQuery("
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
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
>
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
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
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
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/
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
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
___
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
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://
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
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
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
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
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
76 matches
Mail list logo