Jump to content

tony_baduk

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by tony_baduk

  1. Mainly because I'd like to get a test working on this server, but the time we make it live externally, I'll be demoting this into just a member server. This server will be then just used solely for HAP.
  2. I'm looking to install HAP+ at one of my school's, just wondering which would be the best version compatble for the following setup: 1. Server 2008 - PDC 2. IIS7 I'd like to go with v10 but not sure if there are any known issues with regards to installation/setup on the above. With the server being a main PDC, I'd like to ensure that the version I install works with good stability. Thank you in advance.
  3. We just can't get our items to pin using the below VBscript - any help please? Dim ObjFolder, ObjFolderItem, colVerbs, objverb, objshell Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace("C:\Program Files\Internet Explorer") Set objFolderItem = objFolder.ParseName("iexplore.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next Set objFolder = objShell.Namespace("C:\Program Files\Google\Chrome\Application") Set objFolderItem = objFolder.ParseName("chrome.exe") Set colVerbs = objFolderItem.Verbs For Each objVerb in colVerbs If Replace(objVerb.name, "&", "") = "Pin to Start Menu" Then objVerb.DoIt Next WScript.Quit
  4. Michael any luck with this? As you can see from the above server.xml file, there is no 443 bit to this, only 8443.
  5. Any further help on this please!
  6. I couldn't find the SSL 443 connector part on the server.xml file, this is what my file looks like: type="org.apache.catalina.UserDatabase" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory" pathname="conf/tomcat-users.xml" /> maxThreads="150" minSpareThreads="4"/> protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true" scheme="https" secure="true" keystoreFile="/webapps/keystore" keystorePass="79WSax88" clientAuth="false" sslProtocol="TLS" /> resourceName="UserDatabase"/> unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
  7. Thanks Michael, I'll comment out the 443 part and see if that stops the Servo cert kicking in. I'll also try netstat to see if that helps. Will get back to you.
  8. Hi, Any further help on this - need to disable the Tomcat service so ePortal just runs on IIS. Thanks!
  9. Nearly there but I'm baffled with one thing. I've installed an SSL certificate on the IIS server however when I visit the page https://eportal.bellsfarm.org/eportal - the page shows the old Serco certificate which has expired. The IIS certificate details are correct, they're showing the correct FQDN for this site. Is there anyway of disabling the Tomcat services because I have a feeling this is loading the old certifdicate installed on the Tomcat setup.
  10. Yup that's correct the Tomcat services are using 8080 and 8443, I'll check the IIS settings later and get back to you. Thank you for your help.
  11. This is how it was previously configured. The local access was on port 8080 instead of just 80. Can you help with me correct these ports to 80 and 443 or tell me how I can hide these ports on the URL? Thanks!
  12. Any ideas how I can remove the port number from the URL? Currently local address is http://server:8080/eportal and externally https://domain:8443/eportal Thanks.
  13. Closed now.
  14. Thanks both for your replies - I've closed the port 8080 addy. Yup I'm wanting to redirect automatically. psydii - your notes would be helpful - thanks.
  15. Hi, I'm trying to setup an external connection for ePortal. The external access was previously working with our local authority's internet connection, however we have since moved to an independent broadband company so I'm hoping it's just a case of tweaking the config file. Background ePortal and Facility are installed on the one server - Admin server Ports 8443 and 8080 have been opened by our internet provider I have verified these ports are open on the following external address http://82.219.204.201:8080/ Locally ePortal loads without issues ePortal is installed on IIS6 (on it's own) on Server 2003 Problem I'd like to provide the option for staff to access ePortal from outside of school using the above address - however I will later create a sub domain eportal.domain.com once external access is working. My knowledge on IIS is pretty basic so just needed to know the best way to configure this. Thanks for looking!
  16. Matt, when going direct to domain/MyComputer/H it works and opens fine, just the initial link needs changing. Yup I'm using HTTPS. Thanks for let me have a peek at your config, I'll compare when I'm back at the school next week. Thanks again Matt!!
  17. Thanks Matt for your help. This is what I thought after reading some of those RDP threads. We'll probably leave this for now until we get Server 2008 (currently 2003) and a TS setup.
  18. We're looking to RDP from HAP to a workstation which runs CMIS. Is this possible? Thanks.
  19. Nick, yup it's in a folder called HAP.
  20. Currently using v7.10 and although myfiles is working, i'd like to give users the option to the basic mycomputer however when a drive is clicked, the path is looks for is https://mycomputer/H instead of https://domain/mycomputer/H How do I correct this path? Thanks in advance.
  21. Nick when do you hope to release v7.12?
  22. Nick thanks for looking into this issue. How do I implement these changes on my current setup? Do I need to copy the changed files and replace exisiting files?
  23. Is it possible to disable thumbnails from loading as they seem to take a long time to load. It's especially frustrating because the loading can't be aborted or browse to another folder until it is complete. Quote setting is currently set to none. Thanks.
  24. Nick are the v8 my files available on the HAP website?
  25. Just wondering if the best way to hide the setup.aspx page is to delete the file? Currently it is possible to view settings when going to .../hap/setup.aspx Thanks.
×
×
  • Create New...