--
From: "Nathan Meyers" <[EMAIL PROTECTED]>
To: "kornel c" <[EMAIL PROTECTED]>; "Nathan Meyers"
<[EMAIL PROTECTED]>; "Pedro Guimaraes" <[EMAIL PROTECTED]>
Cc: "Roger Smith" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]&
On Wed, Jan 19, 2000 at 09:19:43AM -0800, kornel c wrote:
> Do you guys know about jigsaw from the web consortium. It is also
> a free Java web server.
I haven't had the best luck with software from W3 - at least with their
Amaya browser. Their stuff focuses on creating sample impleme
Do you guys know about jigsaw from the web consortium. It is also
a free Java web server.
-kornel
- Original Message -
From: "Nathan Meyers" <[EMAIL PROTECTED]>
To: "Pedro Guimaraes" <[EMAIL PROTECTED]>
Cc: "Roger Smith" <[EMAIL PROTECTED]&g
Pedro Guimaraes wrote:
>
> > Does anyone know of a Java web server for Linux??
I recently discovered an impressive, free Web server in Jetty
(http://www.mortbay.com). It's small, very well designed, embeddable,
and covered by liberal open source terms.
Nathan
> > Is t
> Does anyone know of a Java web server for Linux??
> Is there only the apache module. or is there actually a java web server
> from sun that has been ported to linux.
> Thanks
No... I know of a Java web server for java. There are many! If you want a
pure java web server and free, t
Does anyone know of a Java web server for Linux??
Is there only the apache module. or is there actually a java web server
from sun that has been ported to linux.
Thanks
___
"Go to your bosom: Knock there, and ask your
Hey all I am trying to install a JAva web server on a Redhat linux box,
wher edo I start??
_
When I have a kid, I want to buy one of those strollers for twins. Then
put the kid in and run around, looking frantic. When he gets
"José Garrido Carrillo" wrote:
>
> I have been trying to install a Web Server. I have install a Apache
> Web Server of RH61distribution, but i would like that my Server can
> support JavaServlet.
> I have intall ApacheJServ-1.1-b2_RH6x.i386.rpm but i can'
I have been trying to install a Web Server. I have install a Apache
Web Server of RH61distribution, but i would like that my Server can
support JavaServlet.
I have intall ApacheJServ-1.1-b2_RH6x.i386.rpm but i can't access
to Eservlet example. My Question is:
Do i need to in
I have been trying to install a Web Server. I have install a Apache
Web Server of RH61distribution, but i would like that my Server can
support JavaServlet.
I have intall ApacheJServ-1.1-b2_RH6x.i386.rpm but i can't access
to Eservlet example. My Question is:
Do i need to in
Hi,
Yes you can. The only thing you need is to have a loopback device installed
(this is software only) and to write in your browser either:
http://localhost/
or
http://127.0.0.1/
Before anything else try: ping localhost. If this works everything should!
Bye,
Sebastian.
hi,
i have written a java code to work as a small web server. And i want that
to run in a situation, where i don't have any network card but i have a
modem connection. can i run it in that condition. or any network
application can't be run on a system with a modem.
Thanx for a
Hi -
I having problemink with Java Web Server to build on RedHat 5.2 . . .the
jwebs.diff patch is not finding something
###
[root@beo_host JavaWebServer1.1.3]# patch --input=./jwebs-linux.diff
can't find file to patch at input l
Hi-
I'm using Sun's Java Web Server with Red Hat 5.2 and the Backdown 1.1.7A
jdk. Works great!
Now, I want to move the web server to port 80 and I need to recompile some
"native" libraries that come with the web server. (Sun's native libraries
seems to have some Sol
been.
> -Original Message-
> From: John Byrd [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 26, 1999 10:35 AM
> To: John S Ra; John Summerfield; [EMAIL PROTECTED]
> Subject: Re: Bit off topic - Java Web Server
>
>
> Sounds like the server's mime types aren't con
Sounds like the server's mime types aren't configured.
---John S Ra <[EMAIL PROTECTED]> wrote:
>
> Has anyone been working with Java page Compile on Java Web Server?
If so has
> anyone been getting an issue with JWS spewing out java code
Has anyone been working with Java page Compile on Java Web Server? If so has
anyone been getting an issue with JWS spewing out java code to the client's
browser?
Jinpeng Xie wrote:
>
8<
>
> Java web server can process jhtml, but only run on NT and Solaris.
> I didn't read documentation about apache very recently.
>
JWS is pure java and runs just fine on Linux.
The only part you have to change is a small native
library which ch
[EMAIL PROTECTED] wrote:
> Jinpeng Xie wrote:
> > I am wondering whether there is a web server that can process jhtml
> > files and can run on Linux platforms.
> >
> > Java web server can process jhtml, but only run on NT and Solaris.
> > I didn't read do
Jinpeng Xie wrote:
> I am wondering whether there is a web server that can process jhtml
> files and can run on Linux platforms.
>
> Java web server can process jhtml, but only run on NT and Solaris.
> I didn't read documentation about apache very recently.
Try Jigsaw fr
I am wondering whether there is a web server that can process jhtml
files and can run on Linux platforms.
Java web server can process jhtml, but only run on NT and Solaris.
I didn't read documentation about apache very recently.
If you have any info, please send it to me or to all me
the instructions on blackdown say to apply the jwebs-linux.diff file in
the JavaWebServer1.1 directory...if I do that by
patch < jwebs-linux.diff
patch just asks me which file i want to patch...am i missing somehting
VERY simple?
(slackware 2.0.30, patch 2.1b)
thanks!
--
"a gust of wind...a
>Da: Damiano <[EMAIL PROTECTED]>
>Oggetto: Jdk 1.1.6 and Java Web Server Trial 1.1
>Data: Monday, August 31, 1998 12:35 PM
>
>With the followinf config:
> RedHat 5.0, glibc 2.0.7-13, jdk 1.1.6 v2 (of course for glibc)
> Installed under /jdk1.1.6
> javac work
Hi!
I tried to apply the jwebs-linux.diff patch, but, as mentioned in previous reports,
this patch produced some error messages.
Trying a make with Makefile.lnx reports: error: Separator missing
First I thought of having the file transfered in ASCII mode under WinNT, but this
didn't wolve the p
Richard Hakim <[EMAIL PROTECTED]> writes:
> Hi -
>
> Thank you very much to the two kind souls who replied to my query on getting
> the Java Web Server going.
>
> I have another question though. When I try to access a .jhtml file, I get
> the following error:
>
Hi -
Thank you very much to the two kind souls who replied to my query on
getting
the Java Web Server going.
I have another question though. When I try to access a .jhtml file, I
get
the following error:
Error getting compiled page
javac was not found in
/usr/lib/jdk-1.1.5/bin/../bin/i586
Hi -
Thank you very much to the two kind souls who replied to my query on getting
the Java Web Server going.
I have another question though. When I try to access a .jhtml file, I get
the following error:
Error getting compiled page
javac was not found in
/usr/lib/jdk-1.1.5/bin/../bin/i586
Richard Hakim <[EMAIL PROTECTED]> writes:
> Hi -
>
> I guess you're all probably really tired of people asking for help with
> this, but...
>
> I'm trying to get the Java Web Server 1.1 running. I'm trying to follow
> the directions on java-linux
Hi -
I guess you're all probably really tired of people asking for help with
this, but...
I'm trying to get the Java Web Server 1.1 running. I'm trying to follow
the directions on java-linux.org, but am having trouble. I've got the
Solaris version, and I've got jwe
Hi -
I guess you're all probably really tired of people asking for help with
this, but...
I'm trying to get the Java Web Server 1.1 running. I'm trying to follow
the directions on java-linux.org, but am having trouble. I've got the
Solaris version, and I've got jwe
> "Michael" == Michael D James <[EMAIL PROTECTED]> writes:
[...]
> Apache-SSL looks like a good choice since it's free, open source, we
> already know Apache, and it would be easy to get servlets working on it.
> The only problem is my boss doesn't believe its kosher. The Raven
> website says
Thanks for all the responses I got regarding recommendations for a web
server that runs on Linux and supports both SSL and Java servlets.
Apache-SSL looks like a good choice since it's free, open source, we
already know Apache, and it would be easy to get servlets working on
it. The
I am not running the java web server, but I am running Apache with
the JRUN extensions from Livesoftware which can be downloaded for free.
This gives me all the java server page support I need for free.
All on RH Linux 5.0 with jdk 1.1.5-8
Great stuff!!! Thanks to everyone.
Stefan Andreasen
I think I've heard discussion on this topic but I didn't pay attention
because I didn't realize I would need to know.
Is anyone successfully running Java Web Server on Linux?
http://jserv.java.sun.com/products/webserver/features/index.html#cross
makes a big deal about it being s
ist archives even
available since the java-linux.org fiasco?
> Is anyone successfully running Java Web Server on Linux?
> http://jserv.java.sun.com/products/webserver/features/index.html#cross
> makes a big deal about it being supported across many platforms but the
> system requireme
> Is anyone successfully running Java Web Server on Linux?
> http://jserv.java.sun.com/products/webserver/features/index.html#cross
> makes a big deal about it being supported across many platforms but
> the system requirements don't list Linux as one of the supported
> oper
Michael D. James wrote:
> I think I've heard discussion on this topic but I didn't pay attention
> because I didn't realize I would need to know.
>
> Is anyone successfully running Java Web Server on Linux?
> http://jserv.java.sun.com/products/webserver/features/
I have installed the Java Web Server successfully. However, it seems
there is some delay for it to return any web pages. What do I need to
configure to get it respond promptly.
Sincerely,
Steve Heutinck
begin: vcard
fn: Steven Heutinck
n: Heutinck;Steven
38 matches
Mail list logo