Configure server

hi there,
i'm currently developing my webpage using dreamweaver.
however, i have to upload it to the server using a pc where
dreamweaver application is not available. files with aspx extension
couldnt be view. pls anyone .. help !!!

You don't need DW to be on the server. Simply FTP the files
up there.
If you can't veiw .aspx pages on the server then it may not
have the DotNet
framewok installed.
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"milobaby" <[email protected]> wrote in
message
news:e6r7eo$fg1$[email protected]..
> hi there,
> i'm currently developing my webpage using dreamweaver.
however, i have to
> upload it to the server using a pc where dreamweaver
application is not
> available. files with aspx extension couldnt be view.
pls anyone .. help
> !!!
>

Similar Messages

  • Weblogic Admin server - Configuration/Server Start/Arguments ignored?

    Hi,
    I'm trying to specify a http proxy for a WebLogic Admin Server in order for an application to access external resources. I've placed the settings into the "Server Configuration / Server Start / Arguments", and verified that they have been saved into the config/config.xml file for that domain:
    <server-start>
    <arguments>-Dhttp.proxyHost=[XXXX] -Dhttp.proxyPort=8080</arguments>
    <password-encrypted>[XXXX]</password-encrypted>
    </server-start>
    However, no matter how I start the server, these settings are ignored despite that the documentation states these should be added to the java command line.
    starting weblogic with Java version:
    java version "1.6.0_19"
    Java(TM) SE Runtime Environment (build 1.6.0_19-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 16.2-b04, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sysext_manifest_classpath weblogic.Server
    As a test I created a new managed server in the same domain, specifying the same startup properties, and they were picked up during startup.
    If I manually place the settings into the bin/setDomainEnv.cmd batch file for the domain they are also picked up and work.
    Is there an undocumented restriction on Admin Servers that they ignore the "Server Start / Arguments" setting, or is there something else I can check as to why this is not working?
    Many thanks,
    - Micha.

    Umm... I already pasted the relevant snippet out of the config.xml, but following is the entire file. The startup arguments, as specified in the admin console, are:
    -Dhttp.proxyHost=[XXXXXXXX] -Dhttp.proxyPort=8080
    which matches what is saved in the config.xml.
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator/1.0/passwordvalidator.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd">
    <name>wls_starter</name>
    <domain-version>10.3.2.0</domain-version>
    <security-configuration>
    <name>wls_starter</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    <sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator" xsi:type="pas:system-password-validatorType">
    <sec:name>SystemPasswordValidator</sec:name>
    <pas:min-password-length>8</pas:min-password-length>
    <pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
    </sec:password-validator>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>[XXXXXXXXXX]</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>[XXXXXXXX]</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <max-http-message-size>-1</max-http-message-size>
    <ssl>
    <enabled>false</enabled>
    </ssl>
    <log>
    <file-name>logs/AdminServer.log</file-name>
    <rotation-type>bySize</rotation-type>
    <number-of-files-limited>true</number-of-files-limited>
    <file-count>7</file-count>
    <file-min-size>500</file-min-size>
    <rotate-log-on-startup>true</rotate-log-on-startup>
    <logger-severity>Trace</logger-severity>
    <logger-severity-properties></logger-severity-properties>
    <log-file-severity>Info</log-file-severity>
    <stdout-severity>Info</stdout-severity>
    <domain-log-broadcast-severity>Notice</domain-log-broadcast-severity>
    <memory-buffer-severity>Debug</memory-buffer-severity>
    <log4j-logging-enabled>false</log4j-logging-enabled>
    <redirect-stdout-to-server-log-enabled>false</redirect-stdout-to-server-log-enabled>
    <domain-log-broadcaster-buffer-size>1</domain-log-broadcaster-buffer-size>
    </log>
    <machine>[XXXXXXXXXX]</machine>
    <listen-port>8080</listen-port>
    <listen-port-enabled>true</listen-port-enabled>
    <web-server>
    <frontend-http-port>0</frontend-http-port>
    <frontend-https-port>0</frontend-https-port>
    <keep-alive-enabled>true</keep-alive-enabled>
    <keep-alive-secs>30</keep-alive-secs>
    <https-keep-alive-secs>60</https-keep-alive-secs>
    <post-timeout-secs>30</post-timeout-secs>
    <max-post-size>-1</max-post-size>
    <send-server-header-enabled>false</send-server-header-enabled>
    <wap-enabled>false</wap-enabled>
    <accept-context-path-in-get-real-path>false</accept-context-path-in-get-real-path>
    </web-server>
    <listen-address></listen-address>
    <java-compiler>javac</java-compiler>
    <tunneling-enabled>false</tunneling-enabled>
    <tunneling-client-ping-secs>45</tunneling-client-ping-secs>
    <tunneling-client-timeout-secs>40</tunneling-client-timeout-secs>
    <server-start>
    <arguments>-Dhttp.proxyHost=[XXXXXXXX] -Dhttp.proxyPort=8080</arguments>
    <password-encrypted>[XXXXXXX]</password-encrypted>
    </server-start>
    <server-life-cycle-timeout-val>30</server-life-cycle-timeout-val>
    <startup-timeout>0</startup-timeout>
    <graceful-shutdown-timeout>30</graceful-shutdown-timeout>
    <ignore-sessions-during-shutdown>false</ignore-sessions-during-shutdown>
    <client-cert-proxy-enabled>false</client-cert-proxy-enabled>
    </server>
    <embedded-ldap>
    <name>wls_starter</name>
    <credential-encrypted>[XXXXXXXXXX]</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.2.0</configuration-version>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>[XXXXXXXXXX]</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <machine>
    <name>[XXXXXXXXXX]</name>
    </machine>
    <jms-server>
    <name>WseeJmsServer</name>
    <target>AdminServer</target>
    <persistent-store>WseeFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <persistent-store>WseeFileStore</persistent-store>
    </jms-server>
    <self-tuning>
    <work-manager>
    <name>weblogic.wsee.mdb.DispatchPolicy</name>
    <target>AdminServer</target>
    </work-manager>
    </self-tuning>
    <file-store>
    <name>WseeFileStore</name>
    <directory>WseeFileStore</directory>
    <target>AdminServer</target>
    </file-store>
    <jms-system-resource>
    <name>WseeJmsModule</name>
    <target>AdminServer</target>
    <sub-deployment>
    <name>BEA_JMS_MODULE_SUBDEPLOYMENT_WSEEJMSServer</name>
    <target>WseeJmsServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/wseejmsmodule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <jms-system-resource>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <sub-deployment>
    <name>[XXXXXXXXXX]</name>
    <target>[XXXXXXXXXX]</target>
    </sub-deployment>
    <descriptor-file-name>[XXXXXXXXXX]</descriptor-file-name>
    </jms-system-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <jdbc-system-resource>
    <name>[XXXXXXXXXX]</name>
    <target>AdminServer</target>
    <descriptor-file-name>[XXXXXXXXXX]</descriptor-file-name>
    </jdbc-system-resource>
    <saf-agent>
    <name>ReliableWseeSAFAgent</name>
    <target>AdminServer</target>
    <store>WseeFileStore</store>
    </saf-agent>
    </domain>

  • [SOLVED] Firefox: failed to contact configuration server.

    When I start firefox, the full error message is:
    An error occurred while loading or saving configuration information for firefox. Some of your configuration settings may not work properly.
    Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: /usr/bin/dbus-launch terminated abnormally with the following error: Failed to waitpid() for babysitter intermediate process: No child processes)
    Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: /usr/bin/dbus-launch terminated abnormally with the following error: Failed to waitpid() for babysitter intermediate process: No child processes)
    Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: /usr/bin/dbus-launch terminated abnormally with the following error: Failed to waitpid() for babysitter intermediate process: No child processes)
    Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: /usr/bin/dbus-launch terminated abnormally with the following error: Failed to waitpid() for babysitter intermediate process: No child processes)
    Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: /usr/bin/dbus-launch terminated abnormally with the following error: Failed to waitpid() for babysitter intermediate process: No child processes)
    I don't have dbus or hal running, as I have disabled input-hotplugging. Is there any way to fix this?
    Also, before I start firefox, I have 0 dbus processes running, and after it gives me that error message, I get:
    pgrep dbus | wc -l
    381
    I have switched to chrome which doesn't seem to have any troubles. I would really like to have firefox though.
    NVM: I went through the config options for firefox, and --disable-dbus exists
    Last edited by tomd123 (2010-01-09 20:24:55)

    I'm not entirely sure, but here is what I would do:
    1. Create a new user account and try to start firefox as that user.
    2. are hal / dbus running (check with ps -ef |grep hal)
    3. If 1. works and hal/dbus are running, log out and remove everything under /tmp owned by you , plus .dbus/session_bus/*.

  • Configure server process

    Dear All,
    We are in the process of upgrading oracle applciation r11.5.10.2 to  r 12.1.3 , 12.1 upgrade is about to complete,
    a) can I upgrade to R12.1.3 with all latest RPC and patch fixes, and then configure "Configure and start server processes using rapidwiz"?. or I have to do this after upgrading to R12.1.1
    b) in the above scenario, if I configure server process after upgrade to r12.1.3, then can I upgrade OAS to 10.1.3.5 later ?
    c) Do I have to run rapid wiz (configure server process) as root user or app tier user?
    Please advise

    a) can I upgrade to R12.1.3 with all latest RPC and patch fixes, and then configure "Configure and start server processes using rapidwiz"?. or I have to do this after upgrading to R12.1.1
    You have to apply those patches after you configure and start the server processes.
    b) in the above scenario, if I configure server process after upgrade to r12.1.3, then can I upgrade OAS to 10.1.3.5 later ?
    Yes.
    c) Do I have to run rapid wiz (configure server process) as root user or app tier user?
    As root user if you are using (applmgr and oracle) users to maintain the application and database tier node files. If only one user maintains all application/database tier nodes files then run Rapid Install as that user -- Just run Rapid Install as you did when you had to lay down R12 software.
    Thanks,
    Hussein

  • How to configure server process in sld add server in configtool

    hi friends
    i  have added the server process in  configtool after restaring the server  sld server is stoped it not staring and it gives a messge that configur server process in sld adiminstration
    can any one help how to configure the server in sld ?
    and what are ther prerequesties that i need to take  when i am adding sever proces in configtool and how many server proces i can add in the java engin
    after incersing server proces how to configur in sld ?
    regards
    raja

    hi janu
    thanks for responding
    i know how to configur  was abap and was java in sld. i have issue when i add 2  server process in configtool , sld server is stoped there it is giveing maintal profile in the sld administration. i would like to know what need to me manintatinge in sld this is my issue .
    regards
    raja

  • IWeb Configuration Server Problem

    Hi,
    I have recently been using iWeb to publish simple websites without any problem.  However, for the last 24hrs I have been getting the following error message whenever I try and publish:
    "Couldn’t reach the MobileMe configuration server. Try publishing again later"
    I have looked through many forums, which suggest deleting the iWeb cache, but I am using Lion and I can't seem to find this folder.  I have also tried the trick of logging into MobileMe with a false username, but this also doesn't work.
    I am wondering if it has something to do with somekind of conflict between MobileMe and iCloud but I am really not sure.
    Its driving me crazy!  Any help would really be appreciated.
    Thanks,

    It could just be that there is a problem with the MobileMe servers and you'll have to keep trying until Apple resolves the problem.
    You do realise that after the end of June MobileMe won't be here any longer?
    Perhaps you should take the opportunity now to look for alternative hosting and register a domain name rather than waiting until the last minute when you have to?  There are plenty of alternatives available - take a look at GoDaddy and HostExcellence for starters.

  • Configure Server Settings

    when i configure server settings in adobe flash 4.6 builder with Livecycle Data services 3.1  then i get the error as "Only LiveCycle Data Services 2.6 and higher are supported."
    please help me out.

    Thanks for answering my question, so it appears I should not worry about email scanning

  • Configure Server dialogue vs. Site Definition

    Under 'Manage Sites' - 'Site Definition Dialogue', I
    (accidentally) clicked on "If you want to work directly on the
    server using FTP or RDS, you should create an FTP or RDS server
    connection."
    So now when I go to Manage Sites, I get the 'Configure
    Server' dialogue box instead of the 'Site Definition' box, and I
    would like to switch back.
    Any help on how to reverse what I did?
    Thanks

    Just create a new definition using the correct data.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "CMAF" <[email protected]> wrote in message
    news:g0v9et$98$[email protected]..
    > Under 'Manage Sites' - 'Site Definition Dialogue', I
    (accidentally)
    > clicked on
    > "If you want to work directly on the server using FTP or
    RDS, you should
    > create
    > an FTP or RDS server connection."
    >
    > So now when I go to Manage Sites, I get the 'Configure
    Server' dialogue
    > box
    > instead of the 'Site Definition' box, and I would like
    to switch back.
    >
    > Any help on how to reverse what I did?
    >
    > Thanks
    >

  • We have created hundred of request in BI answers, i want to clone these request on other configured server

    We have created hundred of request in BI answers, i want to clone these request on other configured server, pl help me in this regards,
    Regards,

    Are still waiting for solution?
    Check this
    http://www.rittmanmead.com/2010/01/obiee-10g-web-catalog-best-practices/
    Look for step 8
    Happy Eid
    ~ http://cool-bi.com

  • How do I configure Server 3.0 to deliver "undeliverable" mail to a specific "catchall email address?

    How do I configure Server 3.0 to deliver "undeliverable" mail to a specific "catchall email address?
    I had this working in Server 2.0  dunno why it doesn't now, but I can't find the config.

    It's fairly straight forward and there is a GUI option to help you.
    In the Server app, go to Users. Select the User you want to create email aliases for. Right click, or hold down Shift-Ctrl and click on the name. Select 'Advanced Options...' from the menu. You can then enter as many aliases as you want in the 'Aliases'.
    For example: [email protected], @xyz.co.uk, [email protected]
    My example is overkill as I only really needed to add '@xyz.co.uk' as a catch all get everything sent to that domain delivered to that users email address.

  • "Couldn't reach the .Mac configuration server. Try publishing again later."

    I have been uploading to my iWeb 08 site successfully for weeks. I upgraded to OS 10.5 Leopard, and ever since, when I try to update my website, i get the message
    "Publish Error - Couldn’t reach the .Mac configuration server. Try publishing again later."
    I am fully up to date with all my software, and the problem must be linked to the installation of 10.5, as I literally uploaded 3 days before I installed it, and now when I try, I can't - I must have tried 30 times, on different networks, just in case, and nothing seems to work. I can sync with .Mac, and get my mail, it's just iWeb - any suggestions???
    Thanks
    Ben

    Hi there
    Try this - it's not an ideal solution but I have tried literally everything else.
    1. Copy the file named Domain from your own user name/Library/Application Support/iWeb - paste it into Macintosh HD/Users/Shared
    2. Create a new user account in Accounts. Call it Publishing. Make it an Admin account.
    3. Log on as Publishing.
    4. Open iWeb once, start a new site, doesn't matter what - then close it - this is just to create the correct folders.
    5. Copy and paste Domain file from Users/Shared to your Publishing/Library/Application Support/iWeb - overwrite the Domain file that is in there.
    Then open iWeb (still logged in as Publshing) - it should be your existing site from your original username - change something so it needs publishing - then Publish all to .Mac - it should work. Not ideal, but it will allow you to publish.
    The problem (I think, but I'm not sure) is that something is clashing in one of your preference files for one of your programs, but there's no way to work out which one... let me know if this is successful, as I would like to know.
    This is what i did initially - I actually re-installed Mac OSX Tiger eventually, as I find Leopard too glitchy at the moment, I'll wait till it's had some fixes.
    Ben

  • Only administrators have permission to add, remove, or configure server software during a terminal service remote session.

    Hello
    I have been trying to install Office 2010 Pro Plus onto a Server 2003 Terminal Services server. We have an OVS license and I have followed all the procedures (and variations) noted in
    http://technet.microsoft.com/en-us/library/ff506201.aspx . However, we still get the error message 'Only administrators have permission to add, remove, or configure server software
    during a terminal service remote session.' when users logon via an RDP session. If they logon locally, the applications start without problem. I have tried the manual and .msp setup, installed via the 'Add\Remove Programs, install using the command line with
    'Change User /install' and then 'Change User /execute'. None of this stops the message and allows the users to use Office via TS.
    Is there a step missing from the Technet site that I need to get the users working?
    Any ideas would be really appreciated.
    Thank you

    This has not fixed my issue. I still get the message "Only administrators have permission to add, remove, or configure server software during a terminal service remote session". If I add the user into the local admins group. When I login as the
    user in question or any user onto the server in question the message above appears.
    When I run Lync from the shortcut on the remote drive it works. But when I run it from the desktop and start menu it displays the above error. I spoke to Ctrix who have said that it is a permissions issue. I have checked and all permissions seem to be the
    same.
    Please can you help?
    Kind Regards, PenDraKon

  • Publish Error:  Couldn't reach the .Mac configuration server.

    I get this Error notice every time I try to publish. Then it tells me to "try again later".
    What is a configuration server? Is this something in MY System Prefs that I can change? (ie Network proxies).
    Thanks,
    K

    I am getting the same error message. How did you fix it?

  • How to properly configure server in order to increase abap/buffersize to

    Hello . I have an Solution manager system running on 32 bit kernel on windows 2003 server (32 bit) with 5GB of ram(Control panel->system...)
    I have parameter:
    PHYS_MEMSIZE 1024
    abap/buffersize 450000
    em/initial_size_MB is(default) 1024
    in Sql Managment studio I have (minimum and maximum server memory under properties of server) set to 1024
    Java has 1024
    I would like to increase abap/buffersize (have some swaps there) but the system does not start(in J2EE Process table server0 does not start after startin framework fails
    I tried also to decrease PHYS_MEMSIZE ,em/initial_size_MB and Heap memory size(XmX) in configtool but in any case the server does not start.
    What do you propose to properly configure server
    Thank you in advance

    Hello jan Bo,
    first of all you should make sure that the /3GB option is set in the boot.ini.
    The problem is that you only have a 3GB viruall address room on a Windows 32bit system. So if you want to increase a memory area in this address room you must decrease an other one.
    In the most cases the default settings for the roll and page shared memories are set up very generously. Please check the maximum used values in ST02 and decrease the size of the both shared memories. After that you can add the memory you got free here to the programm buffer.
    For example if you want to set the roll and page shared memoies to 64M you should set the profile parameters:
    rdisp/ROLL_SHM = 8192
    rdisp/PG_SHM = 8192
    The unit is 8KB (8192 * 8KB = 65536K = 64M).
    Regards, Klaus

  • HT5139 OSX server failed, need to migrate wiki from TM backup to a different existing (configured) server

    I've looked and found many responses involving restoring from time machine to restore the complete server.  In this case, I have a TM backup of the failed wiki machine and a second running (and configured) server.  What I need to do is restore the wiki from this first TM backup to the "new" server....  but only the wiki data.
    Currently, the "new" machine is NOT running wiki services at all.
    Both machines were / are running Mountain Lion, so there should be no issues there.
    I'm having some trouble locating a procedure for this.  Any help is appreciated, and apologies in advance if I missed these instructions on some other post!
    Thanks in advance for all the help!

    Does http://support.apple.com/kb/HT5082 help at all? You would have to restore your TM backup to a separate disk, use that to startup, dump the wiki and postgres data to disk, reboot using your new server disk and follow the instructions to copy all wiki data to the new server.
    Cheers
    Gerry

  • How to configure server location when you have a production server on Internet with PHP.

    I try to set up the 'Web root' and root URL with my datacenter server data.
    When I press 'validate configuration', get an error.
    Only work if the php server is localhost.
    Regards

    See screenshot of Expanded Files Panel.  Remote Server icon is left of Testing Server icon.
    Nancy O.

Maybe you are looking for