RE: JSP Precompile and WebSphere

2009-04-08 Thread Jerry Thome
We have a simple web app. We test locally using Tomcat and then deploy through various lifecycles which run WebSphere 6.1. Our JSP precompile process doesn't do anything IBM / WAS specific. Some of our JSPs are very simple, and some are used by Spring. We followed the instructions exactly

Re: JSP Precompile and WebSphere

2009-04-08 Thread Robert Einsle
Hy Jerry, this is my only war-Project in Workspace. I'ts the only maven-Project in Workspace. Robert Jerry Thome schrieb: We have a simple web app. We test locally using Tomcat and then deploy through various lifecycles which run WebSphere 6.1. Our JSP precompile process doesn't do

RE: JSP Precompile and WebSphere

2009-04-07 Thread asokan02
org.apache.jasper.runtime.HttpJspBase and not IBM HttpJspBase classes, we had to add the jasper-runtime dependency... and maybe 1 or 2 others. So, not a big deal. It makes sense, I just had to think through it. Thanks. -- View this message in context: http://n2.nabble.com/JSP-Precompile-and-WebSphere

RE: JSP Precompile and WebSphere

2009-04-03 Thread Jerry Thome
...@hotmail.com 03/25/2009 04:28 PM Please respond to Maven Users List users@maven.apache.org To users@maven.apache.org cc Subject RE: JSP Precompile and WebSphere Here is what I found for Websphere documentation for JSPCBuild.xml /**WINDOWS

JSP Precompile and WebSphere

2009-03-25 Thread Jerry Thome
I have a project where we need to precompile JSPs. I have followed the instructions here: http://mojo.codehaus.org/jspc-maven-plugin/usage.html We are servlet spec 2.4, JDK 1.5. Works great. Deploys and runs under my local Tomcat without problems. Under WebSphere however is where we

RE: JSP Precompile and WebSphere

2009-03-25 Thread Martin Gainty
-Dapp.name=$APP_NAME -Dwebmodule.name=$MOD_NAME -- !-- ant jspc3 -Dwas.home=$WAS_HOME -Dapp.name=$APP_NAME -Dwebmodule.name=$MOD_NAME -Ddir.name=$DIR_NAME -- project name=JSP Precompile default=jspc1 basedir=. taskdef name=wsjspc classname

Jsp precompile

2008-03-03 Thread Dooing
Hi, Trying to precompile Jsp's but can't get it to work. I tried the plugins: Maven jspc plugin: http://mojo.codehaus.org/jspc-maven-plugin/usage.html Maven Jetty Jspc Plugin: http://docs.codehaus.org/display/JETTY/Maven+Jetty+Jspc+Plugin However, both don't work for me. Maven jspc says:

Re: Jsp precompile

2008-03-03 Thread VUB Stefan Seidel
[EMAIL PROTECTED] wrote: Hi, Hi, firstly, and again: Do NOT just reply to a random message from the mailing list when you start a new topic. Write a NEW MAIL to the mailing list. Trying to precompile Jsp's but can't get it to work. I tried the plugins: Maven jspc plugin:

Re: Jsp precompile

2008-03-03 Thread VUB Stefan Seidel
[EMAIL PROTECTED] wrote: firstly, and again: Do NOT just reply to a random message from the mailing list when you start a new topic. Write a NEW MAIL to the mailing list. I don't understand. I used the [EMAIL PROTECTED] mail adress, but I changed the topic. So it should be a new topic,

Re: Jsp precompile

2008-03-03 Thread Dooing
firstly, and again: Do NOT just reply to a random message from the mailing list when you start a new topic. Write a NEW MAIL to the mailing list. I don't understand. I used the [EMAIL PROTECTED] mail adress, but I changed the topic. So it should be a new topic, shouldn't it?? I can't image

Re: Jsp precompile

2008-03-03 Thread Martin Höller
On Monday 03 March 2008 wrote [EMAIL PROTECTED]: firstly, and again: Do NOT just reply to a random message from the mailing list when you start a new topic. Write a NEW MAIL to the mailing list. I don't understand. I used the [EMAIL PROTECTED] mail adress, but I changed the topic. So

Re: Jsp precompile

2008-03-03 Thread Wayne Fay
Stefanie, take a look at the mail headers (I'm certain , in particular In-Reply-To: In-Reply-To: [EMAIL PROTECTED] This tells mail clients all of these emails are related, so you should organize them as such. You can see this data in the gmx.net web interface by clicking the little envelope in

RE: jsp precompile with war overlay

2007-02-08 Thread Jörg Schaible
George Berger wrote on Wednesday, February 07, 2007 5:02 PM: I'm trying to use the war overlay feature of maven-war-plugin to include some common JSPs (e.g. common header and footer files) in multiple projects, but I also want to use jspc-maven-plugin to precompile the project JSPs.

RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
, the final packaging uses the web.xml from the src/main/webapp tree instead. Any idea why the above configuration works in the first case but not in the second? George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8867524 Sent from

RE: jsp precompile with war overlay

2007-02-08 Thread franz see
tree instead. Any idea why the above configuration works in the first case but not in the second? George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8869466 Sent from the Maven - Users mailing list archive at Nabble.com

RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
this... build [snip] /build Cheers, Franz That works perfectly! Many thanks Franz. A good day indeed! George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8875042 Sent from the Maven - Users mailing list archive at Nabble.com

jsp precompile with war overlay

2007-02-07 Thread George Berger
in the second maven-war-plugin declaration. Any ideas why this is happening or how to get around it? George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8848176 Sent from the Maven - Users mailing list archive at Nabble.com