From: Timothy H. <tim...@ma...> - 2002-05-01 17:02:48
|
On Wednesday, May 1, 2002, at 05:18 AM, Adam Shimali wrote: > Hi Tim, > Thanks, I got the full distribution working. > >>> Looking at the console output from Tomcat it appears that the relevant >>> .scm files (mail.scm and mylib.scm) are failing to load. I checked in >>> the servlets themselves and the path to the two .scm files are >>> correct, >>> so I can't see why they don't load, but I imagine that this is the >>> source of the servlet errors above. > >> I'll look into these servlet errors and get back to you. >> What platform are you using? Windows, Linux, MacOSX? >> ---Tim--- > > Re the above. I tried it win98 using Tomcat 4.0 and Java 1.3.1 > I'll try on a Linux box later of and see how I get on. The mylibdemo servlet works correctly if you start Tomcat from the MSDOS prompt rather than from the start->programs->apache->start-tomcat menu item. It is a little tricky to start from the MSDOS prompt because you need to set the default memory for the MSDOS window to its maximum (do this by right clicking on the upper left hand corner of the window, selecting "properties", and then selecting the "Memory" tab. This gives you a window where you can sent the Conventional memory both Total and Initial, to their maximum allowed values. You then need to bring up a new MS-DOS prompt to get the memory changes to take effect). I'm not sure why it doesn't work from the start menu. I think it might have something to do with default security settings, but I don't know. I'll look into it. ---Tim--- > Cheers > Adam > > |