Re: TEST: editor update

On Wed, 19 Feb 2003, Jeremy Carroll wrote:

>
>
>
> > java.lang.ClassFormatError: org/apache/jsp/main_jsp (Code of a method
> > longer than 65535 bytes). Is there some additional server configuration
> > that I perhaps need?
> >
> > Would it be possible to supply the precompiled servlet as a war archive?
> > That way I can be sure it's a problem with the compilation.
>
>
> I can precompile but I am not sure what a war archive is :(
> I'll see if forte can do me one.

It's basically a jar file of an entire webapps subdirectory. So for yours,
if you jar up wowg into a file called wowg.war, then you're done! Tomcat
will then unjar it when it starts up...

	Sean

-- 
Sean Bechhofer
seanb@cs.man.ac.uk
http://www.cs.man.ac.uk/~seanb

Received on Wednesday, 19 February 2003 10:59:02 UTC