[Geoserver-devel] Tomcat and JSPCompiler

Jody,
  I have installed eclipse 2.1.2 as my development platform. I have not used struts before, so i thought it might be helpful to install easystruts, as a quick way to start into struts development. I have installed the plugin, but when i try to "Add Easystruts Support", i do not know what i should fill out in the wizard. I guess I need to only change the "Base package for generation", and "Default application resource" fields. But when i try to change these to something like org.vfny.geoserver, then i get an error at the top of the wizard which is hidden from view. I cannot see what the error is. I'm guessing that you use eclipse, and easystruts, as i saw your name in a forum concerning easystruts and eclipse. do you have any suggestions?

Thanks,
Jamie

----Original Message Follows----
From: Jody Garnett <jgarnett@anonymised.com>
To: Jody Garnett <jgarnett@anonymised.com>
CC: "ROLDAN, Gabriel raul" <gabriel.raul.roldan@anonymised.com>,'Jamie Eyre' <jweyre@anonymised.com>,geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] Tomcat and JSPCompiler
Date: Wed, 10 Mar 2004 15:35:58 -0800

Downloaded a fresh version of Tomcat and things have started working again,

Thanks for the help Gabriel

Jody Garnett wrote:

I tried the change you suggested, in the hopes of a quick fix. It did work on Resin 2.X, I could not get Tomcat to work for me at all, and Resin 3.X resulted in the following error:

WEB-INF/web.xml:140: `JSPCompiler' is an unknown servlet-name. servlet-mapping
requires that the named servlet be defined in a <servlet> configuration
before the <servlet-mapping>.

Not sure where this leaves us for making a release - ideas? And what version of Tomcat are you using? I think I am using Tomcat 5.X.

_________________________________________________________________
Add photos to your messages with MSN Premium. Get 2 months FREE* http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines

Jamie Eyre wrote:

Jody,
I have installed eclipse 2.1.2 as my development platform. I have not used struts before, so i thought it might be helpful to install easystruts, as a quick way to start into struts development.

Easy Struts will not be any use, as we use more complex operations ... I used Oreily's "Jakarta Struts" ... can probably go to the jakarta website for everything you would need.

David

I have installed the plugin, but when i try to "Add Easystruts Support", i do not know what i should fill out in the wizard. I guess I need to only change the "Base package for generation", and "Default application resource" fields. But when i try to change these to something like org.vfny.geoserver, then i get an error at the top of the wizard which is hidden from view. I cannot see what the error is. I'm guessing that you use eclipse, and easystruts, as i saw your name in a forum concerning easystruts and eclipse. do you have any suggestions?

Thanks,
Jamie

----Original Message Follows----
From: Jody Garnett <jgarnett@anonymised.com>
To: Jody Garnett <jgarnett@anonymised.com>
CC: "ROLDAN, Gabriel raul" <gabriel.raul.roldan@anonymised.com>,'Jamie Eyre' <jweyre@anonymised.com>,geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] Tomcat and JSPCompiler
Date: Wed, 10 Mar 2004 15:35:58 -0800

Downloaded a fresh version of Tomcat and things have started working again,

Thanks for the help Gabriel

Jody Garnett wrote:

I tried the change you suggested, in the hopes of a quick fix. It did work on Resin 2.X, I could not get Tomcat to work for me at all, and Resin 3.X resulted in the following error:

WEB-INF/web.xml:140: `JSPCompiler' is an unknown servlet-name. servlet-mapping
requires that the named servlet be defined in a <servlet> configuration
before the <servlet-mapping>.

Not sure where this leaves us for making a release - ideas? And what version of Tomcat are you using? I think I am using Tomcat 5.X.

_________________________________________________________________
Add photos to your messages with MSN Premium. Get 2 months FREE* http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines

-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Jamie Eyre wrote:

Jody,
I have installed eclipse 2.1.2 as my development platform. I have not used struts before, so i thought it might be helpful to install easystruts, as a quick way to start into struts development. I have installed the plugin, but when i try to "Add Easystruts Support", i do not know what i should fill out in the wizard. I guess I need to only change the "Base package for generation", and "Default application resource" fields. But when i try to change these to something like org.vfny.geoserver, then i get an error at the top of the wizard which is hidden from view. I cannot see what the error is. I'm guessing that you use eclipse, and easystruts, as i saw your name in a forum concerning easystruts and eclipse. do you have any suggestions?

I had to give up on easystruts since I was using Eclipse3.0 M7 - I have been playing with various files by hand. Eclipse 3.0 is required in order to play nice with Source Forge.

In the developers docs there is a file that walks through the process required to update the configuration files to allow for a new option. It includes a section on adding the new option to struts. Probably the best place to start.

Note that the website developer docs have fallen behind a little bit.

The file is:
documents/developer/howToConfig.xml

Ant can be used to turn these files into readable html.

Jody