RE: problem on running tomcat as windows services

2005-11-15 Thread Longson, Robert
lalyne, Either a) edit service.bat and change the PR_CLASSPATH to include your stuff then type service remove followed by service install. or b) run tomcat5w.exe //ES//tomcat, go to the java tab and edit the Java Classpath. restart tomcat and it should work. Best regards Robert. -Origina

RE: URGENT: Running Tomcat 5.0 as a Windows service using a specific user

2005-10-25 Thread Longson, Robert
Jan, You seem to be doing it right. Set the user in the log on pane to the user you want then click OK (alternatively you can do the same via Control Panel->Services) then start the tomcat service and it will run as that user. Control panel indicates which user the service runs as as does task

RE: SSL Error : Please HELP

2005-10-17 Thread Longson, Robert
You want to put this in the Java tab under Java Options. Best regards Robert. -Original Message- From: James Rome [mailto:[EMAIL PROTECTED] Sent: 17 October 2005 16:00 To: tomcat-user@jakarta.apache.org Subject: SSL Error : Please HELP I tried putting start -Djavax.net.debug=ssl:hands

RE: How to read files on a network drive from a JSP

2005-10-14 Thread Longson, Robert
Dheeraj, When you run any code as a service with the default local system account it does not have permissions to use network shares. You could try running the service using a specific user account which has access to the share or alternatively load the file using ftp, http or some other prot

RE: Windows Installer for 5.5.12 leaves out Scripts in /bin

2005-10-13 Thread Longson, Robert
Anthony, this is covered in http://issues.apache.org/bugzilla/show_bug.cgi?id=36289 and http://issues.apache.org/bugzilla/show_bug.cgi?id=36329 Best regards Robert. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 October 2005 12:03 To: users@tomcat.apache