Writing Servlets
JSWDK 1.0.1 Note
Win95/98 users may experience some problems with running out of environment space when running startserver.bat to start the Java Web Server.
Sun's documentation recommends increasing the environment size on the MS-DOS window to 2816.
Unfortunately this advice does not always work.
If your environment settings are only moderately filled, then increasing the space all the way up to 4096 (the maximum setting) may work.
However, some of you wrote in to say that this still did not help.
So we investigated ways to mitigate this issue.
It turns out that the reason for this problem is that the way Sun wrote the startserver.bat file uses quite a few temporary environment variables.
The way this batch file uses temporary environment variables is quite wasteful.
If you are always using the environment space for other programs, you may run out of environment space regardless of whether you increase it to the maximum allowable.
For those of you experiencing this problem, I rewrote the startserver.bat file to be more efficient on memory.
You can use this new batch file in place of Sun's own startserver.bat file.
Here it is:
NEXT
Gunther Birznieks contributes to JavaBoutique's Web/Networking column.
Gunther currently works for Barclays Capital in London, one of the leading global investment banks in Europe and has previously worked as a senior computer scientist in the Human Genome Project.
Gunther is also known for writing several books on Web Programming (Perl, CGI, Java) as well as for co-creating Extropia with Selena Sol.
Extropia is one of the best known public domain web programming archives
Email: gunther@extropia.com.
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|