OS X as a school server.

Happy New Year!
Who of you all knows of a school's Website which implemented OS X server Intranet and Internet for students, staff but also parents?
Specially looking for school owned and BYOD, VPP, and Collaborative Software services like Calendar, Contacts, Mail and Messages.
It's what I'm doing on a test server but I wanted to show my school administrators, staff members, students and parents that it's also done somewhere else.
Thanks,
Francois.

Good approach.  Us in technology can sometimes lose sight of the value of these devices in the educational workflow.  At times, we get caught up in the perfection of the solution but this can disrupt the use of the product in the hands of the student and teacher.
Based on those numbers, you are not a one to one shop.  So device sharing will need to be investigated.  For the iPads, you could start as simple as Apple Configurator and supervision mode.  However, you may not have enough time between classes to checkin and checkout all the devices.  Once again, understanding the educational needs and use case is vital. 
For the MacBooks, you can look at network homes to support the entire audience.  But, you need to analyze your wireless network and core network to make sure you have the bandwidth to server the load.  Likewise, a capacity study and I/O throughput analysis needs to be done to ensure that you can serve the load.
You are in a good position as spring is approaching.  You should be taking the next few months to define and test your implementation on a small scale.  Then once clarified, you will have the summer to implement and load test.
Sounds like a great project to sink your teeth into.

Similar Messages

  • Jsp works in my tomcat but not in school server

    Using netbeans 5.5.1 and it has tomcat 5.5.17. My jsp page works fine when I use it on my computer but when I copy it to my school server(tomcat 5.5) it bugs when trying to contact oracle jdbc database.
    Whats wrong?
    Gives this error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Exception in JSP: /index.jsp:35
    32:
    33:
    34:
    35: <%=db.opentables()%>
    36:
    37:
    38:
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:506)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor150.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
    root cause
    java.security.AccessControlException: access denied (java.net.SocketPermission [MY HOSTNAME HERE] resolve)
         java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         java.security.AccessController.checkPermission(AccessController.java:427)
         java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
         java.lang.SecurityManager.checkConnect(SecurityManager.java:1031)
         java.net.InetAddress.getAllByName0(InetAddress.java:1117)
         java.net.InetAddress.getAllByName0(InetAddress.java:1098)
         java.net.InetAddress.getAllByName(InetAddress.java:1061)
         java.net.InetAddress.getByName(InetAddress.java:958)
         java.net.InetSocketAddress.<init>(InetSocketAddress.java:124)
         java.net.Socket.<init>(Socket.java:179)
         oracle.net.nt.TcpNTAdapter.connect(Unknown Source)
         oracle.net.nt.ConnOption.connect(Unknown Source)
         oracle.net.nt.ConnStrategy.execute(Unknown Source)
         oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown Source)
         oracle.net.ns.NSProtocol.establishConnection(Unknown Source)
         oracle.net.ns.NSProtocol.connect(Unknown Source)
         oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1764)
         oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:215)
         oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
         oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
         oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
         java.sql.DriverManager.getConnection(DriverManager.java:525)
         java.sql.DriverManager.getConnection(DriverManager.java:171)
         MYCLASS.Database.opentables(Database.java:131)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:86)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor150.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.
    Apache Tomcat/5.5
    Edited by: panupanu on Dec 13, 2007 6:04 AM

    duffymo wrote:
    Is the machine that you ran this simple java class on the same one where you're >deploying the web app?Same machine where my sql connections bug. I just copypasted it into a file in tomcat5.5/webapps directory and then compiled it and used it from there. I used it from command line.
    duffymo wrote:
    how well do you know jsps, tomcat, and web apps? sure it's deployed properly? if you >put in a simple jsp and invoked it via tomcat, would you be able to do it?Dont know jsps well. :) Essentially my jspservlet thingie works normally on my computer through my tomcat and on other computers which have netbeans etc... It compiles .war file and ive copied that .war file to the target server's tomcat webapps directory, then when I access the website of my jspservlet tomcat unpacks it and shows my jsp pages normally if they have no sql components. So at least jsp pages are working... :)
    "minor modifications"? sure those are right? you wouldn't be the first programmer to fool >themselves by saying "it's the same code - except for X."
    try you "minor modifications" on the command line, too.First I used with main on command line, then removed main etc... and included it into my project.

  • I can't successfully get a new iMac to connect to the school server, I can't successfully get a new iMac to connect to the school server

    How can I connect my mac to the school server?  It doesn't seem to "see it"

    If you are using Safari, try a different browser.
    Mozilla Firefox Web Browser — Free Download
    or Google Chrome - The web is what you make of it

  • Students working on iweb (school server) with 5 macbooks

    Greetings from the international school in Phnom Penh, Cambodia.
    My trouble is allowing students on five separate macbooks for one iWeb site hosted on the school server. With one website, five students, five macs, five separate pages within a site the teacher oversees.
    The drop box idea is great Toad, but need to find a way without spending extra cash. The school is a bit tight, low budget for 5th graders.

    Welcome to the discussions. A few suggestions for consideration:
    1. You've probably already thought of this, and have reasons not to do it, but anyway... Instead of "five separate pages within a site the teacher oversees", allow each student to create his own iWeb site which would be hyperlinked from the main iWeb site you oversee.
    2. Instead of iWeb, use this free, web-based site builder which has an emphasis on social networking:
    http://about.ning.com/product.php
    ...each student could be a "member" within the Ning site you oversee.
    3. Another free, web-based solution might be a group Posterous blog. Posterous has just launched "dead simple group blogging by email" where each of your three possible blogs can now have multiple contributers — see more here.
    General info about Posterous blogs is in their FAQ. ...The student members can contribute text, photos, sound and video files, etc. to a Posterous blog simply by email. Plus there is the usual commenting capability and comment alerts for the account holder.
    You can also put a miniature version/link to your Posterous blog on your iWeb site via the new Posterous Blog Widget. This can be added via iWeb's HTML Snippet window shown in this video tutorial

  • School server set up need major help pleaseeeeee help by monday

    Hey,
    Ok school currently has a room of 15 emacs and one G5 today I tried installing os x server I am a novice pretty much and have no server experience,
    followed this tutorial
    http://discussions.apple.com/thread.jspa?threadID=977178&tstart=15
    yet had problems with setting up the client to connect
    got to this part launch Directory Access (Applications/Utilities), click on the lock and authenticate, select LDAPv3, click Configure, deselect ‘Add DCHP-supplied LDAP servers to automatic search policies’, click New and key in either the IP address 172.16.1.254 or better still its FQDN. Server discovery will be fairly quick, you will see iMac01.local in the first field and you will be prompted for a network user name and password, don’t bother with this just click OK and then continue, you will then see the Server Configuration in the Services window, click OK. Click on Authentication and verify that Custom Path is displayed, you should see /LDAPv3/172.16.1.254 or the server FQDN as the second Directory Domain displayed
    and it didnt discover the server is it because im using clients of 10.3.9 on a server with 10.4.8 ?
    another problem was when setting up the server the user group kept flashing up saying it was netinfo service wasnt running , surely that should be running and how do i get it working?
    also setting up the dns server was a issue yet i belive it to be working now,there was somthing also about network tree domain or somthing like that?
    please help all i want is to create user accounts for 30 students and let them log on at any machine please help
    thanks
    Craig Osgood

    hey,
    right guys it didnt work again today ive spent to constant days trying this and im just pulling my hair out, i really dont have a clue why it isnt working below is all the information I can think of giving
    the macs are on a windows network which already has a dchp server and a dns servers which give the ip addresses to the macs which are dynamic. I changed them to static and set up the macserver as its own dns. here are the ethernet config below:
    configured ipv4 manually
    ip:10.20.128.71
    subnet mask 255.255.252.0
    router 10.20.131.254
    dns servers 62.171.198.104 ( I Have tried putting the macserver ip here yet internet dosent work server ip is is 10.20.128.71
    the search domain i wasnt sure on so i put as maidenerlegh.sch.uk the server is macserver.maidenerlegh.sch.uk
    I added all the macs to the server via there ethernet id
    on the open directory setttings it lookes like this:
    lookupserver:running
    netinfoserver: running locally only
    LPAD: running
    password: running
    kerebos is stopped
    the emac client which is mac01 can connect to the server via going finder go connect to server and then can log on to the user accounts i created on the server yet when i went through how to set it up on the client in directory access it wouldnt discover the network like everyone else says it should it just didnt do anything ?
    please help this is a major problem that i thought i could solve i dont know what im doing wrong?
    does anyone have any ideas
    so i set up the server as a dns all the macs have static ips
    I just cant get them to log on the server is 10.4.9 the client is 10.3.9

  • Text File Access on school server help!!!!

    I am writing a poll applet for my school website and this is what i have:
    import javax.swing.*;
    import java.io.*;
    import java.util.*;
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    //import java.net.URL;
    public class Poll extends Applet implements ActionListener
         static final long serialVersionUID=64154651;
         private String input;
         private BufferedReader inputStream;
         private int option1=0;
         private int option2=0;
         private int option3=0;
         public Poll()
         public void start()
              setLayout(new GridLayout(3,1));
              input=JOptionPane.showInputDialog(null,"Enter your school ID");
              Button choice1=new Button("1: Ben is cool");
              choice1.setActionCommand("1");
              choice1.addActionListener(this);
              add(choice1);
              Button choice2=new Button("2: Ben is Sweet");
              choice2.setActionCommand("2");
              choice2.addActionListener(this);
              add(choice2);
              Button choice3=new Button("3: Ben is Nerdy");
              choice3.setActionCommand("3");
              choice3.addActionListener(this);
              add(choice3);
              setVisible(true);
              //while(true);
         public void stop()
         public void actionPerformed(ActionEvent e)
              String action=e.getActionCommand();
              //JOptionPane.showMessageDialog(null,"Action");
              try
                   inputStream = new BufferedReader(new FileReader("poll1.txt"));
                   PrintWriter pw=new PrintWriter(new FileOutputStream("poll3.txt"));
                   String line= inputStream.readLine();
                   StringTokenizer st;
                   while(line!=null)
                        pw.println(line);
                        st= new StringTokenizer(line);
                        switch(st.nextToken().charAt(0))
                             case '1':     option1++;
                                            break;
                             case '2':     option2++;
                                            break;
                             case '3':     option3++;
                                            break;
                        line=inputStream.readLine();
                   if(action.equals("1"))
                        pw.println("1 "+input);
                        JOptionPane.showMessageDialog(null,"You voted Ben is cool");
                   if(action.equals("2"))
                        pw.println("2 "+input);
                        JOptionPane.showMessageDialog(null,"You voted Ben is sweet");
                   if(action.equals("3"))
                        pw.println("3 "+input);
                        JOptionPane.showMessageDialog(null,"You voted Ben is nerdy");
                   JOptionPane.showMessageDialog(null,"Votes for choice 1: "+option1+"\nVotes for choice 2: "+option2+"\nVotes for choice 3: "+option3);
                   JOptionPane.showMessageDialog(null,"Thank you for your opinion!");
                   pw.close();
                   inputStream.close();
                   inputStream = new BufferedReader(new FileReader("poll3.txt"));
                   pw=new PrintWriter(new FileOutputStream("poll1.txt"));
                   line= inputStream.readLine();
                   while(line!=null)
                        pw.println(line);
                        line=inputStream.readLine();
                   pw.close();
              catch(FileNotFoundException ex)
                   JOptionPane.showMessageDialog(null,"File poll.txt not found.");
                   System.out.println("File poll1.txt not found.");
              catch(IOException ex)
                   JOptionPane.showMessageDialog(null,"Error reading from file message.txt.");
                   System.out.println("Error reading from file message.txt.");
              catch(Exception ex)
                   JOptionPane.showMessageDialog(null,ex.toString());
              destroy();
              System.exit(0);
         public static void main(String[] args)
              Poll p= new Poll();
              p.start();
    When I run the applet on the local folder offline in eclipse applet viewer, it works, when I put it on a website, I get a security exception saying that I cant read poll1.txt. How do I read and write to text files that will be up on the same ftp as the class file?

    When I run the applet on the local folder offline in
    eclipse applet viewer, it works, when I put it on a
    website, I get a security exception saying that I
    cant read poll1.txt. Think about it, you're trying to read a file on someone else's machine. That's a super mega security violation.

  • New school server won't allow "software updates".

    I'm a teacher and through grant writing have acquired several Macs in an all PC district. Recently the district installed a new server, and since then I haven't been able to connect to "software update". The IT guy in the district said that if I had a URL of where the downloads would be coming from, he could unlock the location allowing the software update to work. Does anyone have an idea as to what URL, if that's even the right term, I should tell him I need unlocked?
    An example, iTunes announces there is a new version and asks if I'd like to download it. I click yes, software update opens and tells me my software is up to date...which it isn't.
    Thanks for any help,
    Dan

    Dan Reinagel wrote:
    Thanks for the reply,
    I could download them individually, but I've got 8 computers, and just having them update automatically is so much easier.
    However, I 'm going to give the IT guy the URL you provided. There's a chance that because that site is being blocked I can't download the updates automatically.
    Looks like the automatic update mechanism uses a machine called swscan.apple.com. If they can unblock by name, that should be a good start.
    charlie

  • Server behaviours are old school!

    "Server behaviours are old school!" was a comment made to me earlier today which has been playing on my mind!
    Am I doing things the old way now? Since Adobe has removed the database panels, perhaps I am! I often see Adobe doing things that I consider to be commercial suicide, but it often turns out to be a move that is well thought out because the industry is moving in the direction applicable to an Adobe decision... or perhaps Adobe making the decision has forced the industry to move with them...
    Should I be doing things differently to future proof myself? If so, how?
    Mat

    This is an ignorant answer. Server behaviors are not a code style, they are (used to be?) a DW mechanism to write repetitive code faster. The code Server behaviors output today is "old school", Server behaviors are a brilliant DW feature and so many DW users do not understand Adobe's decision to dump them instead of updating them...
    Regards,
    Xavier
    MyDreamweaverExtensions.com

  • Connection to server via smb not working

    hi,
    i have an old G4 iBook 10.3.9 that i'm using for school. to connect to our school server for course material, we were given smb log-in instructions from our it dept. when i put in the ip address, i get a prompt for the id and password, but i cannot get access. we tried logging on with my professor's macbook pro (10.5) and it worked flawlessly.
    i've done all software updates and rechecked the procedure dozens of times, but i can't figure out why it's not working. if anyone has an idea, i'm all ears.
    thanks,

    created in my UTF-8 Mysql DB your table and inserted a record; the select shows:
    SQL> select * from "movieclass"@mysql;
    idClass
    ClassName
    123
    H e l l o
    As you can see the content is there, the "space" between the letters is related to unicode. Each character is interpreted by 2 bytes and SQL*Plus wrongly displays both. Using iSQLPLus or SQLDeveloper does not show the "space" between the letters.
    Here the data type mapping:
    SQL> desc "movieclass"@mysql;
    Name Null? Type
    idClass NUMBER(3)
    ClassName NOT NULL NVARCHAR2(50)
    What's the exact version of DG4ODBC you're using? 11.1.0.7?
    According to the listener file you're using DG4ODBC on Windows. There was a high/low byte issue in DG4ODBC for Windows. This issue is fixed in 11.1.0.7 and a certain patch. So I recommend you to get first the 11.1.0.7 patchset (if you don't already have it installed):
    6890831 Oracle Database Family: Patchset
    11.1.0.7.0 PATCH SET FOR ORACLE DATABASE SERVER 11.1.0.7.0
    and then please apply also the latest patch:
    8689191 Oracle Database Family: Patch
    ORACLE 11G 11.1.0.7 PATCH 16 BUG FOR WINDOWS 32 BIT 11.1.0.7.0
    There was a high/low byte issue
    Edited by: kgronau on Aug 11, 2009 10:28 AM

  • File Server For Both Mac OSX and Windows?

    Hello All,
    With HP discontinuing theier HP Server line, I've been browsing around for quite some time at a good box to use as a file server.  My windows Home server is about to die i feel, and most PC based servers seem just as pricey as me acquiring a Mac Pro Server with Two 1TB Hard Drives and using OSX Lison Server.
    However, before I take that plunge I was really wondering if anyone had had any success or stories that they can share about using a Lion Server with windows 7 PC's.
    I use a MAC, but everyone else here uses windows.  On my the home server box we bascially store all of our digital photographs, personal files and such as a backup.  Granted the Apple time machines and mac mini's can be used as the same but you loose the redundant hard drives and stability of comintuing to upgrade if you run out of space.
    So I'm hoping that its positive and pretty much flawless where the Mac Pro with Lion Server could just save and serve files galore without slow down or problems.  With my past mac experience that's usually not the case.  I just want to replace that box, have a new box that can store files off of the independent machiens with a here or there additional backup on it as needed.
    The other plus if I take this plunge is I have a Mac Pro box for greater functionality at home over my Macbook Pro!   So yeah, a little perk for me...
    Thanks in advance for any news you can help or offer me...  I know I'm probably asking something that a ton of others may have alredy asked and sorry for the duplication if thats the case

    Mac OS X Server can do all that.
    You can keep All the user accounts on the Server, or you can just use it for File Sharing. Does Windows SMB or Apple File System sharing without issue. Disk Utility can create Mirrored RAIDs right out of the box, that expensive RAID card is only needed for RAID 5.
    I run a Server at home like a School Server with ALL User files on the Server (you log on at any Mac and your files appear, because they are on the Server). User files are on a pair of Mirrored RAID drives, and I use Time Machine to automatically back up all the User Files on the Server once an hour. Gigabit Ethernet Switches provide "Hard Drive-like" file access.

  • How do you define what machines will get an IP form your Lion DHCP server?

    I have set up a Mac Mini Lion server for use in my classroom. I currently have 8 macs that are connecting to it. I would like my Lion server to serve IPs to these 8 macs, so I have set up the DHCP server to assign these. When I look at what machines are receiving their IP from my server, I am getting everyones iPods, iPhones and other devices. Basically, my DHCP is assigning IPs to these devices, whereas normally these would be assigned from the main school server (not my Lion server). How do tell my Lion Server to only use the DHCP on my 8 macs, not everyones iDevices and Macs. Thanks.

    There are two aspects to this. First as Stronium90 says it is normally a bad idea, i.e. more trouble than it is worth to have more than one DHCP server on same LAN.
    The first issue you therefore need to address is to ensure that if you have two DHCP servers only one responds to these specific clients. This means you would need to set the Mac DHCP server to only respond to these devices and you would have to set the other DHCP server to respond to all others and ignore these specific devices. To tell the Mac DHCP server to do this you need to add settings manually to the /etc/bootpd.plist file. This is the main configuration file for Apple's DHCP server and is an XML format file. You can find instructions by doing man bootpd in the Terminal.app.
    The second issue is if you want to use static IP addresses then you need to define them in the /etc/bootptab file. As standard this file does not exist but all you need to do is create one and the Mac DHCP server will start using it. The following may be helpful https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages /man5/bootptab.5.html

  • Is it possible to publish one site to mac site and another site to a school

    I have an "About me" page which I wish students to have access to - but I don't want them to have access to the rest of my site - can I publish either just the "about me" page to a different school server or can I create a new site with just an about me page and publish that site to my school server and my personal site to mac site?

    Yes.
    The easiest way is to use separate domain.sites2 files. There are several sites that offer instructions for doing this. One is Apnewbie's Site Separation help page.
    kabing

  • Mac on all PC server BOOM!!!!!

    I work at a school where all the comps are PC's. I use a Mac. The IT guy told me NOT to connect my Mac to the school server. I have three Macs at school two run OS 9.2.2 and one runs OSX 10.3.9.
    Out of desperation to use the Internet, I connect all three.
    All three found an IP address and in seconds I was on the web and able to do everything much faster than the PC's.
    NOW....could my Mac's cause the server to crash and get me fired?
    Edward

    could my Mac's cause the server to crash
    Unlikely, but anything is possible.
    One thing is for sure... if something does go wrong, and your IT people are looking to put blame on something... you're an easy target, no matter what the "truth" might be.
    and get me fired?
    Definitely.
    You're openly violating your school's IT policy. If someone did this in my company, as the IT manager I'd definitely take diciplinary action.

  • I am an English teacher, and my school just bought iPads for my students and me. I want to use Dropbox for file sharing and to be able to edit their work on my iPad so that my students will be able to open their work from Dropbox and see my corrections.

    I would like my editing marks and comments to save in Dropbox in a contrasting color. The students will then need to be able to open the document and make corrections, then save again to Dropbox. Thanks for any ideas!

    Thanks, everyone, for these helpful suggestions. Before we got the iPads last week, we were saving compositions from desktops onto the school server. There was not a problem with the students seeing other students' files, so I didn't password protect them, but there was the issue of copying all their work onto a thumb drive so I could grade it at home. I like accessing files in the cloud much better. Under the previous system, I was also printing out their work and marking it up for the students to correct before I put it on our class web site. Now under this new system, I would like to go paperless, sharing my digital revisions with the students as they perfect their work before I put the final products online. This usually takes 3 or more revisiosns. So far, I have tried the following apps: Quickoffice, Documents to Go, Writeup, Plaintext, Pages, Essay, and Droptext. The students and I have no trouble saving into and retrieving from Dropbox, but there is no good way so far for me to edit their work in color so that they can open up the file and see my comments in order to make their revisions. I do have this capability on my laptop and desktop by using the redlining feature in Word. It's just that I'd rather be able to use my iPad for this purpose. I will check out Evernote.

  • "Safari can't connect to the proxy server"

    Hello again...
    My 10.6 Server is up and running! thanks for all the help...however...
    When I try to access the internet via Safari from the actual server, I get the "Safari can't connect to the proxy server" message" but all the client machines can successfully access the internet....
    I'll start to read up on proxies but if someone can offer a suggestion in the meantime, that would be terrific. I know it's something simple I am missing...
    thanks!

    No snarkiness taken Mr. Hoffman...As a full-time high school teacher, I've been setting up our small school server on my own time for the past three months...with the help of the server docs, manuals, and the great help found within this forum, we are finally to a point where we can begin using the server.
    What I'm just not understanding is WHAT proxy do I use? I see all kinds of proxy servers out there but is there a specific one I should be using?
    Again, forgive me for my ignorance on this matter...I just don't understand why after a year of not using a proxy server, all of a sudden we need to have one? And this issue came about when Safari was unable to "connect to the proxy server"...
    MrHoffman wrote:
    1) So normally, there ISN'T a proxy being used?
    Proxies are used in school and corporate environments, and as a mechanism to >implement "network nanny" or parental controls, or when information leakage >involving sensitive or classified data, or personal or credit card data, or >other sensitive data is involved.
    When IT folks (or parents) are looking to monitor or control or track network access.
    up to this point I don't believe we were using a proxy server?
    2) A proxy "regulates" what traffic is passed between machines?
    A proxy can enforce access, or can cache access, yes.
    So no proxy in effect means traffic goes unchecked between computers...?
    Correct.
    do we HAVE to use a proxy server with the server?
    3) Where does a proxy take effect? At the Router/Gateway? The Server? or >individual machines?
    A functional proxy requires a proxy server, and settings at the firewall, and >on the client box.
    The proxy setting can be established via WGM, or locally via the system >preferences, or (and the following are less common) via malware or such, or due >to a bug. These settings are usually altered with WGM and system preferences, >in the vast majority of cases.
    Enabling a proxy server on the snow leopard server should help us out...but again, which address do I use? (in the server doc you referenced, it had "proxyserver.apple.com:8080")but I think that was just the format to use...
    Without intending any snark, read the manuals? Servers are big and complex >and expect an understanding of much more than the client boxes do; that's the >inherent difference between "server computing" and "client computing", after >all.
    I'm definitely appreciating how much involvement and understanding it takes to get one of these set up...and over the past three months, we've come a long way...
    again, thanks for the guidance and help!

Maybe you are looking for

  • Excel Services 2013 Bug - Automatic or Periodic Data Refreshes Doesnt Update

    All, I have heard from other colleagues that there is a problem with SP2013 Excel Services Automatic Refresh.  Specifically, when you set the data connection properties to Refresh data when opening a file, no error is generated upon open, but it DOES

  • Help needed with constraint creation!!

    Hi all, I need to create a constraint on an existing table with respect ot the below requirement. Let say there is a table with name kamal_temp as follows: SQL> desc kamal_temp Name Null? Type ID NUMBER STATE NUMBER VALU VARCHAR2(10) Now let's assume

  • Tutorial? on a Macromedia Mx 2004 UI design for a game or movie?

    I was looking for a few tutorials or links to help me out with making a UI in Macromedia Mx 2004 for a game or movie. I know the Halo 2 interface was made in Director. Any help is appreciated.

  • Regarding dynamic selection

    hi , this is rekha, i having the two  fields like one parameter one select-option(date range that is date from ,date to ) its an relation between ui screen and abap . UI screen having  fields like parameter and select-option and iam writting the code

  • [solved] mounting nfsv3 failed

    The error is $ sudo mount -o nfsvers=3 nas:/volume1/nas /mnt/nas/ Job for rpc-statd.service failed. See "systemctl status rpc-statd.service" and "journalctl -xe" for details. mount.nfs: rpc.statd is not running but is required for remote locking. mou