Re: Tomcat on Windows Server 2003 R2

2007-03-27 Thread Layton Berry
Thanks for the bugzilla link. I see how that would work now. Layton Per Johnsson wrote: Hi! Ok, but adding the path to javajre/bin I making the service finding the dll which is in the bin directory. I had the exact same problem and by adding the JAVA_HOME and PATH solved my problems, then

Re: Tomcat on Windows Server 2003 R2

2007-03-26 Thread Layton Berry
No, these environment variables are not needed unless you take the zip file distribution of Tomcat 6 and try to run it in a command window. The standard distribution uses a service, and the service requires the C run time support package, ie., msvcr71.dll, but the distribution is not

Re: Tomcat on Windows Server 2003 R2

2007-03-25 Thread Layton Berry
I had this error in Win2k. Tomcat 6 needed msvcr71.dll in the Windows SYSTEM32 directory. I copied it in from a WinXP box. It fixed the problem. I found the answer in a Sun Developer Network Forum. Layton Markus Franz wrote: Hi! I am running Microsoft Windows Server 2003 R2 Standard x64

Re: Include Directive

2006-11-07 Thread Layton Berry
Using Tomcat 5.5.20, I'm having no trouble with relative paths such as: %@ include file=../filename.inc % ... and we have several of them. So your original usage looks correct. I would say to be sure you didn't put the wrong index.jsp file in the main app directory. We do not use a