View previous topic :: View next topic |
Author |
Message |
pgraetz Guest
|
Posted: Wed Nov 20, 2002 9:26 pm Post subject: does Java work with the webserver |
|
|
Hi,
can I run Jave scripts with the webserver ?
regards
peter |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Nov 20, 2002 11:37 pm Post subject: Re: does Java work with the webserver |
|
|
pgraetz wrote: | Hi,
can I run Jave scripts with the webserver ?
regards
peter |
There is no support for JSP pages. But you can still run Java scripts if they are programmed with respect to the CGI interface. Associate .class files with you Java bytecode interpreter.
You Java file must be standalone console applications. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
hitman Guest
|
Posted: Sat Nov 23, 2002 9:10 pm Post subject: |
|
|
yes |
|
Back to top |
|
|
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Nov 23, 2002 11:48 pm Post subject: |
|
|
Fresh news...
If you are interested in developing CGI programs in Java, we are writing a helper program and a Java class to do the interface with Abyss Web Server. The new Java release (1.4) seems a lot more difficult to support but this is still possible to do.
This is just a CGI-Java interface, not a JSP support.
Testers and Java specialists are welcome (contact beta@aprelium.com and say "I want to test the CGI-Java interface.) _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
|
|