[EMAIL PROTECTED] wrote:
> On Wed, Jul 04, 2001 at 01:10:10PM +0100, Julian Gosnell wrote:
>
>>I've figured this out, and fixed it.
>>
>>I shall try to get a 2.4 based release out tomorrow
>>night - until then you can use the 2.2 (release
>>candidate<5), or be explicit about the JSP mapping in
>
module and then just jsp:include it together to one page.
/ Jonas
Brett Sealey wrote:
> I'm not sure when it will be fixed - may be some time.
>
> btw Shouldn't you be going straight to the Servlet first - then just
> use jsp to display?
>
> On Wed, 4 Jul 2001, Jo
???
>
> If so, please try a JMX deployment, via 8082, or a
> hot-deploy AFTER Jboss starts and let me know if these
> work. If they do, I understand the problem.
>
> Thanks for your feedback,
>
>
>
> Jules
>
>
> --- Jonas Tehler <[EMAIL PROTECTED]>
Brett Sealey wrote:
> On Tue, 3 Jul 2001, Jonas Tehler wrote:
>
>
>>Hi,
>>
>>I am trying to use to include a servlet into a jsp-page
>>resulting in:
>>
>>java.lang.IllegalStateException: Request is committed
>>
>>According to the c
for letting me know,
>
>
> Jules
>
> Jonas Tehler wrote:
>
>
>>Julian Gosnell wrote:
>>
>>
>>>OK, Bent,
>>>
>>>How big is the EAR ?
>>>
>>>if it is less than a couple of meg, mail it to me and I will have a look.
>>
Hi,
I am trying to use to include a servlet into a jsp-page
resulting in:
java.lang.IllegalStateException: Request is committed
According to the changelog for Jetty this have been fixed:
Jetty-3.0.2 - 13 Jan 2001
+ Ignore included response updates rather than IllegalStateException
Is thi
Julian Gosnell wrote:
> OK, Bent,
>
> How big is the EAR ?
>
> if it is less than a couple of meg, mail it to me and I will have a look.
>
> That's the best I can do !
I think I have the same problem. I switched from
JBoss-2.2.1_Jetty3.1.RC4 to
JBoss-2.2.2_Jetty-3.1.RC5-6 and suddenly the
Hi,
I'm developing an Intranet application on jBoss+Jetty (2.2.1).
Everything works just fine on my development maschine (SuSE 7.1,
JDK1.3.0_02) but when I move it to my server (Slackware instead of SuSE,
but same JavaVM) my InitialContect.lookup()s suddenly takes several
minutes.
As far as