Bug#916401: ITP: jsp-api -- JavaServer Pages API

2018-12-13 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: jsp-api Version : 2.3.4 Upstream Author : Oracle * URL : https://github.com/javaee/javaee-jsp-api * License : CDDL-1.1 or GPL-2 with Classpath exception Programming Lang: Java

Bug#802312: ITP: tomcat9 -- Apache Tomcat 9 - Servlet and JSP engine

2015-10-19 Thread Emmanuel Bourg
Tomcat 9 - Servlet and JSP engine Apache Tomcat 9 implements the Servlet API 4.0 and the JavaServer Pages (JSP) 2.3 (maybe 2.4) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. The package will be maintained by the Java Team.

Jetty8 and JSP

2013-06-07 Thread Chris Boot
Hi, I've been trying to get JSP working on a Jetty8 installation on Wheezy, with no luck so far. Is this even possible? So far I've installed default-jre-headless, jetty8 and libjetty8-extra-java, then edited /etc/default/jetty8 to set JETTY_ARGS="OPTIONS=default,jsp". This

Re: Eclipse-WTP-JSP, Server Tools

2013-02-14 Thread Jakub Adam
ave a plan to package more plugins like JSP, JSF etc. as I don't need them. This may change in the future, but it would be better if someone else, with more interest in these plugins, took the task. The Debian eclipse-wtp is already too big to my tastes, so I would prefer to have separate e

Eclipse-WTP-JSP, Server Tools

2013-02-14 Thread Thomas Koch
Hi Jakub, thank you so much for caring about eclipse! It's fascinating how you manage to get so much packaged. I was wondering what your roadmap might be? Do you plan to package more plugins? Which? How much work do you think would it be to package those plugins (JSF, Server Tools)? Is it com

Re: Enable jsp support in jetty8?

2012-05-30 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Thomas On 19/05/12 11:10, Thomas Koch wrote: > With a lot of trial and error I ended up with the following jars > linked into $JETTY_HOME/lib/jsp: > > catalina.jar -> /usr/share/tomcat7/lib/catalina.jar commons-el.jar >

Re: Enable jsp support in jetty8?

2012-05-19 Thread Thomas Koch
With a lot of trial and error I ended up with the following jars linked into $JETTY_HOME/lib/jsp: catalina.jar -> /usr/share/tomcat7/lib/catalina.jar commons-el.jar -> /usr/share/java/commons-el.jar commons-logging-adapters.jar -> /usr/share/java/commons-logging-adapters.jar common

Re: Enable jsp support in jetty8?

2012-05-19 Thread Thomas Koch
I got rit of the "NO JSP Support" error so far by copying all jars of libservlet2.5-java and its dependencies into /u/s/jetty8/lib/jsp and passing OPTIONS=jsp in JETTY_ARGS. However now I got: Tag directive has invalid attribute: trimDirectiveWhitespaces I also added the ja

Enable jsp support in jetty8?

2012-05-18 Thread Thomas Koch
Hi, I get NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet How can I enable jsp support? I have not yet installed jetty8-extras. It depends on jstl1.1-java but the package name should be libjstl1.1-java. Thank you, Thomas Koch, http://www.koch.ro -- To UNSUBSCRIBE

Re: [RFH] compile JSP in jetty for SOLR1.4

2010-02-11 Thread Onkar Shinde
/usr/share/solr are (beneth other files): > index.jsp > WEB-INF > WEB-INF/lib/SOME-DEPS*.jar > WEB-INF/jetty-web.xml > WEB-INF/weblogic.xml > WEB-INF/web.xml > > No Jetty log says: > NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet > > Afte

[RFH] compile JSP in jetty for SOLR1.4

2010-02-11 Thread Thomas Koch
F/jetty-web.xml WEB-INF/weblogic.xml WEB-INF/web.xml No Jetty log says: NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet After adding jasper.jar to the classpath in start.config I get: failed jsp: java.lang.NoClassDefFoundError: org/apache/juli/logging/Lo

Re: Unable to compile class for JSP error after installing Tomcat4 4.1.24

2006-03-30 Thread Jason LeMonier
Hey, tools.jar is ok when Tomcat is started from ../tomcat4/bin/startup.sh BUT, when starting Tomcat FROM Eclipse:   Eclipse ==> Window ==> Preferences => Tomcat => JVM Settings => (Classpath  before generated classpath) ==> ADD: .../tools.jar

Are javabeans thread safe in a jsp environment?

2005-07-04 Thread Alan Chandler
I am a newbie as far as developing in Java. However, I want to create a simple web based application which will allow web users to update a database. I have apache2 and tomcat4 installed with mod_jk to provide the link between the two I think I want to use jsp as the main tactic for

Bug#305847: ITP: libservlet2.4-java -- Servlet 2.4 and JSP 2.0 Java classes and documentation

2005-04-22 Thread Arnaud Vandyck
Package: wnpp Severity: wishlist * Package name: libservlet2.4-java Version : 2.4 Upstream Author : Apache Jakarta Group * URL or Web page : http://jakarta.apache.org/tomcat/index.html * License : Apache 2.0 Description : Servlet 2.4 and JSP 2.0 Java classes and

Re: Unable to compile class for JSP error after installing Tomcat4 4.1.24

2003-06-09 Thread Jeff Self
On Mon, 2003-06-09 at 13:31, Arnaud Vandyck wrote: > Jeff Self <[EMAIL PROTECTED]> wrote: > > On Mon, 2003-06-09 at 11:54, Arnaud Vandyck wrote: > > > Try to add > > > JAVA_HOME=/path/to/java/home > > > > > > in the tomcat4 start script in /etc/init.d/tomcat4 or try to use jikes > > > as compil

Re: Unable to compile class for JSP error after installing Tomcat4 4.1.24

2003-06-09 Thread Arnaud Vandyck
Jeff Self <[EMAIL PROTECTED]> wrote: > On Mon, 2003-06-09 at 11:54, Arnaud Vandyck wrote: > > Try to add > > JAVA_HOME=/path/to/java/home > > > > in the tomcat4 start script in /etc/init.d/tomcat4 or try to use jikes > > as compiler (see the tomcat documentation). Can you mail us when it >

Re: Unable to compile class for JSP error after installing Tomcat4 4.1.24

2003-06-09 Thread Jeff Self
On Mon, 2003-06-09 at 11:54, Arnaud Vandyck wrote: > Try to add > JAVA_HOME=/path/to/java/home > > in the tomcat4 start script in /etc/init.d/tomcat4 or try to use jikes > as compiler (see the tomcat documentation). Can you mail us when it > works ;-) > This didn't help either. I already

Re: Unable to compile class for JSP error after installing Tomcat4 4.1.24

2003-06-09 Thread Arnaud Vandyck
ild > Blackdown-1.4.1-beta) > Java HotSpot(TM) Client VM (build Blackdown-1.4.1-beta, mixed mode) > > When I bring up Tomcat4 I get this: > > org.apache.jasper.JasperException: Unable to compile class for JSP > > An error occurred at line: -1 in the jsp file: null >

Unable to compile class for JSP error after installing Tomcat 44.1.24

2003-06-09 Thread Jeff Self
nment, Standard Edition (build Blackdown-1.4.1-beta) Java HotSpot(TM) Client VM (build Blackdown-1.4.1-beta, mixed mode) When I bring up Tomcat4 I get this: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet er

Tomcat and JSP Standard Tag Lib

2003-02-07 Thread David Goodenough
I have some applications which work just fine under the Sun packaged JWSDP, but which fail when I try to load them under Tomcat as packaged for Debian on a testing machine (so Tomcat version 4.0.4). The applications are packaged as WAR files, and contain all the tlds and the JARs for JSTL. When

Tomcat and JSP Standard Tag Lib

2003-02-07 Thread David Goodenough
I have some applications which work just fine under the Sun packaged JWSDP, but which fail when I try to load them under Tomcat as packaged for Debian on a testing machine (so Tomcat version 4.0.4). The applications are packaged as WAR files, and contain all the tlds and the JARs for JSTL. When

Re: JSP doesn't run under Debian

2002-10-25 Thread Vincent Renardias
On 25 Oct 2002, Jeff Self wrote: > On Fri, 2002-10-25 at 09:47, Vincent Renardias wrote: > > make sure you have 'tcpip_socket=1' somewhere in > > /etc/postgresql/postgresql.conf. > I looked and tcpip_socket=1 is there. I also checked my pg_hba.conf and > I have these lines: > > local

Re: JSP doesn't run under Debian

2002-10-25 Thread Xavier Renard
I worked on a JSP on my iBook running OS X 10.2, Tomcat 4.1.12, and PostgreSQL 7.2.3, and Java 1.3.1. The JSP has no problem connecting to PostgreSQL and displaying the data. So I copied the app over to my server running Debian 3.0 stable, Tomcat 4.1.12, Blackdown Java 1.3.1 and PostgreSQL 7.2.2

Re: JSP doesn't run under Debian

2002-10-25 Thread Jeff Self
On Fri, 2002-10-25 at 09:47, Vincent Renardias wrote: > make sure you have 'tcpip_socket=1' somewhere in > /etc/postgresql/postgresql.conf. > > Cordialement, > > -- > Vincent RENARDIAS > Directeur Technique > StrongHoldNET / http://www.strongholdnet.com I looked and tcpip_socket=1 is there. I al

Re: JSP doesn't run under Debian

2002-10-25 Thread Vincent Renardias
On 25 Oct 2002, Jeff Self wrote: > I worked on a JSP on my iBook running OS X 10.2, Tomcat 4.1.12, and > PostgreSQL 7.2.3, and Java 1.3.1. The JSP has no problem connecting to > PostgreSQL and displaying the data. So I copied the app over to my > server running Debian 3.0 stable, T

JSP doesn't run under Debian

2002-10-25 Thread Jeff Self
I worked on a JSP on my iBook running OS X 10.2, Tomcat 4.1.12, and PostgreSQL 7.2.3, and Java 1.3.1. The JSP has no problem connecting to PostgreSQL and displaying the data. So I copied the app over to my server running Debian 3.0 stable, Tomcat 4.1.12, Blackdown Java 1.3.1 and PostgreSQL 7.2.2

Re: JSP doesn't run under Debian

2002-10-25 Thread Xavier Renard
I worked on a JSP on my iBook running OS X 10.2, Tomcat 4.1.12, and PostgreSQL 7.2.3, and Java 1.3.1. The JSP has no problem connecting to PostgreSQL and displaying the data. So I copied the app over to my server running Debian 3.0 stable, Tomcat 4.1.12, Blackdown Java 1.3.1 and PostgreSQL

Re: JSP doesn't run under Debian

2002-10-25 Thread Vincent Renardias
On 25 Oct 2002, Jeff Self wrote: > On Fri, 2002-10-25 at 09:47, Vincent Renardias wrote: > > make sure you have 'tcpip_socket=1' somewhere in > > /etc/postgresql/postgresql.conf. > I looked and tcpip_socket=1 is there. I also checked my pg_hba.conf and > I have these lines: > > local

Re: JSP doesn't run under Debian

2002-10-25 Thread Jeff Self
On Fri, 2002-10-25 at 09:47, Vincent Renardias wrote: > make sure you have 'tcpip_socket=1' somewhere in > /etc/postgresql/postgresql.conf. > > Cordialement, > > -- > Vincent RENARDIAS > Directeur Technique > StrongHoldNET / http://www.strongholdnet.com I looked and tcpip_socket=1 is there. I al

Re: JSP doesn't run under Debian

2002-10-25 Thread Vincent Renardias
On 25 Oct 2002, Jeff Self wrote: > I worked on a JSP on my iBook running OS X 10.2, Tomcat 4.1.12, and > PostgreSQL 7.2.3, and Java 1.3.1. The JSP has no problem connecting to > PostgreSQL and displaying the data. So I copied the app over to my > server running Debian 3.0 stable, T

JSP doesn't run under Debian

2002-10-25 Thread Jeff Self
I worked on a JSP on my iBook running OS X 10.2, Tomcat 4.1.12, and PostgreSQL 7.2.3, and Java 1.3.1. The JSP has no problem connecting to PostgreSQL and displaying the data. So I copied the app over to my server running Debian 3.0 stable, Tomcat 4.1.12, Blackdown Java 1.3.1 and PostgreSQL 7.2.2

Re: JSP in public_html

2002-09-30 Thread Arnaud Vandyck
Tom Badran <[EMAIL PROTECTED]> wrote: > I have plain html and php working in the public_html of a user with > apache. I have just set up mod_jk with tomcat4 and i can serve jsp > and servlets from the /var/www directory. However, if i have a jsp > in the public_html directory

Re: JSP in public_html

2002-09-30 Thread Arnaud Vandyck
Tom Badran <[EMAIL PROTECTED]> wrote: > I have plain html and php working in the public_html of a user with > apache. I have just set up mod_jk with tomcat4 and i can serve jsp > and servlets from the /var/www directory. However, if i have a jsp > in the public_html directory

JSP in public_html

2002-09-27 Thread Tom Badran
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have plain html and php working in the public_html of a user with apache. I have just set up mod_jk with tomcat4 and i can serve jsp and servlets from the /var/www directory. However, if i have a jsp in the public_html directory, i get a resource

JSP in public_html

2002-09-27 Thread Tom Badran
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have plain html and php working in the public_html of a user with apache. I have just set up mod_jk with tomcat4 and i can serve jsp and servlets from the /var/www directory. However, if i have a jsp in the public_html directory, i get a

Re: Which JSP Engine

2002-06-05 Thread Greg Wilkins
Nicolai P Guba wrote: Any body got some views about jetty? I might consider moving a whole project back to apache because of quite a few nasty problems we had with jboss and catalina. I've got some views about jetty - but then I've written most of it, so they may be a little biased. Jetty's ap

Re: Which JSP Engine

2002-06-05 Thread Nicolai P Guba
On Wednesday 05 June 2002 6:23 am, Bill Wohler wrote: >   Me? I develop on Tomcat. We've hit a couple of things that Tomcat >   handled that Resin did not (I haven't checked the specs to see if >   Tomcat was liberal or Resin was buggy). Tomcat puts out better errors >   in the log file. Debugging

Re: Which JSP Engine

2002-06-05 Thread Greg Wilkins
Nicolai P Guba wrote: > Any body got some views about jetty? I might consider moving a whole project > back to apache because of quite a few nasty problems we had with jboss and > catalina. I've got some views about jetty - but then I've written most of it, so they may be a little biased. J

Re: Which JSP Engine

2002-06-05 Thread Nicolai P Guba
On Wednesday 05 June 2002 6:23 am, Bill Wohler wrote: >   Me? I develop on Tomcat. We've hit a couple of things that Tomcat >   handled that Resin did not (I haven't checked the specs to see if >   Tomcat was liberal or Resin was buggy). Tomcat puts out better errors >   in the log file. Debugging

Re: Which JSP Engine

2002-06-05 Thread Bill Wohler
"Blue Trance" <[EMAIL PROTECTED]> writes: > Can anyone offer me some advice on what is a good JSP engine to use in terms > of stability, speed, and no huge server overheads to have the thing running. > > So far I ahve looked at > > * GNUJSP > * Tomcat &g

Re: Which JSP Engine

2002-06-04 Thread Bill Wohler
"Blue Trance" <[EMAIL PROTECTED]> writes: > Can anyone offer me some advice on what is a good JSP engine to use in terms of >stability, speed, and no huge server overheads to have the thing running. > > So far I ahve looked at > > * GNUJSP > * Tomcat &g

Re: Which JSP Engine

2002-05-26 Thread Markus Garscha
* Florian Weps <[EMAIL PROTECTED]> [2002-05-26 11:56]: > On Sun, May 26, 2002 at 03:46:41PM +1000, Blue Trance wrote: > > Hi list, > > > > > Can anyone offer me some advice on what is a good JSP engine to use in > > terms of stability, speed, and no hug

Re: Which JSP Engine

2002-05-26 Thread Florian Weps
On Sun, May 26, 2002 at 03:46:41PM +1000, Blue Trance wrote: > Hi list, > Can anyone offer me some advice on what is a good JSP engine to use in terms > of stability, speed, and no huge server overheads to have the thing running. > > So far I ahve looked at > > * GNUJS

Re: Which JSP Engine

2002-05-26 Thread Markus Garscha
* Florian Weps <[EMAIL PROTECTED]> [2002-05-26 11:56]: > On Sun, May 26, 2002 at 03:46:41PM +1000, Blue Trance wrote: > > Hi list, > > > > > Can anyone offer me some advice on what is a good JSP engine to use in terms of >stability, speed, and no huge s

Re: Which JSP Engine

2002-05-26 Thread Florian Weps
On Sun, May 26, 2002 at 03:46:41PM +1000, Blue Trance wrote: > Hi list, > Can anyone offer me some advice on what is a good JSP engine to use in terms of >stability, speed, and no huge server overheads to have the thing running. > > So far I ahve looked at > > * GNUJS

Which JSP Engine

2002-05-26 Thread Blue Trance
Hi list,   I am not sure if this is off topic for the lsit, I'm sure if it is someone will let me know :).   I have had a request from one of our clients for JSP support on our web server.    What I am wanting to do is have JSP supported on our web server in the same waythat .php sc

Which JSP Engine

2002-05-25 Thread Blue Trance
Hi list,   I am not sure if this is off topic for the lsit, I'm sure if it is someone will let me know :).   I have had a request from one of our clients for JSP support on our web server.    What I am wanting to do is have JSP supported on our web server in the same waythat .php sc

Re: which JSP engine

2002-04-18 Thread Caoilte O'Connor
tup. > > Also is there any advantage to running a seperate port for JSP pages or can > I just load a module like jserv or mod-jk so that apache can serve up JSP > pages just like it would for PHP pages or CGI scripts. mod_jk is fine. Caoilte -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: which JSP engine

2002-04-18 Thread Caoilte O'Connor
tup. > > Also is there any advantage to running a seperate port for JSP pages or can > I just load a module like jserv or mod-jk so that apache can serve up JSP > pages just like it would for PHP pages or CGI scripts. mod_jk is fine. Caoilte -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: which JSP engine

2002-04-18 Thread Nic Ferrier
"Dj Statik" <[EMAIL PROTECTED]> writes: > > * Tomcat + mod-jk > * GNUJSP + jserv > * Jetty (not available as a Debian package) > > Can anyone offer any oppinions as to what is a good JSP set up that will > intergrate nicely with existing services on my

which JSP engine

2002-04-18 Thread Dj Statik
Hi list, I have a client who wishes to run pages created in JSP on our web server. Up until now I have only had people wanting perl and php access, so I am faced with the question of which JSP engine to use. I have downloaded the debian Blackdown Java package, and it appears to be working as it

Re: which JSP engine

2002-04-18 Thread Nic Ferrier
"Dj Statik" <[EMAIL PROTECTED]> writes: > > * Tomcat + mod-jk > * GNUJSP + jserv > * Jetty (not available as a Debian package) > > Can anyone offer any oppinions as to what is a good JSP set up that will > intergrate nicely with existing services o

which JSP engine

2002-04-18 Thread Dj Statik
Hi list, I have a client who wishes to run pages created in JSP on our web server. Up until now I have only had people wanting perl and php access, so I am faced with the question of which JSP engine to use. I have downloaded the debian Blackdown Java package, and it appears to be working as

Re: JServ and Kaffe (Was: JSP error on simple page.)

2000-11-01 Thread Tom Tromey
>> Could you describe me JServ problems with Kaffe ? Andreas> I had problems with JServ and Kaffe. I don't know about Kaffe, but it might interest you to know that I've successfully run JServ with gcj. I made a compiled JServ that can then load compiled or interpreted servlets. This required a

Re: JServ and Kaffe (Was: JSP error on simple page.)

2000-11-01 Thread Tom Tromey
>> Could you describe me JServ problems with Kaffe ? Andreas> I had problems with JServ and Kaffe. I don't know about Kaffe, but it might interest you to know that I've successfully run JServ with gcj. I made a compiled JServ that can then load compiled or interpreted servlets. This required a

JServ and Kaffe (Was: JSP error on simple page.)

2000-11-01 Thread Andreas Tille
On Fri, 27 Oct 2000, Edouard G. Parmelan wrote: > Could you describe me JServ problems with Kaffe ? I had problems with JServ and Kaffe. Anybody had success with this? It reached nearly top on my Todo list to write a note for the docs of JServ as I promised Stefan Gybas in private mail. Kind reg

JServ and Kaffe (Was: JSP error on simple page.)

2000-11-01 Thread Andreas Tille
On Fri, 27 Oct 2000, Edouard G. Parmelan wrote: > Could you describe me JServ problems with Kaffe ? I had problems with JServ and Kaffe. Anybody had success with this? It reached nearly top on my Todo list to write a note for the docs of JServ as I promised Stefan Gybas in private mail. Kind re

Re: JSP error on simple page.

2000-10-27 Thread Edouard G. Parmelan
Stefan Gybas wrote: > Jim Brennan wrote: > > > I have been running apache for a while now. Today I installed gnujsp, jserv, > > kaffe, jikes, and ??? (any other default dependency selection for gnujsp). > > JServ doesn't work very well with kaffe - please use jdk1.1-dev instead. Could you descr

Re: JSP error on simple page.

2000-10-27 Thread Stefan Gybas
n installed, then this should be done automatically. Just a note: If you want to work with the newer JSP 1.1 specifiation please take a look at the Tomcat package from http://master.debian.org/~sgybas/ tomcat/. -- Stefan Gybas

Re: JSP error on simple page.

2000-10-27 Thread Edouard G. Parmelan
Stefan Gybas wrote: > Jim Brennan wrote: > > > I have been running apache for a while now. Today I installed gnujsp, jserv, > > kaffe, jikes, and ??? (any other default dependency selection for gnujsp). > > JServ doesn't work very well with kaffe - please use jdk1.1-dev instead. Could you desc

Re: JSP error on simple page.

2000-10-27 Thread Stefan Gybas
n installed, then this should be done automatically. Just a note: If you want to work with the newer JSP 1.1 specifiation please take a look at the Tomcat package from http://master.debian.org/~sgybas/ tomcat/. -- Stefan Gybas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

Re: JSP error on simple page.

2000-10-27 Thread Robert Varga
lection for gnujsp). > All of this was installed from woody (unstable) using dselect. > > I did not play with the gnujsp configuration at all. When browsing the below > file, called /var/www/index.jsp, with Internet Explorer: > > > > >Test > > >

Re: JSP error on simple page.

2000-10-27 Thread Robert Varga
y selection for gnujsp). > All of this was installed from woody (unstable) using dselect. > > I did not play with the gnujsp configuration at all. When browsing the below > file, called /var/www/index.jsp, with Internet Explorer: > > > > >Test > > >

JSP error on simple page.

2000-10-26 Thread Jim Brennan
, called /var/www/index.jsp, with Internet Explorer: Test Test JSP page This is a date test: <%= new java.util.Date() %>. I get the following error in the browser: Error compiling source file: file:/var/www/index.jsp sun/tools/javac/Main Any ideas on why this is occurring? It

JSP error on simple page.

2000-10-26 Thread Jim Brennan
, called /var/www/index.jsp, with Internet Explorer: Test Test JSP page This is a date test: <%= new java.util.Date() %>. I get the following error in the browser: Error compiling source file: file:/var/www/index.jsp sun/tools/javac/Main Any ideas on why this is occurring? It

JSP (little OT)

2000-10-09 Thread Przemyslaw Wegrzyn
It's not Debian-related question, but I think many people here can help.. I'm going to use Jakarta-Tomcat. My questions are: 1.Is it possible to develop using JSP (which is very comfortable), but don't give *jsp to the end-user ? JSPs are precompiled to .java, then to .class,

JSP (little OT)

2000-10-09 Thread Przemyslaw Wegrzyn
It's not Debian-related question, but I think many people here can help.. I'm going to use Jakarta-Tomcat. My questions are: 1.Is it possible to develop using JSP (which is very comfortable), but don't give *jsp to the end-user ? JSPs are precompiled to .java, then to .class,

Re: JSP server

2000-10-03 Thread Seth Arnold
ny wouldn't be interested > in GNU product. Is there any good commercial product that support JSP? > > thanks > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

JSP server

2000-10-03 Thread Alan KF LAU
Thank you for the recommendation. However, my company wouldn't be interested in GNU product. Is there any good commercial product that support JSP? thanks

Re: JSP server

2000-10-03 Thread Seth Arnold
ny wouldn't be interested in GNU >product. Is there any good commercial product that support JSP? > > thanks > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, e

JSP server

2000-10-03 Thread Alan KF LAU
Thank you for the recommendation. However, my company wouldn't be interested in GNU product. Is there any good commercial product that support JSP? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JSP

2000-10-02 Thread Alan KF LAU
What do I need to install in order to have JSP enabled in my apache server? There is Jserv mod for Apache but I guess that isn't enough? Please kindly advise.

JSP

2000-10-02 Thread Alan KF LAU
What do I need to install in order to have JSP enabled in my apache server? There is Jserv mod for Apache but I guess that isn't enough? Please kindly advise. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: generating java from .jsp

2000-06-16 Thread Robert Varga
> > I would like to write a tool which tests an arbitrary number of JSP pages > > for compile-time detectable errors (errors which prevent generating the > > java source, and errors which prevent the compilation of this java > > source). > > You could use the

Re: generating java from .jsp

2000-06-16 Thread Stefan Gybas
On Fri, Jun 16, 2000 at 02:02:34PM +0200, Robert Varga wrote: > How can one generate the java servlet code for a JSP page source? It's not that easy: First you need a JSP parser (JspParser.java in GNUJSP), then you need to create a java class from a template (JavaEmitter.java). If you

Re: generating java from .jsp

2000-06-16 Thread Robert Varga
> > I would like to write a tool which tests an arbitrary number of JSP pages > > for compile-time detectable errors (errors which prevent generating the > > java source, and errors which prevent the compilation of this java > > source). > > You could use the

generating java from .jsp

2000-06-16 Thread Robert Varga
How can one generate the java servlet code for a JSP page source? What is the method which is called in gnujsp? I would like to write a tool which tests an arbitrary number of JSP pages for compile-time detectable errors (errors which prevent generating the java source, and errors which

Re: generating java from .jsp

2000-06-16 Thread Stefan Gybas
On Fri, Jun 16, 2000 at 02:02:34PM +0200, Robert Varga wrote: > How can one generate the java servlet code for a JSP page source? It's not that easy: First you need a JSP parser (JspParser.java in GNUJSP), then you need to create a java class from a template (JavaEmitter.java). If you

generating java from .jsp

2000-06-16 Thread Robert Varga
How can one generate the java servlet code for a JSP page source? What is the method which is called in gnujsp? I would like to write a tool which tests an arbitrary number of JSP pages for compile-time detectable errors (errors which prevent generating the java source, and errors which