Johan Lundberg wrote:
>
> I'm trying to develop a JSP application in a Windows 95 environment.
> This is done with the newly released jswdk-1.0. My problem is that I
> get all the error messages from the JSP into Servlet translation, and
> the subsequent Servlet compilation, errors in the jswdk server DOS-window.
> This window automatically opens upon web server startup and is
> impossible (for me) to resize. We all make mistakes, but my error messages
> disappears out of the non-scrollable server DOS-window. [...]

I agree compilation error should be reported in a better way (e.g. as a response
to the browser), but here's a simple fix for the "no-scrollable DOS-window"
for now:

* In the startserver.bat script, change "start java ..." to just "java ...".
  This will cause the Java process to execute in the same DOS window as you
  run the script in instead of popping a new window,
* Start a new DOS window, adjust the screen buffer size (using the
  Properties->Layout tab) to get a scrollable window (set Height to a large
  number like 999), cd to the JSWDK bin directory and run startserver.bat,
  instead of just dubble-clicking the BAT file. This way you can scroll back
  and see the complete message.

Hope this helps.
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to