Thanks Michael.  I don't know why I never thought of the obvious!


-----------------------------
J. Alan Brown
Senior Enterprise Integration Consultant
SAGA Software, Incorporated
Office: (678) 513-7592
Voice Mail: (770) 913-1474
Fax: (770) 390-9364



-----Original Message-----
From: Michael Wentzel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 4:54 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Cannot run two servlets


> We have developed a simple web application with two HTML 
> forms.  The user
> enters a lookup parameter on the form and submits it.  We have a Java
> servlet that does retrieves the HTML form data, does a lookup 
> via another
> program, and then builds HTML that is returned to the browser.


One possibility is to check and make sure that both Servlets
release shared resources while they are not using them(such as a
database table).

Track down from top to bottom in the Servlet to find out what
line of code exactly is causing the exception and let us know what
exactly you're doing if you can't figure it out then.

This just sounds like a resource permissions or locking issue and
since the first servlet will work fine I don't believe it's perms.


---
Michael Wentzel
Software Developer
<A HREF="http://www.aswethink.com">Software As We Think</A>
<A HREF="mailto:[EMAIL PROTECTED]">Michael Wentzel</A>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to