How to fix wiki server if my domain name is reallocated to a new static IP?

Our wiki server in Xserve Intel was running smooth in 10.5.7 with a static IP in an intranet environment.
Until Our office is reallocated and the server is migrated to a MacMini G4.
We cloned the Mini server by Time Machine.
We changed a new domain name and a new static IP.
Problem:
1 Some of wiki pages points to new domain name and some don't.
2 All wiki jpg points to old domain name but the blog jpg is correct.
3 Group Calender can't connect to the iCal server
Please tell me the correct procedure to amend the parameter.
(PS I am a newbie in Server Mx and has no knowledge in UNIX/Terminal)

Snow Leopard did the same if you used the GUI. I responded to you in your other thread. You can also simply use a different Apache. Use Macports to install your own apache, which can be managed via command line or webmin. Thus, the apple one deals with Apple stuff, and, yours deals with everything else.

Similar Messages

  • How can send mails using hotmail/rediffmail domain name?

    I have used the below code to send a mail using javamail API?Even when I am sending my application does not have notified any of error/exceptions,But the message is not reached to I have given receipient's address in the to field.
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    public class Sendmail1 extends HttpServlet {
    private String smtpHost;
    // Initialize the servlet with the hostname of the SMTP server
    // we'll be using the send the messages
    public void init(ServletConfig config)
    throws ServletException {
    super.init(config);
    smtpHost = config.getInitParameter("smtpHost");
    //smtpHost = "sbm5501";
    smtpHost = "www.rediffmail.com";
    public void doGet(HttpServletRequest request,HttpServletResponse response)
    throws ServletException, java.io.IOException {
    String from = request.getParameter("from");
    String to "[email protected]";
    String cc = "[email protected]";
    String bcc ="[email protected]";
    String smtp ="www.rediffmail.com";
    String subject = "hai";
    String text = "Hai how r u";
    PrintWriter writer = response.getWriter();
    if (subject == null)
    subject = "Null";
    if (text == null)
    text = "No message";
    String status;
    try {
    // Create the JavaMail session
    java.util.Properties properties = System.getProperties();
    if (smtp == null)
    smtp = "www.rediffmail.com";
    properties.put("mail.smtp.host", smtp);
    Session session = Session.getInstance(properties, null);
    //to connect
    //Transport transport =session.getTransport("smtp");
    //transport.connect(smtpHost,user,password);
    // Construct the message
    MimeMessage message = new MimeMessage(session);
    // Set the from address
    Address fromAddress = new InternetAddress(from);
    message.setFrom(fromAddress);
    // Parse and set the recipient addresses
    Address[] toAddresses = InternetAddress.parse(to);
    message.setRecipients(Message.RecipientType.TO,toAddresses);
    Address[] ccAddresses = InternetAddress.parse(cc);
    message.setRecipients(Message.RecipientType.CC,ccAddresses);
    Address[] bccAddresses = InternetAddress.parse(to);
    message.setRecipients(Message.RecipientType.BCC,bccAddresses);
    // Set the subject and text
    message.setSubject(subject);
    message.setText(text);
    Transport.send(message);
    //status = "<h1>Congratulations,</h1><h2>Your message was sent.</h2>";
    } catch (AddressException e)
    status = "There was an error parsing the addresses. " + e;
    } catch (SendFailedException e)
    status = "<h1>Sorry,</h1><h2>There was an error sending the message.</h2>" + e;
    } catch (MessagingException e)
    status = "There was an unexpected error. " + e;
    // Output a status message
    response.setContentType("text/html");
    writer.println("<title>sendForm</title><body bgcolor= ><b><h3><font color=green><CENTER>CALIBERINFO.COM</CENTER></h3>Your message was sent to recepient(s).<br><font color=red>"+"\n"+to);
    writer.println("<br><br><a href=e:/mail/javamail/mail.html>back to compose</a>");
    writer.close();
    Please any one help me out from this probs.
    Awaiting for yours reply,
    or give me a reply to: [email protected]
    Regards,
    @maheshkumar.k

    Hi,
    how can send mails using hotmail/rediffmail domain name?In your java application,you specified www.rediffmail.com as your
    smtp server.But that is the address of that website.Try will a smtp
    server instead.For a list of free smtp servers,please visit http://www.thebestfree.net/free/freesmtp.htm
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support/

  • How can I find the currently logined domain name on Windows??

    Dear,
    I've a program that query some user account information from A.D.
    But I don't want to hard code anything.
    I've read some previous post about using LDAP, and using DNS queries to found all LDAP server of A.D.
    But how can I get the A.D. domain name in Java?
    for example
    ldcp://_ldap._tcp.xxxx.yyyy
    I want to get "xxxx.yyyy" from the logined user account. It is possible in Java.

    You coud use the NTSystem class to derive the NetBIOS domain name, however without doing some gymnastics it isn't easy to derive the fully qualified domain name. import java.io.*;
    import com.sun.security.auth.module.NTSystem;
    class NTDomain {
         public static void main(String[] args) {
              NTSystem system = new NTSystem();
              String domain = system.getDomain();
              System.out.println("Domain: " + domain);
    }The only other alternatives could be to check the domain suffix of the user principal that was authenticated via Kerberos ....
    lc = new LoginContext(searchkrb5.class.getName(),new SampleCallbackHandler());
         lc.login();
         catch (LoginException le) {
              System.out.println("Logon failed: " + le);
              System.exit(-1);
         System.out.println("Authenticated via GSS-API");
            System.out.println("User: " + lc.getSubject().getPrincipals().toString); however I think that you still have to specifify the Kerberos realm in the apps configuration file.
    Another alternative could be to make assumptions about the machines hostname, however one day an assumption will always be proven wrong, (eg. The machine's DNS domain name does not need to match the Active Directory domain).
    Unless there is a Java API to read the Windows registry or extract Kerberos ticket information from the WIndows Kerberos ticket cache, you may be kind of stuck.

  • Lync 2013 FE server certificate - different domain name

    Hi,
    I am implementing a small Lync infrastructure with the following components in a Resource Forest - Account Forest type implementation with a bi-directional Trust between the two forests:
      1 x Lync 2013 FE Standard,   1 x Mediation server  and  1 x Office Web App server
    Both AD forests have their PKI CAs, the certificate on the FE server is signed by the CA from the Account domain. All servers and workstations have both Root certificates implemented.
    User’s SIP domain name (account forest) is different from the FE server (resource forest) domain name.
    Question: When internal users sign-in to Lync they get a warning prompt as follows:
    “Lync cannot verify that the server is trusted for your sign-in address. Connect anyway?”
    Users can select to connect and everything functions correctly, however, I would like to get rid of the warning message at the beginning.
    Any idea what may be wrong, is something missing on the certificate ?
    Thanks for your help,
    Luca

    You can try to edit the internal web services FQDN and ensure your other populated DNS records point to a FQDN that matches the sip domain, or use the TrustModelData workaround here:http://support.microsoft.com/kb/2833618
    Here are a couple extra articles that dive in to what's happening: http://terenceluk.blogspot.com/2013/04/signing-into-lync-2013-client-presents.html?m=1
    http://blogs.technet.com/b/jenstr/archive/2011/02/10/lync-cannot-verify-that-the-server-is-trusted-for-your-sign-in-address.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to configure Wiki Server on Lion Server?

    Right now I am able to view my Wiki data only through http://localhost/wiki when I try http://mydomain.com/wiki I get a 404 Not Found.
    One thing that I think is interesting is that http://localhost and http://mydomain.com both give me the "Welcome to Lion Server" page.
    I enabled the Wiki service and the Web service both through the Server application.
    My first thought was that I needed to configure a "Web Site" under the Web service to point to the proper directory location (such as in Snow Leopard Server).  I've tried several different directories for the "Store Site Files In" field, such as "/Library/Server/Web/Data/Sites/Default" and "/usr/share/collabd/coreclient/public" to no avail.
    The Lion Server documentation shows how to migrate wikis, but I didn't see anything about configuring the service (either in the Wiki service or the Web service).
    Any ideas?  Thanks.

    I tried to uncomment the following lines in the virtual host file (after I stop the Web service), but when I start the Web service back up, it just removes these lines entirely.  I'm not sure why these commented-out lines would even be in there if the intention wasn't to be able to uncomment them and enable the services for the domain name.  Any insight?
    #               ProxyPass / balancer://balancer-group/
    #               ProxyPassReverse / balancer://balancer-group/
    #       Include /etc/apache2/httpd_users.conf
    #       Include /etc/apache2/httpd_groups.conf
    #       Include /etc/apache2/httpd_webcalendar.conf
    #       Include /etc/apache2/httpd_pwdchange_required.conf
    #       Include /etc/apache2/httpd_emailrules_required.conf
    #       Include /etc/apache2/httpd_teams_required.conf

  • How to install Exchange Server 2010 with the name of my existing Domain Controller.

    I have my Primary domain Controller as abc.com in 2008 r2 standard. abc.com is registered. I want to set up Fresh Exchange Server 2010 sp2 with the name of the same
    abc.com domain name. Please guide me the steps how to do that. Waiting for your kind response. :)

    Hi,
    From you description, you want to install an Exchange server 2010 in the abc.com. When you set up your Exchange, Exchange need to join in a domain. You just need to specify the domain to abc.com.
    What's more, here is a helpful blog about Exchange 2010 installation for your reference.
    HOWTO Install Exchange 2010 - Step by Step
    http://blogs.technet.com/b/ferris/archive/2010/03/05/howto-install-exchange-2010-step-by-step.aspx
    Hope it helps.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • How to fix managed server inconsistent state

    Hi,
    My weblogic domain contains 2 managed servers (not in a cluster) and one Admin Server.
    One of my managed servers has previously encounted a problem to start. The problem is solved for this managed server : now, I can start it with the startManagedServer.sh script but I can't start it from the admin console because when it is stopped, its status is "starting" and not "shutdown".
    When it is started, its status under the admin console is "running" and I can stop it normally but it is not possible to restart it later with the admin console.
    The Admin Server seems to stored the status of this managed server somewhere. How can I re-initialize the managed Server state to manage it from the Admin Console?
    Thanks.
    Regards,
    Hal

    These sort of issues usually occur when your domain is spread across more than one physical servers and you use localhost as listen address for your Admin Server.
    Make sure that you give fully qualified domain name as listen address for all the Weblogic instances inside the domain.
    I have seen these sort of problems in the past where Admin server doesn't recognize the status of Managed servers when there is inconsistency in listen addresses.
    Hope this helps
    - - Tarun

  • How to fix SQL server

    I was try to download SQL sample data(nordwind and adventurework), and install it. but I don't see these database and the server seems weird(the sql server management studio is gone). How to fix it?

     
    Hi peace,
    Do you mean you could not find the SQL Server Management Studio(SSMS) via Start -> All Programs -> Microsoft SQL Server?
    If this is only the shortcut issue, please follow the below link to open the SSMS:
    For SQL Server 2005, 
    please run sqlwb.exe in Command Prompt, and the default path is located to%Program Files%\Microsoft
    SQL Server\90\Tools\binn\VSShell\Common7\IDE.
    For SQL Server 2008 or SQL Server 2008 R2, please run ssms.exe in Command Prompt, and the default path is located to%Program
    Files%\Microsoft SQL Server\100\Tools\binn\VSShell\Common7\IDE.
    If there are any more questions, please feel free to let me know.
    Thanks,
    Weilin Qiao
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.

  • How to disable Wiki Server Welcome emails

    I am running OS X Server 10.9.2, and I have a Wiki Server set up. Whenever I give a user access to a Wiki, the user gets an email notification. Is there anyway I can disable those notifications?
    I see on previous versions there was an option:
    If you want the server to send an email notification to everyone with access to the wiki, select “Send welcome email to new members.”
    However, I don't see that option anywhere on this version of the Wiki Server.

    Try the OS X Server forum.

  • How to confiture virtual hosts with multiple domain names

    hello,
    I've read through some of the postings here on virtual hosts, but I thought I'd better solicit advice before I actually try some of the things I've read about.
    In a nutshell, I've purchased multiple domain names that I'd like to alias to a new site (currently it is just a subfolder in the main site directory) on my OS 10.3.x server. There is only the one main site configured right now on the box, so I know I need to set up a second "virtual site" pointing to the files in this subfolder to make it function as its own site.
    I've dabbled around with the sites settings in the GUI, but I'd probably be most comfortable setting all this up in the httpd.conf by hand if I could. But I'm weary of this because I know it might be better to use the GUI because of OS X Server's flavor of WebObjects and Apache (sigh).
    So, I have two main questions:
    1) How would I set up this second site using the GUI in server settings? Do I need to first move the subfolder out of the main folder before it can be designated its own site? Or can I just point to it in the GUI? Can I use one of my purchased domain names in the domain field?
    2) Currently, I have URL Forwarding set with my multiple domain names, but I'm thinking there might be a better way to do this? For SEO I'd rather use some type of redirect rather than being penalized by search engines for having what looks to be multiple domains pointing to the same site.I'm thinking I should create virtual sites for each domain name I've purchased with a hard redirect back to the main site?
    Any suggestions would be appreciated.
    Thanks
    G4 Mac OS X (10.3.9) 10.3.9 Server
    G4 Mac OS X (10.3.9) 10.3.9 Server

    thank you for your reply.
    > You can create each site as a new Site in Server
    Admin. When you do this you can choose any
    directory on disk as the document root for each
    site.This means you can move the sites' folders out of
    /Library/WebServer/Documents if you like - you could
    create /Library/WebServer/site1,
    /Library/WebServer/site2, etc. (or even be outside of
    /Library/WebServer if you want).
    so, are you are saying that I could designate one site to be
    /Library/WebServer/Documents/site1
    and another to be
    /Library/WebServer/Documents/site1/directory1
    even though directory1 is contained within site1's structure? I'm not advancing this as a good idea, necessarily. I'm just wondering if Apache would complain.
    > Each site should have the domain name set as per your
    registered domains. Apache will need this to
    determine the correct site to serve for each
    request.
    Well, after some additional research I'm thinking I'm missing a critical piece of the puzzle. That being access to the DNS host server that manages the context of my server. I have purchased domain names through an outside registrar that point to my site and I can create virtual hosts on my server, but I don't have the ability to add the new virtual host names into the DNS server that manages my box. If that makes sense. Or maybe I'm missing something?
    >
    I'm not sure why you're using URL forwarding at all.
    Without that piece of information it's impossible to
    tell you whether you should continue using them or
    not - in general there's no need to use URL
    forwarding if you have multiple Virtual Hosts setup,
    but it sounds like you have multiple hostnames
    pointing to the same content, so your needs may be
    different.
    I'm using forwarding for the reason I list above. I didn't purchase hosting with the registrar where I purchased my domain names, so they are parked on the registrar's name server with URL forwarding to my server. The DNS server that manages my box resides in a different location and I don't have the ability to add DNS entries pointing to virtual hosts that I want to set up. Am I stuck?
    G4 Mac OS X (10.3.9) 10.3.9 Server

  • How to change the full host and domain name on OS X Leopard...

    I recently bought an iMac, and I'm trying to configure it for my network. The question I have is, how can I change the host name and domain name from Skuld.local to skuld.tolharadys.net?
    After mucking around with a few searches on Google, I've gotten the domain name to stick since running domainname returns tolharadys.net. Also I can change the hostname as reported by 'hostname' temporarily by running 'hostname skuld.tolharadys.net' in Terminal.app. However, this isn't persistent after reboots. Ideas are welcome.

    You would need a DNS server on your network configured to answer authoritatively for that particular subdomain.

  • Add the Hosting Server IP in Domain Name Server of Microsoft

    Hi,
    I have purchased a domain (techwhiz.info) and web hosting from
    www.net4.in but the email is taken from Microsoft exchange for the same domain so the Domain Name Server is with Microsoft. Now I want to host the site for the same domain and as
    www.net4.in hosting provider told to do a entry of Hosting Server IP in DNS then only the website will show the contents. As I don't know how to do this entry so please tell me the steps to do that.
    If required anything more please let me know.
    Thanks in Advance.
    Pratik Purohit

    I'm having a little trouble with your english, but I think you're trying to do 3 things:
    Host email on an Exchange server
    host a website with net4.in
    setup DNS so that these things work together
    It also sounds like Microsoft is hosting your DNS?  If so, you'd simply create an MX DNS record to point to your Exchange 2010 server, and another DNS record for www.techwiz.info.
    You may wish to call the hosting provider(s) of these services for more specific guidance.  Your question is pretty broad.
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • Help! Azure VM Web Server and Custom Domain Names

    I am going to be pretty basic here, so I apologize at the start ;)....We are attempting to setup a web server for our customer applications in Azure. We need to setup the website with multiple subdomains i.e. ourcompany.com is the main site but we will have
    customer1.outcompany.com, customer2.ourcompany.com, etc.... 
    I have a domain name registered with GoDaddy. I have a virtual machine up and running. I have a test website up and running and can access it externally ( the net ) so I do have endpoints figured out at minimum. 
    Example. the current virtual server is ourcompany01.cloudapp.net . Our registered domain name is ourcompany.com.
    Using our domain registrar,I am able to point ourcompany.com to ourcompany01.cloudapp.net.
    The problem is that I want our customers to see ourcompany.com not ourcompany01.cloudapp.net in the browser. 
    How do I make that happen and also allow for the subddomains?
    Any help would be greatly apprciated as I am under the proverbial gun to make this happen!!!!

    Hello ShapopoJoe
    You are right about making changes in your DNS Registrar. That is the last step that is suggested in the article:
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-custom-domain-name/
    And about createing the sub domains, you will need to use the IP address. Since you would be creating more than one subdomains for your 'www.ourcompany.com', you will need to map them to Reserve IP address.
    You can refer to this link for creating more Reserve IP address:
    http://azure.microsoft.com/blog/2014/05/14/reserved-ip-addresses/
    Thanks.
    Syed Irfan Hussain

  • Reverse proxy to applications on a server by just domain names possible?

    Hi All
    I am looking for a solution to set up a single server, that hosts four J2EE web applications running on a Glassfish application server with just only one IP address.
    When a user wants to use an application, he/she can just type URL without specifing port and path, and the corresponding web application will be displayed accordingly as shown below
    http://sub1.domain1.com -- > webapp1 at port 9100
    https://sub2.domain1.com -- > webapp2 at port 9200
    http://sub1.domain2.com -- > webapp3 at port 9300
    https://sub2.domain2.com -- > webapp4 at port 9400
    I am wandering whether I could use reverse proxy of Sun Java System Web Server 7 to route the traffic from the domain names to their own application on Glassfish as shown above? I tried by creating two HTTP listeners to listen at port 80, and 443 respectively, but I could not access different applications based on domain names without specifying specifix path or port.
    Is there any recommended resources or example of the mapping, or any other suggested solution?

    Thank you for your reply nsegura. I created 4 different virtual servers as you suggested and it worked :)
    However, I have a problem in reverse proxy base on path.
    The scenario is below
    I have an J2EE application that needs to be deployed in three different environment (production, training, testing). It
    is the same application for three environments, so I want them to have the same context-root. I want to use Sun Web Server 7.0 to reverse proxy to the application in each environment based on path, not URL redirect. Example of URL are shown below
    https://sub.domain3.com/app -- > http://localhost:9500 (with context-root /app)
    https://sub.domain3.com/training/app -- > http://localhost:9600 (with context-root /app)
    https://sub.domain3.com/testing/app -- > http://localhost:9700 (with context-root /app)
    So far, it works if I set context-root of the application in each environment differently
    https://sub.domain3.com/app -- > http://localhost:9500 (with context-root /app)
    https://sub.domain3.com/training/app -- > http://localhost:9600 (with context-root /training/app)
    https://sub.domain3.com/testing/app -- > http://localhost:9700 (with context-root /testing/app)
    I am wandering whether there is a solution with Sun Web Server 7 that I can use to achieve reverse proxy of the same application in different environments without having to modifying context-root for each environment and use URL redirect?
    I was thinking about using rewriting path with reverse proxy, but I did not see this function under reverse proxy tab.
    Any ideas?

  • Unable to access the server with its domain name.

                       Hi ,
    I have configured the site VPN between to cisco ASA and everything is working fine,but if i access the server in url with ip address http://10.XX.XX.XX:123 i am able to connect the server but if i m trying with server name i.e DNS name it doesnt work for eg : http://abcdef:123  .
    what could be the issue kindly let me know

    The issue is likely dns.  Check the dns settings on the device you're trying to access the server's url with.  Can you succerssfully do an nslookup on the server's domain name?  You'll need the machine to have at least one dns server defined in its dns settings that can resolve the web server's domain name to an ip address.  Hope that points you in the right direction.

Maybe you are looking for

  • Can anyone help me decipher if I have a Keylogger in my Terminal description?

    Hello there - I followed some good sounding advice on the discussion board here: https://discussions.apple.com/thread/4243511  and have the list of output from my Terminal.  Does anyone mind looking below to see if there seems to be a keylogger in th

  • Text Effect Does Not Appear

    I have never encountered this problem before. I wanted to make my copyright watermark more striking, so I created a variation on the relatively well-known "glass" text effect, but the effect will not print, nor will it show up when the file is saved

  • EIC- Data Inconsistencies in Productive System

    Dear EIC Experts, Have a query regarding data inconsistencies in the productive system. I will illustrate with an example, An Activity was created and a follow up activity created on that and assigned to a resolver group. There is an entry in SCMG_T_

  • How do i get my photos i take on my iphone onto my macbook pro

    I am trying to figure out how to get photos from my iphone onto my macbook

  • Is SMC Firmware Update necessary?

    Hello there I have the Software Update window popping up telling me to download the SMC Firmware Update. I know that the update adjusts the fan behavior in the MacBook but does anyone know exactly what it does and changes? My MacBook has been working