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
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.
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
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
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
-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
>
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
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
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
/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
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
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
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
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
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
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
>
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
-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
-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
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
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
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
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
"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
"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
* 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
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
* 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
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
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
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
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
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
"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
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
"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
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
>> 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
>> 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
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
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
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
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
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
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 "
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
>
>
>
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
>
>
>
, 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
, 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
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,
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,
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]
>
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
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
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]
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.
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]
> > 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
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
> > 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
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
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
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
79 matches
Mail list logo