Problem using a folder next to the East on UNIX Ubuntu 10.4 with APEX listener

Hi Forum,

We have APEX 4.1 installed on Ubuntu 10.4 with the latest version of the APEX-listener.

We want to achieve is that we are able to collect our Javascript extensions and css next to the folder is in a folder of our own.
Problem now is UNIX, this doesn't seem to be possible, because we are unable to load any resource of this folder. The only solution we could come up with is to place a symbolic link in the/i/folder-pointing to the directory we want to include.
The folder we want to include got 777 to exclude any potential problems of access to in UNIX

Under Windows, this doesn't seem to be the case.

If someone had a similar problem or is able to give advice on how to fix this?

Thank you

Jürgen

Hi Jürgen,

docroot
-foo
-J' I

This does not work in stand-alone mode, the integrated nature fixed contexts (including + / i + and + / apex +) without the chance to bring custom contexts.
It will run in GlassFish/Tomcat, if you deploy content correctly. You can do this by creating a war file that carries your files, but I wouldn't recommend it has static content more convenient ways.
Tomcat has for example a context ROOT when running on a default configuration. This context can be used for static content similar to a simple HTTP server host, for example when using the htdocs of the Apache HTTP server as docroot. So you could simply copy your directory foo in the context of the ROOT and should be able to access the content using http://yourtomcathost:yourtomcatport/foo/file name .
GlassFish is a concept similar to this: each domain has a docroot directory. As explained for Tomcat, you can simply create or copy your directory foo it so that it is available for your customers.

If this does not work, you have a general problem with your GlassFish/Tomcat configuration, like the docroot has nothing to do with the earpiece of the APEX. I have just retestet with fees GlassFish/Tomcat on Ubuntu 8.04 LTS (Server Edition) as follows:
1 download the http://glassfish.java.net/ zip or Tomcat mirror packages respectively.
2 unzip the package
3. create the directory 'foo' docroot (for GlassFish) and ROOT (for Tomcat)
4. create the file 'bar' in 'foo '.
5. start the server instance
6 use a client remote access http://mybox:8080/foo/bar.txt and got the file.

How did you install your GlassFish/Tomcat on your Ubuntu?
Whatever it is, if you tried the docroot/ROOT approach and doesn't, you can always try the war file deployment. Maybe your GlassFish/Tomcat instance has disabled the docroot/ROOT context for security reasons.

Note that you can have both, that is, you cannot use the war with framework file + / foo + and have always a + / foo + subdirectory in your docroot/ROOT.

-Udo

Tags: Database

Similar Questions

  • How to use windows search to search the contents of a bunch of files with random names / extensions?

    How to use windows search to search the contents of a bunch of files with random names / extensions? Plain txt files say 1,000 with random name of file extensions?

    You can always search within those, but you need to add extensions to the file system so that it knows to look inside these files.  You said that you have a lot, so it's perhaps tedious.  Here's How to search within several types of files.

    One thing you could try is rather to make a copy of this file, rename all the files to the same extension (even an extension false for example something.bill) and perform your search on this band.  Just an idea.

  • I'm having problems to connect to internet with my iMac, no problems using my macbook pro in the same room, also see other peoples wifi appearing

    Having problems connecting to the internet with my iMac, no problems with my macbook pro in the same room, also seem to be picking up another Wi - Fi connection to others

    Go to > use Diagnostics wireless for you help to solve the problems of Wi-Fi on your Mac - Apple Support

  • Problems using Adobe Photoshop CC after the trial

    Can someone help me please on the use of Adobe Photoshop CC after the trial. I bought the composition, but I always get posted, my trial has expired.

    I already reinstalled Adobe Creative Cloud and also reinstalled Photoshop. My subscription is also listed in my profile. My system is a MAC Pro with Yosemite...

    log out and then back to your desktop app cc using the adobe id to subscribe to creative cloud, sign, sign | Creative Office Cloud app

  • How you copy mp3 files from the my music for a cd drive folder and keep the files in mp3 format, format it with windows 8

    in the past with previous versions of windows, you can easily copy MP3s to a cd and keep the files in format mp3, format thus creating an mp3 disc, you made by selecting the songs you want to copy on disk, you must select the songs of the my folder music and make a click right then on the song selected or songs , you would then select send, and then select the drive that contains the blank cd in it to send the songs to, you choose then to a standard audio CD or data cd, you must select the option data cd and the drive will keep the songs in mp3 format, it was all done using windows Explorer. I would like to do the same thing to do these discs mp3 on my computer windows 8, however I can not understand how do, can help a whole me with that?

    Hello

    I would ask you to check out the link and follow the steps in the article.

    Burn a CD or DVD in Windows Media Player

    http://Windows.Microsoft.com/en-in/Windows-8/burn-CD-or-DVD-Media-Player

    Hope that answers your query. You can write back to us for other queries/problems related to windows and we will be happy to help you further.

  • Someone else has Apple Airplay jumping and drop outs when streaming music?  WiFi is not the problem, and there is nothing around the units of airtime to interference.  Impossible to listen to music.  Thanks for any advice.

    I've recently updated several broadcasts in my house from V1 to V2 in the hope of resolving a constant jumping and abandonment problem I always had when playing music with Airplay.  I have a unit of airtime plugged directly on my stereo receiver that feeds music throughout my house.  My WiFi connection is not the problem and there is nothing to cause interference.  Airplay modules are not more than 15 feet distance modem or range Extenders.  Someone else has this problem and, hopefully, a solution?   I'm tired of doing factory reset all the time.  Many thanks for any advice.

    I've recently updated several broadcasts in my house from V1 to V2 in the hope of resolving a constant jumping and abandonment problem I always had when playing music with Airplay.

    By "Airplays" what are you actually refers to... Base station airPort Express, Apple TV, or something else?

    ... and "V1 to V2" do you mean you replaced a 1st generation 802.11n AirPort Express with a 2nd generation?

    Airplay modules are not more than 15 feet distance modem or range Extenders.

    When steaming audio with AirPlay, the flow goes first to the device host to iTunes to the router Wi - Fi, this unit is connected to. From there, he will travel to the AirPlay "speaker". A president could be an AirPort Express, Apple TV or an AirPlay device ready another manufacturer. If you use line extensions, the flow must go through those as well... so there is potential bottlenecks between the host and the speaker. One of these could be the cause of the issue you found.

  • How can I call or even use a class library inside the application that has been downloaded along with the app?

    Hi all. I have a question?

    I have an application and a library.  Inside of the app have a lot of calls of this library (easy to say my app that is dependent on the library).

    I tried the following scenario: in the main application I added logic to download the library programmatically. But something I missunderstood around that. So, I'm first to download my application that depends on the library then I thought to check in the constructor, if the library exists then activate the app if not then download the lib and restarts the device.

    My problem now is if I call a list of class of the library, then the app not working and would be lifted except that «the application contains errors of audit»

    So, how can I avoid this? or even

    How download this lib from the app and have other methods inside this app called library which is not yet downloaded?

    Thank you in advance. A sample will be apreciated.

    No, which would require a second application, such as an installer

  • Model RTF BI Publisher under the XSL - FO with APEX listener PDF printing

    Hello, all,.


    I tried to use both the Oracle APEX the Apache FOP listener options in the instance of print settings to generate a PDF report.  The model I use is a RTF model created with the plugin from the editor of BI in Microsoft Word, and it does not work with the editor of BI setting.  I understand that the earpiece of the APEX and Apache FOP will not work with this RTF, but when I export the model to XSL - FO the word Pub BI plugin, it does not for the engines of the listener or FOP.  I'm doing something wrong here?


    The PDF file contains a single line, "java.lang.RuntimeException: unsupported XSL element ' '. http://www.w3.org/1999/XSL/Transform: for each group - '".


    Here is my card...

    Oracle Application Express 4.2 (4.2.3.00.08)

    Oracle APEX earphone 2 (2.0.5.287.04.29)

    Database Oracle Express Edition 11 g (11.2.0.2)

    Oracle Linux 6.3 (Santiago)

    Oracle GlassFish Server Open Source Edition 4 (build 89), FOP has been deployed here

    I am relatively new to XSL, so I could really use some help.  What is the code XSL would you need to see to get an idea of what's going on?

    Thank you

    -Seth.

    Export from Word BI Publisher Plugin does NOT produce the standard style file the the implementation of the FOP APEX uses...  You pretty much need either find a stylesheet xml editor or manually code the file to meet the requirements of FOP used in the earphone or the Fop itself...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Problem adding a folder of images

    Hi, I have been a user of Lightroom 5 for a while now and everything was absolutely perfect, but I now have a problem adding a folder to put the images in LR.  I checked using "Finder" that the images are still there on my external hard drive, which fortunately they are, but when I navigate to that folder in the section "Add files" it shows no images at all, and the 'Import' button is grayed.  There is a new catalog, I created for 2015 customers otherwise the only other change is that I have been preselected a few images using photomechanical moved selected files into a new folder created by me.  Otherwise I have not changed anything else from my usual game to the top.  As a validation test, I tried adding several different sets of RAWS in different folders (which I have previously worked on in other catalogs so I know they were fine before), but I'm having the same problem.  Please can anyone help shed light on what clearly is a bit a killer of productivity right now!  Thank you very much

    DJ - it's a Canon 5 d Mk III, using Lightroom 5.7, and the images are all of the FIRST.  All images have been imported from the map in a folder on my external hard drive, before I used photomechanical to them for review.

    I am pleased to say that the problem is now solved.  I found another thread in forum with many people have exactly the same problem and with various corrections that have worked for them but not for me.  Then I found one that worked for many people - just expand the Destination panel and hey presto - all images appeared.  How weird randomly - I do not know how it was fixed, but there, so now I'm still productive.

    Thanks again to you and Joe for all your interest and your willingness to help - its much appreciated!  I'm now going to edit some pictures

    Nadine

  • How can I move the button Booksmark back next to the Home icon?

    The Favorites button at the top of my Firefox home page used to be next to the home button. Apparently I hit a wrong key, and now the Bookmarks button is below the Home icon. How can I move it back? If I try to drag, it does not.

    Firefox button > Options-> click on the bookmarks bar to deselect

  • I have upgraded to 4 and no longer have the drop-down list next to the icons of the arrow in the address bar that allows me to jump back and forward through Web pages I've visited.

    I've updated it Firefox 4 today and I no longer seem to have to drop the box that used to be next to the arrow icons that you use to move backward and forward between Web pages. It is one that allows you to skip the pages you have visited.

    Right click on the previous/next buttons.

  • ASUS laptop computer only connects if I'm sitting next to the router loses power after a few feet

    1. ASUS laptop computer only connects if I'm sitting next to the router loses power after a few feet
    2. new laptop

    I have the same problem with this ASUS Ultrabook. New brand ASUS but in two different houses and I have the same problems. Get right next to the router and it connects ok. Get a few feet away from the router and the ASUS gets angry and does not connect. Downloaded the latest driver, but that did not help either. Obviously, this is a faulty piece of equipment in the laptop. Great joy!

  • unknown problem using WMP 12 no sound when played the song in the folder but has sound when he played in the player

    Hi all

    I have a weird problem using WMP (Windows Media Player v12).  When I double-click a song of in my library, the trail seems to play, but didn't have all the sounds.

    However, if I hover over the same path and then click Preview, the pop-up, the track plays with sound.

    When the track (s) do not play, all indications show the way to correctly play through of progress ' Now Playing ' screen, but no sound.

    In the past, when I clicked on any MP3 file, he would play using WMP.  Now, when I click on an MP3 file, it brings just "Now Playing" and looks LIKE he plays, but no sound.

    I have looked & looked for clues as to why it may be of WMP, but I can't understand the problem.  I also searched the Web for 'day' drivers in the Win System Manager, but Win says that pilots are "up to date".

    I have rebuilt the DB Library (twice) by removing the DB files in from WMP to a procedure in a WMP support forum. I also went to check the audio device in Device Mgr Win (mine is one on one). Everything seemed ok.  I also changed the devices to "Win by default" to what I think my onboard audio device is called.  I thought that that can do, but it's not.

    I was struggling with this since the day of the year.  Please help me solve this problem!

    Here is a link to my system features:

    http://Speccy.Piriform.com/results/0JAQshtlODwFxgwHeGb4rfq

    Hi, Pie,

    Welcome to the Microsoft community.

    Appreciate your efforts to try to resolve the problem that you have set so far. I guess that is not a problem with the driver that ultimately, the songs are playable using the media player. It could be a corrupted in Windows Media Player framework that is causing the problem. Let's run the Windows Media Player troubleshooting utility that resets all parameters to the player. Check out the link to do so:

    http://Windows.Microsoft.com/en-za/Windows7/open-the-Windows-Media-Player-settings-Troubleshooter

    Please let us know the results.

  • Show all messages (number) next to the folder 'Project' of you instead of those unread.

    Hello
    I have looked around, but couldn't find a solution to this little problem. I want just the number next to the project file to display the total amount of breast, instead of those unread messages.
    When I create a project, its ok, they remain unread and they are displayed correctly, but as soon as I left on them, they are marked as read and decreases the number in parentheses next to the icon of the project folder.
    I still want to know how much email is inside, is it possible to do?

    Thank you

    If you select the "drafts folder to see a list of emails, there must be a total already displayed in the lower right status bar."

    However, if you want to see a total number of emails for each folder without having to select the folder, then you need an add-on.
    Extra folder columns 1.1.5 will do the job. The link below.

    Download the file as for example: file downloads or desktop.

    How to install the addon:
    In Thunderbird
    'Tools' > 'Addons' OR "Menu icon" > "Addons".
    Click the gear icon and choose "install addon file".
    See the first picture below.
    Locate the downloaded xpi file and click Open
    You may have to restart Thunderbird.

    The additional columns show on the right side of the folder pane, adjacent to the folder names.
    You can choose the columns to display.
    See the second image.
    The options are "unread". Altogether. and the columns of "size".
    I use the column 'Size' that helps me maintain folders to keep a smaller size.
    the 'Total' column will be as you need.

  • ! Difficult problem!  Move iTunes songs to the empty folder to automatiquementala

    Hello everyone.

    It's my frist time write a discussion here, desperately looking for your help

    I checked the other similar discussions and I can find none, that has the same problem as mine.

    Anyway... my iTunes is updated and therefore my iPhone 5 s.

    I've always used automatically add them to the iTunes folder to add music from my iTunes library.

    (after that music has been transferred to the ' automatiquementala file it IMMEDIATELY disappeared, but the song was in the iTunes library)

    One day, as I noticed a few circles on the left side of my songs in the iLibrary. These songs were not playable, and whenever I

    sync my phone I got (100errors) that the songs could not be transferred to my phone. (Song couldnot be used because the original file cannot be found. You want to locate)

    Even if I wanted to move each song, I would choose the automatically add to iTunes folder (BUT ITS EMPTY). I can't find the music anywhere on my hard drive.

    I gave up those songs and decided to download again them once I find the time.

    Recently, I backed up and restored my iPhone 5 s. After I restore, I noticed that a lot of my songs did not appear on her

    (those who did not appear in the iLabrary too).

    Today I decided to download all these "missing songs" and it took me at least 3 hours. All happy I've put them in the damned automatically add to iTunes folder, plugged my iphone with itunes and sync. After syncing I started testing in my iphone and I noticed that only 20 of 70 + songs were on my phone (most of them was gray and unplayable, so I resynced, that did the trick). But other songs were not there! I checked my doomed automatiquementala file once its empty and I don't know what to do with my life haha

    Please guys, help. And if you can do it step by step, because im not really a pro with computers

    and other things (btw im using a Windows 7 or 8 I think haha)

    The folder add automatically to iTunes acts as an area of "file" for users (and other software).  When the files are placed in add it automatically to iTunes they will be handled by iTunes (immediately if it is currently running, otherwise next time that he istarted) and added to the iTunes library.  The files placed in add automatically to iTunes will be moved to the standard locations within the structure of library iTunes, determined by:

    • the iTunes Media folder location setting in Edit > Preferences > advanced, and
    • the values of metadata in media files are added.

    If you use the default location of folder media (C:\Users\username\Music\iTunes\iTunes Media) then your files will be moved to folders named according to this model:

    • C:\Users\ username \Music\iTunes\iTunes Media\Music\ artist \ album

    The only exception to this is the case where the indicator 'Part of a compilation' is defined in the media files - the names of standard folders will then be:

    • C:\Users\ username \Music\iTunes\iTunes Media\Music\Compilations\ album

    If you have selected the option "organize files...". "in Edit > Preferences > advanced files, if necessary, is renamed to use the disc number, track number and the name of the song as a basis for file names.  Very long folder/file names will be truncated to 36 characters (which can have strange side effects if you have two albums whose names only differ after that limit exceeded - you end up with a folder containing two album titles).

    After the addition of new media in your library, the add automatically to iTunes folder must be empty: the only exception is when the media files are in a format that iTunes cannot handle or the files are corrupt: in this case, you will see a subfolder "not added".

    In your case, it seems more likely that the files have been added to your iTunes library you or another piece of software has moved or renamed multimedia files, or that the disk on which the files were placed is no longer available on iTunes.  If you can post (using screenshots of preference):

    • Your settings in Edition > Preferences > advanced
    • The location held by iTunes for one of the tracks that cannot be located (for this, right click on one of the songs display next to his name, select Get Info, when you see this message (of course with the name of your song "disappeared")):


    Click on no, then click on the file tab - the location information that is held in the iTunes database will appear at the end of the list in the window, starting with "file://localhost", like this:

    Then it should be possible to diagnose your problem and propose a resolution itself.

Maybe you are looking for