Template Update on Remote Server - How To?

When I make a change to my template, I get the popup window
that allows me to update the entire site or just files connected to
a template. But, that just updates files on my local computer.
I'm accessing the template file on the remote server and have
that open on my desktop. But, the template update just applies to
my local files.
So, how do I get the template to update to all related files
on my remote server?

That would be correct. Templates have no function on the
server. Never
have.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Ken Binney" <[email protected]> wrote
in message
news:e5id72$gv1$[email protected]..
>I don't use templates, but I am under the impression that
your template is
>NOT uploaded to server, but remains on your local
machine.
>
> When you update your child pages from the revised
template, you then
> upload only the updated child pages to the server.
>
>
>
> "feezle" <[email protected]> wrote in
message
> news:e5iamm$e5e$[email protected]..
>> When I make a change to my template, I get the popup
window that allows
>> me to
>> update the entire site or just files connected to a
template. But, that
>> just
>> updates files on my local computer.
>>
>> I'm accessing the template file on the remote server
and have that open
>> on my
>> desktop. But, the template update just applies to my
local files.
>>
>> So, how do I get the template to update to all
related files on my remote
>> server?
>>
>
>

Similar Messages

  • Templates updating on local server but not on remote in DW CS3

    I'm using Dreamweaver CS3 and am trying to update some templates.  At first, when I checked out the file on the remote server, made the change and saved, it asked me if I want to upload to all pages using that template.  I said yes, and it checked them out and applied them (it says).  I noticed that the files were only updated on the local server and not on the remote so I had to synchronize.  No problem there.
    However, now when I go and update templates and apply to all pages using that template, it checks them out, but when I go check them on the servers, none of the files on either the local or remote server are updated even though I verified that the template itself did update.
    I'm a self-taught newbie, so please forgive me if some of this sounds way less than techie.
    Thanks

    Updated child pages need to be uploaded  (put) to server

  • What is the best way to update the remote server?

    Hi,
    Sorry, but this is a newbie question.
    Is there a way to update your Flex app on the remote server without taking it down momentarily? Currently, if I update the app, I remove the files from the public_html folder on the server and then put the new files in their place. The site goes down while I'm making the change. Is there a better way of updating or is this the standard way?
    Sorry for such a basic question.
    Thanks,
    -Laxmidi

    If you are still using IOS 4
    Connect your iPad to iTune (computer) and Check for Updates. Backup before you proceed with update.
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%208/d549b56e8567252791a 1834379e59068.jpg

  • Logging into remote server - how?

    I have Visual Studio installed, along with all the BOE stuff on a virtual machine. I can log into the BOE server successfully in this setup. But now, I need to log into a remote server for more testing. For the life of me, I can't figure out how to do this. This is the code for logging in on the same box
    EnterpriseSession = SessionMgr.Logon(boUser.UserName, boUser.Password, boUser.CmsName, boUser.CmsAuthType);
    EnterpriseService = EnterpriseSession.GetService("InfoStore");
    _infoStore = new InfoStore(EnterpriseService);
    _infoStore = (InfoStore)EnterpriseService;
    Where do I specify the server I want to log into?
    Thanks
    James

    Hi Adam,
    That doesn't work. The remote server has an address of 10.1.2.12, with the server name of BOEDIS01. When I try to log in with the following:
    var boUser = new BusinessObjectUser()
           UserName = username,
           Password = password,
           CmsName = "BOEDIS01",
           CmsAuthType = "secEnterprise"
    public void LoginUser(BusinessObjectUser boUser)
       EnterpriseSession = SessionMgr.Logon(boUser.UserName, boUser.Password, boUser.CmsName, boUser.CmsAuthType);
       EnterpriseService = EnterpriseSession.GetService("InfoStore");
       _infoStore = new InfoStore(EnterpriseService);
       _infoStore = (InfoStore)EnterpriseService;
       IsLoggedIn = true;
    I get the following error:
    Unable to log on: Could not connect to server BOEDIS01.  Please check that the server name is correct, and that the server is running.
    Shouldn't there be an option for designating the location of the server?
    Thanks
    James

  • COM+ Application Update Activation Remote Server Name

    Hello all
    We have a 3rd party application during installation it asks for a server name then it creates a COM+ application that registers the server name in the Activation tab for Remote Server Name.
    I've found the Remote Server Name in the registry to change however that doesn't change the value in the Activation tab for the COM+ application. My question is: Is there a way to change the value in the Remote Server Name without having to manually
    change it on each computer? I can't find any other keys in the Registry to change the Remote Server Name.

    Hi Jack,
    Unfortunately since Group policy object or Group policy group policy preferences won’t affect 3rd party application configurations, I am afraid that If we cannot find relevant Registry entry, there might be no way to get that goal by using
    building feature in Windows. Since we are not expert about this application, I’d suggest contact with this app vendor/developer check if there is any .conf file for deploy, there you might get more effective suggestion by experts who familiar with
    practice on this.
    Also you could try to change the value from application interface, and at the same time using process monitor to check that if any registry value modification occurs.
    For more information about process monitor
    https://technet.microsoft.com/en-us/library/bb896645.aspx
    Best Regards,
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Sql loader issue(How to specify a file that exists on remote server)

    In sqlldr infile parameter I'd like to give a data file that exists on remote server.How can I specify???Please help me in the syntax.
    Any help would be greatly appreciated.
    Edited by: 792353 on Sep 24, 2010 7:22 AM

    sqlldr can accept any path that is VALID and it can be any type of share as long as the OS supports the share.
    so INFILE can be anything you want as sqlldr will simply attempt to access it via the OS.
    if you are on a linux box going to another linux box with an NSF mount point on the box running sqlldr simply reference:
    INFILE '/mountpoint/fname'
    Now I have never tried a UNC path before but I would guess that if you are on a windows box, going to another winddows box and the box running sqlldr was logged in with the right permissions it would simply be:
    INFILE '\\server\directory\file'
    I doubt that it will accept a URL as in:
    INFILE '//servername.com/directory/file'
    I don't think that sqlldr does anonymous ftp or htp file transfer protocol, but I could be wrong.
    NOTE: I have found that it is best to ALWAYS surround your INFILE parameter with single quotes.

  • Changed articles in one server are automatically updated in other server?

    Hi,
    i got an issue that when we are changing an article master data in Master Data Server ( where all Master Data is Maintained ) are Automaticlly Updated in Transactional Data server ( where all Transactions are maintained ). For Articles, ARTMAS Message Type is there but it can't used in Chnage Pointer Techinque becuase it's restricted to BAPI by SAP itself.
    but my problem is how Changed Article Data is Updated in Remote Server Automatically.
    can anyone suggest me how to do this.

    Hi Ramana,
    You can use RFC function modules to update the data between two independent SAP systems. Generally in practice there are three types of communications possible:
    1) tRFC
    2) qRFC with outbound queue (Used basically for non-SAP server)
    3)qRFC with inbound queue
    A sample code is attached
    report rstrfct0.
    call function u2019RFC_FUNCTIONu2019
    destination RFCDEST
    in background task
    ( as separate unit )
    exporting ...
    tables ...
    commit work.

  • Firefox 17.0 - videoclip on localhost=OK - on remote server voice=OK picture=NO - opera on remote server=OK

    Using
    Firefox 17.0
    openSUSE 12.1
    Running a videoclip on localhost the clip works fine.
    Running the clip from a remote server I hear the voice but no picture
    Using Opera 12.12 build 1707 the clip works fine from remote server
    How to fix this?
    I usually use Firefox in daily work

    Thanks for response.
    In https://www.mozilla.org/en-US/plugincheck/
    VLC Web Plugin
    Version 2.0.5 Twoflower, copyright 1996-2011 VideoLAN and Authors
    http://www.videolan.org/vlc/
    2.0.5
    Up to Date
    Shockwave Flash 11.2 r202
    11.2.202.0
    Up to Date
    NPAPI Plugins Wrapper 1.4.4
    nspluginwrapper is a cross-platform NPAPI plugin viewer, in particular for linux/i386 plugins.
    This beta software is available under the terms of the GNU General Public License.
    Unknown plugin
    Research
    IcedTea-Web Plugin (using IcedTea-Web 1.3.1 (suse-17.1-x86_64))
    The IcedTea-Web Plugin executes Java applets.
    Unknown plugin
    Research
    (This is installed on PC)
    PackageKit
    Plugin for Installing Applications (new)
    Unknown plugin
    Research
    Skype Buttons for Kopete
    Mime Type x-skype for Skype Buttons
    Unknown plugin
    Research
    FIREFOX IN SAFE MODE following instructions
    Same problem
    In https://www.mozilla.org/en-US/plugincheck/
    Clicking
    Package Kit Research button = https://www.mozilla.org/en-US/plugincheck/null
    Skype Buttons for Kopete = https://www.mozilla.org/en-US/plugincheck/null
    Why videoclip is ok in Firefox running from localhost, but not in Firefox running from remote server.
    The videoclip is ok as it shows in Opera both from localhost and remote server.
    I am using KDE 4.7.2 (4.7.2) "release 5"

  • How do I update template-related files on remote server

    I've created a template as a way to keep the pages consistent across my intranet site but when I need to make changes to the template, I'm unsure how to update the remote files to follow the changes. In order to update locally, I go to Modify>Templates>Update Pages but how do I get my remote files to sync to the local file changes created by the template change? Is there a setting somewhere that allows remote files to follow local file settings that have been changed by a template?

    I don't necessarily need FTP setup since the remote server is local as well (intranet site on web server located in-house). But I've tried syncing the files within the files panel group by doing Site>Synchronize and choosing "Entire Site" and "Put Newer Files to Remote". It then analyzed the files for a while but didn't do any updating after all its analyzing. Is this what you're talking about, Thuy?

  • How to set up local server to use a remote server for login authentication?

    Thank you in advance for any help you can offer.
    We are trying to set up a "sub-network" (dont' know if this is the right terminology) using a 10.4 Server OS, to manage a set of clients... the trick is that the client login/home directory information is on a different remote server, and shall remain there, for the most part.
    To make it easy to understand here's the environment:
    *Local Server:* 10.4 G4 Server Quicksilver 1G dual--we have total control of this one
    *Main/remote server:* 10.5 Xserve.. don't know which vintage--we have very very very little input on this machine.. effectively at the mercy of the sysadmin of this system who is very conservative in changing anything (hence the need for a separate server to install applications and client machine-specific profiles, etc since the Xserve admin refuses do it). This serves MacBooks/MacBookPros and few iMacs. (no Windows PC.. as that group of comptuers have their own server)
    client: ~20 eMacs/iBooks all running 10.4.
    use environment: elementary school-->very low network demand (no e-mail, just running local apps linking to server(s) for licensing and login, and some file saving small files on remote server, user preferences, etc).
    The remote server (the Xserve) has all the login authentication, as well as the home directories. every school year, the directories get updated as new students enroll and old students graduate. Currently all the clients are directly linked to the Xserve via LDAP while we bring the local server on-line.
    the local sever (our G4 Quicksilver) will have few network applications that will support the client machines. We also will be setting up computer accounts and groups for our clients so that we can properly set their environments (the Xserve admin will not do this on the Xserve, so currently all the clients are connecting to the server as a "guest computer" from what little I understand watching what was done)
    now, what is the best way to approach this type of set up with minimal "inconvenience" of the Xserve admin?
    I am pretty experienced with standalone UNIX and macOS X administration, but a novice to this whole Server and network setup thing. Any suggestions, instructions, pointers to URLs with how-tos is much appreciated. I am not afraid to use Terminal (grew up on UNIX before GUI), etc., and willing to try safe but unconventional setups if that is what's needed...
    thanks for any help!

    Oh never mind.... I figured it out myself helps to read up on the manuals. d'oh. sorry for the bandwidth waste...

  • Create a new web application, how shall I update the file server.xml

    Hi,
    I will create a new web application, i.e named newApp. Then I create a file structure as follows:
    - <server-root>/newApp
    - <server-root>/newApp/WEB-INF
    - <server-root>/newApp/WEB-INF/classes
    Then I must tell the server that I have created a new web application. Then I must update my file server.xml, How shall I do this and where in the file shall I type in the new information?
    I use windows XP Pro, and Tomcat 4.1.27.
    My server.xml file looks like below:
    <!-- Example Server Configuration File -->
    <!-- Note that component elements are nested corresponding to their
    parent-child relationships with each other -->
    <!-- A "Server" is a singleton element that represents the entire JVM,
    which may contain one or more "Service" instances. The Server
    listens for a shutdown command on the indicated port.
    Note: A "Server" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <Server port="8005" shutdown="SHUTDOWN" debug="0">
    <!-- Comment these entries out to disable JMX MBeans support -->
    <!-- You may also configure custom components (e.g. Valves/Realms) by
    including your own mbean-descriptor file(s), and setting the
    "descriptors" attribute to point to a ';' seperated list of paths
    (in the ClassLoader sense) of files to add to the default list.
    e.g. descriptors="/com/myfirm/mypackage/mbean-descriptor.xml"
    -->
    <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
    debug="0"/>
    <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
    debug="0"/>
    <!-- Global JNDI resources -->
    <GlobalNamingResources>
    <!-- Test entry for demonstration purposes -->
    <Environment name="simpleValue" type="java.lang.Integer" value="30"/>
    <!-- Editable user database that can also be used by
    UserDatabaseRealm to authenticate users -->
    <Resource name="UserDatabase" auth="Container"
    type="org.apache.catalina.UserDatabase"
    description="User database that can be updated and saved">
    </Resource>
    <ResourceParams name="UserDatabase">
    <parameter>
    <name>factory</name>
    <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>
    </parameter>
    <parameter>
    <name>pathname</name>
    <value>conf/tomcat-users.xml</value>
    </parameter>
    </ResourceParams>
    </GlobalNamingResources>
    <!-- A "Service" is a collection of one or more "Connectors" that share
    a single "Container" (and therefore the web applications visible
    within that Container). Normally, that Container is an "Engine",
    but this is not required.
    Note: A "Service" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Tomcat-Standalone">
    <!-- A "Connector" represents an endpoint by which requests are received
    and responses are returned. Each Connector passes requests on to the
    associated "Container" (normally an Engine) for processing.
    By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
    You can also enable an SSL HTTP/1.1 Connector on port 8443 by
    following the instructions below and uncommenting the second Connector
    entry. SSL support requires the following steps (see the SSL Config
    HOWTO in the Tomcat 4.0 documentation bundle for more detailed
    instructions):
    * Download and install JSSE 1.0.2 or later, and put the JAR files
    into "$JAVA_HOME/jre/lib/ext".
    * Execute:
    %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
    $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
    with a password value of "changeit" for both the certificate and
    the keystore itself.
    By default, DNS lookups are enabled when a web application calls
    request.getRemoteHost(). This can have an adverse impact on
    performance, so you can disable it by setting the
    "enableLookups" attribute to "false". When DNS lookups are disabled,
    request.getRemoteHost() will return the String version of the
    IP address of the remote client.
    -->
    <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8080" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="100" debug="0" connectionTimeout="20000"
    useURIValidationHack="false" disableUploadTimeout="true" />
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to -1 -->
    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8443" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="100" debug="0" scheme="https" secure="true"
    useURIValidationHack="false" disableUploadTimeout="true">
    <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
    clientAuth="false" protocol="TLS" />
    </Connector>
    -->
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8009" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="0"
    useURIValidationHack="false"
    protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <!--
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
    port="8009" minProcessors="5" maxProcessors="75"
    acceptCount="10" debug="0"/>
    -->
    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
    <!-- See proxy documentation for more information about using this. -->
    <!--
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
    port="8082" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="100" debug="0" connectionTimeout="20000"
    proxyPort="80" useURIValidationHack="false"
    disableUploadTimeout="true" />
    -->
    <!-- Define a non-SSL legacy HTTP/1.1 Test Connector on port 8083 -->
    <!--
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
    port="8083" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" />
    -->
    <!-- Define a non-SSL HTTP/1.0 Test Connector on port 8084 -->
    <!--
    <Connector className="org.apache.catalina.connector.http10.HttpConnector"
    port="8084" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" />
    -->
    <!-- An Engine represents the entry point (within Catalina) that processes
    every request. The Engine implementation for Tomcat stand alone
    analyzes the HTTP headers included with the request, and passes them
    on to the appropriate Host (virtual host). -->
    <!-- You should set jvmRoute to support load-balancing via JK/JK2 ie :
    <Engine name="Standalone" defaultHost="localhost" debug="0" jmvRoute="jvm1">
    -->
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Standalone" defaultHost="localhost" debug="0">
    <!-- The request dumper valve dumps useful debugging information about
    the request headers and cookies that were received, and the response
    headers and cookies that were sent, for all requests received by
    this instance of Tomcat. If you care only about requests to a
    particular virtual host, or a particular application, nest this
    element inside the corresponding <Host> or <Context> entry instead.
    For a similar mechanism that is portable to all Servlet 2.3
    containers, check out the "RequestDumperFilter" Filter in the
    example application (the source for this filter may be found in
    "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters").
    Request dumping is disabled by default. Uncomment the following
    element to enable it. -->
    <!--
    <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    -->
    <!-- Global logger unless overridden at lower levels -->
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="catalina_log." suffix=".txt"
    timestamp="true"/>
    <!-- Because this Realm is here, an instance will be shared globally -->
    <!-- This Realm uses the UserDatabase configured in the global JNDI
    resources under the key "UserDatabase". Any edits
    that are performed against this UserDatabase are immediately
    available for use by the Realm. -->
    <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
    debug="0" resourceName="UserDatabase"/>
    <!-- Comment out the old realm but leave here for now in case we
    need to go back quickly -->
    <!--
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    -->
    <!-- Replace the above Realm with one of the following to get a Realm
    stored in a database and accessed via JDBC -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="org.gjt.mm.mysql.Driver"
    connectionURL="jdbc:mysql://localhost/authority"
    connectionName="test" connectionPassword="test"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
    connectionName="scott" connectionPassword="tiger"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="sun.jdbc.odbc.JdbcOdbcDriver"
    connectionURL="jdbc:odbc:CATALINA"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!-- Define the default virtual host -->
    <Host name="localhost" debug="0" appBase="webapps"
    unpackWARs="true" autoDeploy="true">
    <!-- Normally, users must authenticate themselves to each web app
    individually. Uncomment the following entry if you would like
    a user to be authenticated the first time they encounter a
    resource protected by a security constraint, and then have that
    user identity maintained across all web applications contained
    in this virtual host. -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn"
    debug="0"/>
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    -->
    <!--
    <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>
    -->
    <!-- Logger shared by all Contexts related to this virtual host. By
    default (when using FileLogger), log files are created in the "logs"
    directory relative to $CATALINA_HOME. If you wish, you can specify
    a different directory with the "directory" attribute. Specify either a
    relative (to $CATALINA_HOME) or absolute path to the desired
    directory.-->
    <Logger className="org.apache.catalina.logger.FileLogger"
    directory="logs" prefix="localhost_log." suffix=".txt"
    timestamp="true"/>
    <!-- Define properties for each web application. This is only needed
    if you want to set non-default properties, or have web application
    document roots in places other than the virtual host's appBase
    directory. -->
         <DefaultContext reloadable="true"/>
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="localhost_examples_log." suffix=".txt"
    timestamp="true"/>
    <Ejb name="ejb/EmplRecord" type="Entity"
    home="com.wombat.empl.EmployeeRecordHome"
    remote="com.wombat.empl.EmployeeRecord"/>
    <!-- If you wanted the examples app to be able to edit the
    user database, you would uncomment the following entry.
    Of course, you would want to enable security on the
    application as well, so this is not done by default!
    The database object could be accessed like this:
    Context initCtx = new InitialContext();
    Context envCtx = (Context) initCtx.lookup("java:comp/env");
    UserDatabase database =
    (UserDatabase) envCtx.lookup("userDatabase");
    -->
    <!--
    <ResourceLink name="userDatabase" global="UserDatabase"
    type="org.apache.catalina.UserDatabase"/>
    -->
    <!-- PersistentManager: Uncomment the section below to test Persistent
    Sessions.
    saveOnRestart: If true, all active sessions will be saved
    to the Store when Catalina is shutdown, regardless of
    other settings. All Sessions found in the Store will be
    loaded on startup. Sessions past their expiration are
    ignored in both cases.
    maxActiveSessions: If 0 or greater, having too many active
    sessions will result in some being swapped out. minIdleSwap
    limits this. -1 or 0 means unlimited sessions are allowed.
    If it is not possible to swap sessions new sessions will
    be rejected.
    This avoids thrashing when the site is highly active.
    minIdleSwap: Sessions must be idle for at least this long
    (in seconds) before they will be swapped out due to
    activity.
    0 means sessions will almost always be swapped out after
    use - this will be noticeably slow for your users.
    maxIdleSwap: Sessions will be swapped out if idle for this
    long (in seconds). If minIdleSwap is higher, then it will
    override this. This isn't exact: it is checked periodically.
    -1 means sessions won't be swapped out for this reason,
    although they may be swapped out for maxActiveSessions.
    If set to >= 0, guarantees that all sessions found in the
    Store will be loaded on startup.
    maxIdleBackup: Sessions will be backed up (saved to the Store,
    but left in active memory) if idle for this long (in seconds),
    and all sessions found in the Store will be loaded on startup.
    If set to -1 sessions will not be backed up, 0 means they
    should be backed up shortly after being used.
    To clear sessions from the Store, set maxActiveSessions, maxIdleSwap,
    and minIdleBackup all to -1, saveOnRestart to false, then restart
    Catalina.
    -->
    <!--
    <Manager className="org.apache.catalina.session.PersistentManager"
    debug="0"
    saveOnRestart="true"
    maxActiveSessions="-1"
    minIdleSwap="-1"
    maxIdleSwap="-1"
    maxIdleBackup="-1">
    <Store className="org.apache.catalina.session.FileStore"/>
    </Manager>
    -->
    <Environment name="maxExemptions" type="java.lang.Integer"
    value="15"/>
    <Parameter name="context.param.name" value="context.param.value"
    override="false"/>
    <Resource name="jdbc/EmployeeAppDb" auth="SERVLET"
    type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/EmployeeAppDb">
    <parameter><name>username</name><value>sa</value></parameter>
    <parameter><name>password</name><value></value></parameter>
    <parameter><name>driverClassName</name>
    <value>org.hsql.jdbcDriver</value></parameter>
    <parameter><name>url</name>
    <value>jdbc:HypersonicSQL:database</value></parameter>
    </ResourceParams>
    <Resource name="mail/Session" auth="Container"
    type="javax.mail.Session"/>
    <ResourceParams name="mail/Session">
    <parameter>
    <name>mail.smtp.host</name>
    <value>localhost</value>
    </parameter>
    </ResourceParams>
    <ResourceLink name="linkToGlobalResource"
    global="simpleValue"
    type="java.lang.Integer"/>
    </Context>
    </Host>
    </Engine>
    </Service>
    </Server>

    To use servlets u have indeed to update your web.xml...Well I'm not sure this is relevant to your case anyway.
    You have to add a <servlet> element to this file.
    Something like this:
    <servlet>
    <servlet-name>blabla</servlet-name>
    <servlet-class>blablapackage.Blablaclass</servlet-class>
    <init-param>...</init-param>
    </servlet>
    Now this may not solve your problem. Make sure you refer to your servlets using their full qualified names.btw, just to be sure, what is your definition of "servlet"? (i mean: any java class or only javax.servlet.Servlet)

  • To update my remote oracle server through e mail

    hai,
    i want to update my remote oracle server through e mail which should run automatically for every 3 hours(for example)
    both(remote and local) are oracle 8.1.7 running in windows 2000 server
    Please let me know how to go about....
    help me in this context...
    urs
    srini

    Sri
    you can do with some SMTP programming like that one available in VisuaBasic. you can read the mail from an inbox
    from a mail account of an SMTP SERVER. Then you may try to update the remote database.
    Well i have mentioned VB as i heard it long back from my GURUJI that it is possible thru SMTP programming in VB
    using the socket controls etc,.
    Please check it out in some visuabasic forum sites and ask some VB Gurus.
    Thanks
    Prakash
    [email protected]

  • How to set synchronise to test or remote server

    I can't see which remote server will be synchronised in CS3.
    I have set up a site with a test and remote server.
    Local files are held locally, the test server is inhouse on an apache server, and the remote server is the actual webspace account.
    I can synchronise the local files to either the test or remote server, but its not clear which remote is currently set for the synchronisation. The way I;ve found so far is to select the remote or test view on the dropdown, and whichever was the last selected will synchronise with the local files. This will eventually lead to a wrong update!
    Is there a way to set or see which remote will be used to synchronise?
    Thanks
    LenW

    It is true that this is VERY badly documented, if at all.
    To summarize what many want to do (and for good reason):
    1) Developers PC. Running Dreamweaver and has the local site defined on it. No database, no server.
    2) Testing PC/Server. Running web and database servers on the local network. Typically Apache, MySQL and PHP
    3) Production Server. Out on the net somewhere.
    After this is all set up, here are the problems that one encounters:
    - When editing "normal" HTML it is fine. You edit, click test, and it saves and copies it to the test server and displays it. When done, do a "put" or "sync" and it goes to your remote site.
    - If you are editing some PHP or CSS that is not directly in the HTML page, you are screwed. Hit test, and it saves and displays your HTML page, but your new PHP or CSS code is STILL ON YOUR LOCAL MACHINE ONLY!
    - If you are constantly fine tuning PHP or CSS code, you might as well just keep a file manager window open and manually copy things around. DW just seems unable to do it.
    Of course if you want to put everything on your development PC (LAMP, XAMPP whatever), you don't hit these problems. But who wants all that crap running on your day to day machine? The testing server is a much more professional setup. And it gives you yet another free backup of your stuff. Trash an important HTML file? Just pull it back from testing server. No need to dig through backups.
    You can really never be sure what DW is going to synchronize. I only use it to PUT things to the remote production server, which seems to normally work fine. How to best keep the testing server in sync with your PC is not clear at all.
    I've seen a few suggestions, but Adobe really needs to document how to run DW in a professional fashion, not like a toy tool!
    Paul

  • Keeping an automatically updating folder of another folder (which is on a remote server)?

    Hi all,
    I don't know if that will make sense to you, but here is my problem/what I would like to do – I have googled this extensively but have not gotten anywhere - so hopefully someone here will be able to help!
    I am keeping my work files on a remote server - I have a personal drive there, which I connected to my Mac, so I can instantly access the files on that drive from the finder. This, however, means that I only have one copy of this stuff, and if I am not connected to the internet, I cannot access my files. So –
    I would like to keep a local copy of this on my hard disk, which I don't have to keep updated manually (similar to services like dropbox, etc., but not updating this to the internet but to my local hard drive). Unfortunately, I cannot use dropbox etc. on the remote server, otherwise I would use this, so I really have to do this locally on my computer. I saw a lot of stuff on Folder Actions/Automator Workflow etc., but I don't know nearly enough about this to figure this out myself.
    I'd appreciate any help!
    (Also, I am currently still using Mavericks, but I will update to Yosemite soon, if that makes a difference)

    Debug the button click and you'll see how it works... it all comes down to ABAP code no matter who implements it .

  • HOw to delete files from remote server?

    Hi,
    I want to delete files from a directory on remote server.
    I use the following command to delete on current server:
    find $srcdir -mtime +90 -name "COR*.txt" -exec rm -f {} \;
    Now, how can I delete files from remote server ?
    Thanks!
    Yogini

    Some possible options:
    1. There exists SSH implementation for Windows.
    2. You can make a workaround. You can setup share for specific/wanted directory.
    Then you can mount it on Linux machine and execute command localy and delete files "localy" in mounted directory.
    3. You can setup FTP server on Windows machine and do that remotely via FTP commands.

Maybe you are looking for

  • Iphone 4S won't back up on itunes, but ipad, ipod and iphone 3GS will.

    I took delivery of my new iphone 4S on Friday and am running the latest iOS and latest version of itunes and the phone restored from the back up copy of my 3GS with no problems and is working great. I have just tried to back up the 4S on itunes (as I

  • Unusual problem with N95

    Hello guys, as title says i have an unusual problem with my Nokia n95. Friend gave me few days ago and I wanted to update software at it, i did it few HRs ago (from 21.x to 31.0.017) and now I have problem. The thing is from when i did the update the

  • Documents in the cloud, search all

    Can anybody (Developers) who has had experience with the beta of documents in the cloud (Mountain Lion) tell me if you can search all files without opening each seperate application within Moutain Lion? Say you couldn't remember what application you

  • Organizing music on iPod mini

    My iTunes library is larger than my mini will hold, so iTunes created a "selection" for it, which I have been able to edit. However, I can't figure out how to move playlists to the mini - it seems as though the "selection" overrides playlists. Also,

  • MSI Clickbios IV

    I have very specifically ordered MSI boards for some of our security related appliances. The choice is based on the fact that all prior motherboards to the model we purchased 1) retained settings after upgrading the bios with LiveUpdate ...and 2) Cli