Problem changing default webroot of built in server

I installed CF 8 yesterday, and am running into a problem
changing the webroot. As per the instructions at
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=webservmgmt_3.html#10239 3,
I have modified the lines in jrun-web.xml as follows:
Old entry:
<virtual-mapping>
<resource-path>/WEB-INF</resource-path>
<system-path>C:/ColdFusion8/wwwroot/WEB-INF</system-path>
</virtual-mapping>
New entry:
<virtual-mapping>
<resource-path>/*</resource-path>
<system-path>C:/ColdFusion8/spayflorida</system-path>
</virtual-mapping>
When I browse to
http://localhost:8500/, I get
"index of" and a listing of the files in the new folder. If I click
on index.cfm, I get the following error:
404
java.io.FileNotFoundException
at
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:94)
at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at
jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
The only work around is to shuffle the web files back and
forth as I work on different sites which is quite a pain.
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=webservmgmt_3.html#10239 3

Hi Oren,
the corresponding parameter is called metadata directory. You can look it up within BEx WAD --> Tools --> Settings --> Metadata Directory (over there just as display parameter).
If you have to customize the directory you are to set the environment variable BEXWAD_METADATADIR in your operational system (Start - Settings - System settings - System - Advanced - environment variable). Just set the new folder according to your needs in the field value.
Usually restarting WAD the next time the new folder is taken, perhaps you have to refresh your metadata (again: BEx WAD --> Tools --> Settings --> Metadata Directory) and restart WAD. The first time WAD starts the files have to be copied to the new directory which can take some time.
If there are problems/questions let us know.
Best Regards,
Marcel

Similar Messages

  • Problem changing default key bindings using Oracle Terminal

    Hello,
    I'm facing a problem changing default key bindings using Oracle Terminal. I changed
    some bindings, saved them in forms60/fmrusw.res, started the generation and saved again.
    I thought that's it but it wasn't. It took no effect at all in Forms (even after recompilation) although reopening the file in Terminal showed the changes. I'm using Forms in German, which means that even the key bindings displayed in Forms are translated i.e. STRG+F1 instead if CTRL+F1,
    but I can't find a german version of this resource file, so i think it's the same resource file for all supported languages. But what is needed for the changes to take effect ?
    Thanks in advance
    STD
    null

    Hi,
    is it client/server you are working?
    if so you should not be using the fmrusw.res file because I guess your NLS_LANG is German_Germany.WE8ISO8859P1 or something like that. This means the terminal that is being opened is fmrdw.res instead of fmrusw.res and this file should be edited using Oracle Terminal.
    if you are working via the web implementation than you can open the file fmrweb.res in a text editor and change the keybindings in there. If you need to have the PC like key bindings on the web just open the fmrpcweb.res and see if it contains the German texts. If so you can either copy this file over the frmweb.res file or you can specify term=fmrpcweb.res in the serverargs parameter.
    Hope this helps.
    Kind regards,
    Frank van der Borden
    Oracle Support Services
    Netherlands

  • Connect as: change default user to connect to server

    Hi,
    I connect to my Windows Home Server which works fine, except that the default account it uses is never the same as the account I log in to my iMac.
    How can I change the default user it uses to log in to the server?
    I can, of course, keep using the Connect As button, but I just want the system to by default use my name instead of another user that is a registered user on the iMac system.
    Regards,
    Ennonl

    Hi Kaatss,
    You maintain this in the RFC destination of the source system transaction SM59 or go fra RSA1 -> Source systems -> Right click on your source system -> Connection param. -> Logon & Security tab.
    Anyhow your problem sounds a bit weird as the same user should be used no matter if you execute a PC or an IP.
    Hope it helps.
    BR
    Stefan

  • Change default block size on tftp server

    Is there a way to change the default block size on the tftp server so that it defaults to 1024 instead of 512
    I am aware that the client can accomplish this by:
    tftp> tsize
    tftp> blkzise 1024
    but I don't want the client to have to enter these additional commands.

    Were you ever able to get an answer on this? I have the same question.

  • Change default VM from "client" to "server"

    Hi,
    By default, java uses the "client" VM on my system, as you can see:
    java -versionjava version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
    I've made the server VM available by copying it from the SDK to the JRE's folder, though:
    java -server -versionjava version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)
    What I would like to do, is set the server VM as the default VM. This is on Windows Server 2003 (which I use as a desktop), so I've gone to the control panel -> java -> java tab -> view java applet runtime settings -> added "-server" to the java runtime parameters. AFAICT this is only for applets though, and the java control panel doesn't contain anything to change runtime parameters for my desktop applications (e.g. netbeans, azureus).
    What's the correct way to change the default VM? I'm interested in doing this on both Windows (2003) and GNU/Linux (Debian).
    Thanks!

    I figured out how to change it, posting it here in case anyone else wants to do this.
    You simply need to find the file "jvm.cfg" and put this line above all others: "-server KNOWN" (no quotes of course).
    On Debian GNU/Linux with Sun Java 1.5.0, the file in question is at /etc/java-1.5.0-sun/jvm.cfg.
    On Windows, somewhere in c:\program files\java.
    Edit: by the way, you can't have a blank line between the comments and the statements - this will give you an error.
    To test if it worked, run "java -version" - it should say "[...] Server VM [...]".

  • Change default name when connecting to server

    Hi all,
    I just got a new work computer with OS 10.5. I've noticed a minor nuisance. Since the IT guy set up the computer, he was the first person to connect to our shared servers. Now whenever I try to connect to the same server, it always defaults to his network username. Is there any way to change this so that it defaults to mine?
    Let me know if you need any other information.
    Thanks.
    Chris

    Bring up Applications>Utilities>KeychainAccess, under Keychains in the left column click 'login'. Under Category in the lower left column click 'All Items'. You should be able to see the unwanted key in the listing in the right column ('Kind'is 'Internet Password'). Control-click it and delete.
    Message was edited by: xnav

  • Problems changing default theme

    Hi,
    I have created a new Portal theme using the theme editor.
    Permisions is defined in the path:
    System Administration / Permissions / Portal Permissions / Portal Contend / Themes
    The theme is addee to the object Default Portal Desktop in the path:
    System Administration / Portal Display / Portal Contend / Portal Users / Standard Portal Users
    To the Default Portal Desktop object is assigned frameworkpages and various themes. I open the object, mark the the theme i want and select "set default", the checkmark moves correct, but when I save I receive the message:
    "The desktop ID entered already exists. Enter a unique desktop ID. "
    Please help - I just change an existing object, not creating a new?
    We runs Netweaver 2004s, 7.0 SP14.
    Thanks,
    Finn

    Finn,
    You can remove the unused  themes the frameworkpages from the desktop and assign the correct one and set as default.
    Also please make sure that you are editing the copy of standard frameworkpage and desktop not the original ones.
    Ram

  • How i can change default Deployment server in Creator 2 ea 2.

    Hi
    Thank you for reading my post.
    I want to change Creator 2 ea 2 , deployment server
    I used to use centeralized deployment server . and i want to change Creator server , and set it to that server.
    How i can do this ?

    Here is what worked for me.
    changing the default application server.
    1) Verify that JSC2 is creating a WAR file in the project's dist directory.
    2) Download the Sun Java System Application Server 8.1
    3) Install the application server on another computer. E.g. 192.168.1.110
    I changed the default port from 8080 to 80 because I wanted to port forward.
    Don't know if this is required.
    4) Start the server! Browse to 192.168.1.110:80 and verify the server started.
    5) Run the admin console (192.168.1.110:4848) and manually deploy the WAR file
    If you can't do this, it wont go.
    Your browser might appear to get stuck. Wait for it to finish! Check your logs for errors.
    If you get stuck, doublecheck that the server directory isn't write-protected.
    Test with a browser 192.168.1.110:80/ProjectName
    6) Tell JSC2 about the new server
    Servers Tab -> Remote Servers -> rightclick -> Add Remote Server...
    Select the right kind of server (Sun Java System Application Server 8.1)
    Admin Host: 192.168.1.110
    Admin Port: 4848
    Username: admin or whatever
    Password: shhhhh!
    7) Configure JSC2 to deploy the project to a different server during testing.
    Projects Tab -> Right-click the project -> Properties -> Run -> select the new server.
    8) Click the little green triangle and it should deploy and start a browser to test.
    Trouble-shooting:
    - Problems will occur if you attempt to do things to fast. Don't cancel out of operations.
    - Don't modify any of you build.xml files
    - Don't compress the war file
    - Restart everything if you hit a problem
    - Don't ask me, I don't know anything about it. I just fiddled with it till it worked.
    - Turn off Netlimiter! (or any other bandwidth manager)
    - Turn off Antivirus monitoring software (stuff runs faster - security rish though)

  • How to change default Server NFS version in Solaris 10 ?

    How to change default Server NFS version in Solaris 10 ?
    I need to change default version of NFS server version, currently i have NFS_SERVER_VERSMAX=2, for changing NFS version i changed this variable in /etc/default/nfs, but still its using version 2,
    Please let me know where else i need to change./
    Thanks a lot in advance!!!

    Did you change the /etc/default/nfs on the server or on the client?
    What is NFS_SERVER_VERSMIN set to? The NFS server is allowed to use any version in the span of NFS_SERVER_VERSMIN and NFS_SERVER_VERSMAX.
    NFS_SERVER_VERSMAX=4
    The default of NFS_SERVER_VERSMIN is 2.
    And, as mentioned, you will have to restart your NFS server for changes to take effect.
    .7/M.

  • How can we change the default domain in iPlanet messenger server 5.1 through delegated administrator?

     

    The default domain for a iMS server is an option in configutil. Delegated administrator manages the data in LDAP. Delegated admin can edit the domain properties, but can't change what the default domain is for a given server.

  • Change default btrfs subvolume - GRUB problem

    grub-mkconfig  creates a grub.cfg with this kernel command line:
    linux /vmlinuz-linux root=UUID=88e4e9db-0d5d-4055-bb36-6c4bc3454cb3 rw rootflags=subvol=SB0 quiet video=hyperv_fb:1920x1080
    my problem lies in rootflags=subvol=SB0 where is named a specific btrfs subvolume.
    I would like no subvolume be specified in grub.cfg so that the default one will be mounted as root filesystem.
    The reason is I have arch installed into btrfs subvols and I would like to choose which arch variant to boot simply changing default subvol.
    (I've used the installation tips found at http://www.funtoo.org/BTRFS_Fun )
    This is btrfs root :
    ~/bin > mount /dev/sda2 -o subvolid=0 /mnt
    ~/bin > btrfs filesys show /mnt
    Label: none uuid: 88e4e9db-0d5d-4055-bb36-6c4bc3454cb3
    Total devices 1 FS bytes used 3.47GiB
    devid 1 size 126.81GiB used 6.04GiB path /dev/sda2
    btrfs-progs v3.19.1
    /etc/fstab :
    ~/bin > cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=88e4e9db-0d5d-4055-bb36-6c4bc3454cb3 / btrfs rw,relatime,space_cache 0 0
    # /dev/sda1
    UUID=df2d9bbc-ab0a-42a5-96ae-7c90f0c15a0e /boot ext3 rw,relatime,data=ordered 0 2
    These are the subvolumes:
    ~/bin > btrfs subvol list /mnt
    ID 260 gen 5129 top level 5 path SB0
    ID 264 gen 4975 top level 260 path SB0/var/lib/machines
    ID 265 gen 5092 top level 5 path SB1
    SB1 is a snapshot of SB0 and both contain an arch installation
    SB1 is default one:
    ~/bin > btrfs subvol get-default /mnt
    ID 265 gen 5092 top level 5 path SB1
    but if I run grub-mkconfig it picks up SB0, in my opinion the wrong one.
    Please note that SB0 is currently mounted as system root:
    ~/bin > findmnt -o SOURCE,TARGET,FSTYPE,FSROOT /
    SOURCE TARGET FSTYPE FSROOT
    /dev/sda2[/SB0] / btrfs /SB0
    Is it possible to tell to grub-mkconfig to not name any specific subvol ?
    If you look into: /etc/grub.d/10_linux
    and search for "btrfs"  it may give an hint, but I don't understand it.
    many thanks in advance
    Andrea
    EDIT: of course, if I change kernel command line by hand (:s/SB0/SB1) it works as expected, but it's not I'm looking for, being grub.cfg an automatically generated file.
    Last edited by Aklo (2015-04-28 11:11:56)

    I don't use GRUB anymore, but I don't recall it requiring a specified subvolume to boot, however if you've installed to a specific subvolume (SB0 in your case), then you will need to to tell GRUB where to look more specifically than just the device and partition (/dev/sda2).
    What might accomplish what you're asking for is to set up seaparate boot entries for the respective subvolumes / installation variants.  Basically manually add another "menuentry" in /boot/grub/grub.cfg and change the subvolume specified:
    /boot/grub/grub.cfg
    menuentry "Arch Linux - SB0" {
    linux /boot/vmlinuz-linux root=/dev/sda2 rootflags=subvol=SB0
    menuentry "Arch Linux - SB1" {
    linux /boot/vmlinuz-linux root=/dev/sda2 rootflags=subvol=SB1
    You'd need to fiddle with /etc/fstab a then since I'm pretty sure something would freak out if you tried to mount two subvolumes to / at the same time (e.g., duplicate entries with different subvolumes specified).  A much simpler solution would be separate root partitions with shared /boot and /home partitions.  Like so (subvolumes would even be optional):
    /dev/sda1 ext3 /boot
    /dev/sda2 btrfs / *"menuentry" in /boot/grub/grub.cfg > title "Arch Linux - SB0"
    /dev/sda3 btrfs / *"menuentry" in /boot/grub/grub.cfg > title "Arch Linux - SB1"
    /dev/sda4 btrfs /home
    Basically you have two separate installations, which is what it sounds like you're asking for that can be selected at boot time and share a /home partition.  The fstabs in each root would only differ at the / partition entry.

  • How to change default installation directory sapinst_instdir TO other drive

    Hi,
    I am installing ECC 6.0 and have enough space in my disk for data files.
    I have alloted 20GB in C: drive which also comprise of Operating System.sapinst_ instdir directory grows more than 10GB and due to lack of space installation fails. How can i change th default sapinst_instdir directiory from C drive to other drive. can i use any software to change partition? ( with OS windows server 2003)
    I have also encountered an error at import phase of first job and after changing *.TSK file the installation proceeds. will this cause any serious problem.
    regards,
    Anand

    Hello,
    I understand from ur post is u want to create the instalaltion logs on another directory instaed of C:\ drive....if so u can follow the procedure as describe below..
    create temp directory in any other drive called D:\ drive...
    go in to that temp drive.....
    and fire the executable from that temp directory.....if u r executable in e:\ drive then....
    d:\temp>e:\installer\insatall.exe
    the above command creates all logs one by one in temp dorectory of D:\ drive instaed of c:\ drive..
    Thanks

  • How to change default compile directory tmp_ejb?

    Dear all,
    Someone knows how to change the default directory "tmp_ejb...." in WebLogic Server
    7.0?
    This is the default directory where WebLogic Server 7.0 generates and compiles
    the EJB's declared in config.xml.
    I try to specify the attribute TmpPath="ANOTHER_TMP_LOCATION_DIRECTORY_FOR_EJB"
    in the EJBContainer node but still doesn't work.
    The same thing happens when I test this attribute on EJBComponent declaration.
    Someone knows if there is an enviroment variable that specify this tmp_ejb location
    path?
    It's false that the tmp_ejb is located where the config.xml file is placed.
    I have 3 weblogic servers and they haven't the same behaviour.
    Someone can help me??????
    Thanks.

    I ran into the same problem and was wondering if you got an aswer the question you posted in BEA's news group: "How to change default compile directory tmp_ejb?
    Thanks

  • Problem starting Repository Browser Service on Windows Server 2008

    Using the default Warehouse Builder installation in the 11g (11.1.0.7.0) databaseinstallation on a clean Windows Server 2008 64-bit installation.
    Warehouse Builder installed and populated ok, OWB client works fine etc.
    When trying to start the Repository Browser listener by running the startOwbbInst.bat, the OC4J container crashes with the following error in the \owb\j2ee\log\oc4j\log.xml:
    +<MSG_TEXT>Could not create Secure http listener due to {0}</MSG_TEXT>+
    +<SUPPL_DETAIL><![CDATA[java.io.FileNotFoundException: C:\Oracle\product\11.1.0\db_1\owb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)+
    +     at java.io.FileInputStream.open(Native Method)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:106)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:66)+
    +     at oracle.oc4j.security.OC4JSSLSocketFactory.getStoreIn(OC4JSSLSocketFactory.java:253)+
    (The local_service_login.bat works fine).
    We're starting this as an administrator user in Win2008.
    All parameteres in the setowbenv.bat seems to be correct as far as I can tell. There is a strange reference to %ORACLE_HOME% in the above log, of which I've no idea where it is coming from....
    Identical installation worked fine on a 64-bit Windows Server 2003, - so can this be something related to a new security model in Windows Server 2008?
    (I found a posting regarding problems with the startOwbbInst.bat on Vista  [here |http://forums.oracle.com/forums/thread.jspa?messageID=2275781&#2275781] - so maybe.... however, the quickfix mentioned there did'nt help us here...)
    Anyone experienced similar problems (and preferably solved them) on Windows Server 2008 and/or Vista?
    Regards,
    -Haakon-

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Changing Default SMTP port in SAP Portal/Web AS java 6.40

    Hi all,
    We are configuring notification service in SAP Portal 6.0 with SPS 15. The SMTP server not using 25 port which is default for SMTP. when the server is trying to send notification it is pointing to IP address and 25 port. HOw can I change the default port to custom defined port in Portal/Web AS Java.
    Thanks in advance.
    regards,
    Kishore.

    Hi,
    may be that I’m a little bit to late,  but for the next one who has the same problem the solution could be interesting.
    You can change the default smpt port on Web AS Java in the server parameters of the java virtual maschine.
    Open the SAP J2EE Config-Tool. Goto „cluster-data | instance_<instance-id> | server_<server-id>“. In the tab „General“ insert unter „Java parameters“ the line
    „-Dmail.smtp.port=<port>“ where <port> ist the port number of your smtp server.
    Testet with SAP NetWeaver Portals / SAP NW 04s and SUN Java-VM but should also work with SAP NW 04.
    Greetings
    Jens

Maybe you are looking for

  • How to link safari with cloud

    I own a Macbook pro and an Ipod Touch 4th Gen, I recently upgraded to Mountain Lion. I want to sync safari on my mac to my Ipod 4th gen running ios5.1.1 so that when I open web pages on my iPhone or iPad, iCloud Tabs makes them available on my Mac, t

  • I want to install XP Pro SP2 on a Mac Mini from a 2003 RIS server.

    I want to install XP Pro SP2 on a Mac Mini from a 2003 RIS server. Is this possiIble? How is it done? The mac has 10.5 which has bootcamp to enable Windows install. I have created a partition but the bootcamp utility asks for a CD. I want to install

  • ASA5510 sla monitor does not fail back

    I've been down this path before and never got a resolution to this issue. ASA5510 Security Plus Primary ISP conn is Comcast cable Secondary ISP conn is fract T1 I duplicated the SLA code from http://www.cisco.com/en/US/partner/products/hw/vpndevc/ps2

  • Explain About Audit

    Hi, I want to know about the Audit use. Actually i am selecting the Employee table in that employee table it contains 100000 records. So i am to know how much time will it take to execution and complie the SELECT statement. Can anyone give me the sol

  • Upload of RFx - Workbook need to be defined

    Hi, i woulk like to upload RFX docs in CLM by using import data - rfx workbook. I need to define this workbook as genera workbook in esourcing don't contains rfx docs. i created one rfx template based on the contract template, but i received error in