How can Create an alias in orion?

I have a plroblem, i'm using apache like web server, there is a site working, Somebody assign me the task for use orion like jsp server, in apache there are alias to folders with images and another files and directories, i want check this site from orion and appears errors, i suppose that errors are cause the alias, i would ask you how create these alias in orion.
Another doubt, how can run apache an orion together.
I have modified the archives xml in orion for restrict certains directories (in directories config and default-web-app), but i must acces into orion services, i made some examples for try, i can use this in the site running in apache.
I graceful with you if can help me, thanks and regards.

you dont create a infopack on DTP rather you need to create on datasource.
rightclick on datasource - create infopack (when you schedule this infopack, it will load data only till PSA. From there you need to use DTP to load to further data targets)

Similar Messages

  • How to create an alias from the command line

    Hi
    I would like to know how to create an alias (for a file, not a command) from the command line. I don't want to use the ln command, as an alias has more interesting features than soft/hard links... Is there an Apple specific tool to do this?
    Thanks
    -Jerome
      Mac OS X (10.4.10)  

    The only straightforward way that I am aware of for creating a "Finder" alias from the command line is using AppleScript via 'osascript'. Of course, it's not really a command line solution since the "Finder" has to be running. Anyway, something along the lines of:
    <pre style="overflow:auto; padding: 5px; width: 500px ; font-size: 10px; border:1">osascript -e 'tell application "Finder" to make alias file to POSIX file "/full/path/to/file" at POSIX file "/full/path/to/folder"'</pre>

  • How can create a JTree with cellRender is checkbox realized multiple selec

    How can create a JTree with cellRender is checkbox realized multiple selection function.thanks for every
    one's help.

    Hi,
    1. Create a value node in your context name Table and set its cardinality to 0:n
    2. Create 2 value attributes within the Table node name value1 and value2
    3. Goto Outline view> Right click on TransparentUIContainer>Apply Template> Select Table>mark the node Table and it's attributes.
    you have created a table and binded its value to context
    Table UI properties
    4.Set Selection Mode to Multi
    5.Set Visible Row Count to 5
    6.ScrollableColCount to 5
    In your implemetaion, you can add values to table as follow:
    IPrivate<viewname>.ITableElement ele = wdContext.nodeTable().createTableElement();
    ele.setValue1(<value>);
    ele.setValue2(<value>);
    wdContext.nodeTable().addElement(ele);
    The above code will allow you to add elements to your table node.
    Regards,
    Murtuza

  • How can create and change PCA line items.

    How can create and change PCA line items.
    Please tell me the process and t.codes.

    If you are in version < 4.7 ee then use 9KE0 tcode for passing profict center entries or trasnafer of balances from one profit center to another.
    If you are in new GL regular FI entry like FB50 will hold good for account types "S"

  • How can create a Simple Flash Preloader

    Hi ,
    How can create preloader in flash (AS2).
    Please help me.

    put a textfield on stage in frame 1.  assign its instance name to be tf in the properties panel.  change your code to:
    kglad wrote:
    stop();
    this.onEnterFrame=function(){
    var bl:Number=this.getBytesLoaded();
    var bt:Number=this.getBytesTotal();
    tf.text=Math.round(100*bl/bt);
    // you can use bl and bt to animate your movieclip, if you have one
    if(bl==bt){
    delete this.onEnterFrame;
    play();

  • How can create free apple id

    how can create free apple id

    did this search for you
    https://www.google.dk/search?client=opera&q=iphone+stuck+in+headphone+mode&sourc eid=opera&ie=utf-8&oe=utf-8&channel=suggest#hl=da&gs_rn=14&gs_ri=psy-ab&tok=8byg TCPc3ltPmaPPMtoO0w&pq=iphone%20stuck%20in%20headphone%20mode&cp=10&gs_id=14&xhr= t&q=create+apple+id&es_nrs=true&pf=p&client=opera&hs=mdj&channel=suggest&sclient =psy-ab&oq=create+app&gs_l=&pbx=1&bav=on.2,or.r_cp.r_qf.&bvm=bv.46751780,d.bGE&f p=a420e64a21601afc&biw=1825&bih=750
    got this result
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/createAppleId

  • How can create other user same as oracle user

    Hi,
    I want create one user on linux same as oracle user how can create it?
    I have create monitoring purpose one user created same as oracle user name is user01 but how can create it?

    creating an user in linux
    useradd user01 -g dba
    i am considering the oracle administrator group is dba ( which is asked during the installation of oracle )

  • How to create an alias to a subtype?

    Hi,
    How can I create an alias to a subtype?
    I.e. How can I asscciate a name with a subtype?
    Associate DOM_ADDRES with the type CHAR(50) or
    associate DOM_TELNO with the type NUMBER(10,0)
    so I can use it in the creation of a table like
    CREATE TABLE T1 (id INTEGER, addr DOM_ADDRES , tel DOM_TELNO);
    I tried CREATE DOMAIN statement -> Not working, statement not
    exists.
    I tried SUBTYPE lll IS CHAR(3) but it only works in PL/SQL
    programming, I can't create tables with that.
    Is it possible? Am I doing something wrong?
    I think subtyping and aliasing is very useful for readability and
    reuse.
    I don't want to use CREATE TYPE AS OBJECT, I do not need objects
    in my DB.
    I am using Oracle 8.1.7 for Linux.
    TIA,
    Jose P.

    In my .profile this works: alias f="/Applications/Firefox.app/Contents/MacOS/firefox -P doug"
    for starting under my profile. Make sure you run source ~/.profile if you add an alias to .profile
    Starting default FFox profile is /Applications/Firefox.app/Contents/MacOS/firefox -P swxazqvy.default
    And for Desktop icon to start whichever profile, open Script Editor and paste with proper changes(and save as an app(maybe to Desktop again?) :
    do shell script "/Applications/Firefox.app/Contents/MacOS/firefox -P doug"
    And you can make an executable with icon in a bash script with above and chmod u+x it and save to Desktop too.
    Message was edited by: doug pennington

  • How to create an alias for a custom command line with paramters

    Is it possible to create an icon that runs a terminal command line ?
    What i want to do is start firefox with a specific profile. In terminal this is done by using Firefox -P [profileName]
    How can I put this in an alias (or something else) ?
    I tried creating an alias that changing the original but it won't let me insert a command line.
    Any help ?

    In my .profile this works: alias f="/Applications/Firefox.app/Contents/MacOS/firefox -P doug"
    for starting under my profile. Make sure you run source ~/.profile if you add an alias to .profile
    Starting default FFox profile is /Applications/Firefox.app/Contents/MacOS/firefox -P swxazqvy.default
    And for Desktop icon to start whichever profile, open Script Editor and paste with proper changes(and save as an app(maybe to Desktop again?) :
    do shell script "/Applications/Firefox.app/Contents/MacOS/firefox -P doug"
    And you can make an executable with icon in a bash script with above and chmod u+x it and save to Desktop too.
    Message was edited by: doug pennington

  • How can create a table in sap script?

    Hi,
    How to create a table in the sap script.i Have to use table in the main window with 11  rows and 3 columns. can any one send sample code. Any ideas?¿
    THKS 4all.

    Try and check on the below logic....
    1. write -
    2. write headings with '|' at start and end as well as the field separator.
    3. write -
    4. similar to step two write the data with pipe separators.
    5. write -
    regards
    Anurag

  • How  can create SEGMENTS and IDOC TYPE in BADI in ECC 6.0 version

    Hi All,
                Can any one help, how  to create SEGMENTS and IDOC TYPE in BADI in ECC 6.0 version.This is my task.
    Given BADI name was----VENDOR_ADD_DATA_BI .
    Thanks

    Anil,
    look at this thread ..may be this helps you.
    Re: 824 IDOC and BADI/User Exit
    sateesh.

  • How can create air app for version 1.5 with cs5?

    How can be created an application for the latest Adobe AIR version ( 1.5 ) with Flash CS5. I have a licensed cs3 and I consider to buy cs5. I want to create an applications for the stable version of Adobe AIR.

    I posted about this last week. This should help:
    http://forums.adobe.com/message/2829283#2829283

  • How can create badi in version ECC6.0

    Hi All,
              How can u crate Badi in ECC6.0.We r in Ecc6.o.Ofter giving SE18 and enter badi name and  press create button.It will not accept to creat the badi instead of dey giving error(we have to create first enhancement spot).
           Coupd any one help regarding this.
    Thanks

    Hello Anil,
    In SE18 transaction try using the Menu Path
    Utilities-Create Classic Badi
    With Regards
    Avisesh.

  • How can create color table for "write bmp file.vi"?

    i want to create a color table for a 8 bit bitmap.The color table is the input of "write bmp file.vi". how can i make it?
    thanks!

    > i want to create a color table for a 8 bit bitmap.The color table is
    > the input of "write bmp file.vi". how can i make it?
    > thanks!
    >
    There is a color control on the front panel numerics palette. A color
    in LV is a four byte xRGB formatted number. So you can make an array of
    the color numerics and set them by hand or format the numbers however
    you like. If unwired it will use the LV color palette which is pretty
    much the HTML palette.
    Greg McKaskle

  • How can create webi content link in BI Workspace?

    Dear Expert,
    I'm facing problem with creating 2 webis content link in BI Workspace.
    I tried to follow this Creating a BI Workspace in BI4 Feature Pack 3.
    But I can not find "PARAMETER_OUT".
    Please help me to how can I create "PARAMETER_OUT" to connect with "PARAMETER_IN".
    Best regards,
    Chenna Yon

    I have created a "Scope Resource Filter"
    Knowledge Management --> Content-Management --> Global Services --> Resource Filters --> Scope Resource Filter
    "URL (Content Link) Mode (Documents/Web-Pages Only): *" <<exclude>>
    I have created a new crawler which uses this filter and re-indexed my content, but without success.
    I guess this is the right way, but It seems that I have forgot something...
    I would appreciate any help
    Thank you and best regards
    Khaled el Taki / Cologne, Germany

Maybe you are looking for

  • How do i increase my key ID +1 for every new user

    what iam trying to do is that for every new user that register on my app will get a key id.. that is +1 higher then the old highest id.. i have done this i JavaDB but in mysql i get an exception here is my sql Q: sql = "insert into " + mytest_TABLE +

  • IMovie HD to FCP HD

    iMovie HD imports my HDV footage from my new Sony HDR-HC7camera, whereas my current version of FCP HD does not. (I hear rumours that FCP 6 is about to be released, so I'm waiting to upgrade my FCP HD software from 4.5 to 6) In the mean time I am sear

  • Student Help advice! what is best iMac model for Final Cut Pro and logic pro

    Hi I am currently looking into getting a iMac, but is toggling to device if I need a 27inch or a 21inch(top model),which will be used for Final Cut Pro and logic There is a lot of money being invested iMac, and I really not want to be stu k with a co

  • 6700 error message

    Hi there, I've been getting a strange error message on my 6700 classic. I keep getting the error message  "Remove cable or connect a device to continue" on my screen. We I clear this message by selecting 'Ok'- a small flashing symbol appears beside m

  • Runtime error - class not found using JDBC driver and thin client

    Hi, We are running a small Java application on a Sun server which acts as a thin client connecting to an Oracle 8i server running on a different server. JDK version: 1.3.1_01 OS version: Solaris 7 JDBC classes file: classes12.zip It compiles fine, bu