Has anyone made Portal & SSL work?

I posted the topic http://technet.oracle.com:89/ubb/Forum70/HTML/000680.html a couple of days ago but no response (got a second question added, though). Which makes me wonder - has anyone gotten Portal to work with SSL - not just the Login Server but the whole enchilada?

STEP 6
Now, there was a question as to how to restrict access to only HTTPS URLs. To do this, we can specify some Apache directives to restrict access to certain locations to HTTPS. However, recall that we said the Portal currently can only use HTTP to request some of the Login Server URLs. So, we need a workaround to let the Portal access those URLs over HTTP, but forcing all users to use HTTPS.
This can be achieved by the following steps:
Setup a DAD for use by the Portal when accessing the Login Server
Edit the %IAS_HOME%\Apache\modplsql\cfg\wdbsvr.app file and copy the DAD_portal30_sso section and rename it to portal30_ls (for example), so you wind up with 3 DADs - portal30, portal30_sso and portal30_ls.
In the sncookiename field, specify the same cookie name as used by portal30_sso -- 'portal30_sso'
[DAD_portal30_ls]
connect_string = pencarna
password = portal30_sso
username = portal30_sso
default_page = portal30_sso.wwsso_home.home
document_table = portal30_sso.wwdoc_document
document_path = docs
document_proc = portal30_sso.wwdoc_process.process_download
;upload_as_long_raw =
;upload_as_blob =
name_prefix =
;always_describe =
;after_proc =
;before_proc =
reuse = Yes
;connmax =
pathalias = url
pathaliasproc = portal30_sso.wwpth_api_alias.process_download
enablesso = Yes
sncookiename = portal30_sso
stateful = No
;custom_auth =
Specify Apache directives to require use of SSL
Edit the %IAS_HOME%\Apache\modplsql\cfg\plsql.conf file, adding the following directives after the top few lines...
# Enable handling of all virtual paths beginning with "/pls" by mod-plsql
<Location /pls>
SetHandler pls_handler
Order deny,allow
Allow from all
</Location>
# Have all accesses to /pls/portal30 require the use of HTTPS
<Location /pls/portal30>
SSLRequireSSL
</Location>
# Have all accesses to /pls/portal30_sso require the use of HTTPS
<Location /pls/portal30_sso>
SSLRequireSSL
</Location>
# Define a new DAD which will allow HTTP access, but only from the Portal DB
<Location /pls/portal30_ls>
Order deny,allow
Deny from all
Allow from localhost pencarna.us.oracle.com
</Location>
# Do not allow access to the following URLs from any browser
# These will be accessed by the Portal through the portal30_ls DAD
<Location /pls/portal30_sso/portal30_sso.wwsso_app_admin.validate_user*>
Order deny,allow
Deny from all
</Location>
<Location /pls/portal30_sso/portal30_sso.wwsso_app_admin.print_fapp_username*>
Order deny,allow
Deny from all
</Location>
<Location /pls/portal30_sso/portal30_sso.wwsso_app_admin.external_apps_list*>
Order deny,allow
Deny from all
</Location>
Instruct the Portal to use the "portal30_ls" DAD to contact the Login Server
Start the http server
Log into the Portal
click on the Administer tab
click on Global Settings
scroll down to the Login Server section
update the Query Path URL Prefix to use the portal30_ls DAD, e.g., http://pencarna.us.oracle.com/pls/portal30_ls/
That should do it. After these changes, the Portal and Login Server should be accessible over HTTPS, and the portal is able to do the necessary communication with the Login Server. If a user attempts to access the server with http, they should get a forbidden message from the server.

Similar Messages

  • I have an epson workforce 600 which is not listed as airprint enabled. has anyone made this printer work with airprint?

    i have an epson workforce 600; it is not listed as one of the printers that is airprint enabled.
    has anyone made it work with airprint? if so, please tell me how.
    thanks.

    The Workforce 600 is not AirPrint-compatible. Epson has an app that enables printing to some of their other wireless printers. Search the iTunes Store or look to the support resources for your model of printer. Third-party printing apps such as PrintCentral are also available. All such apps have limitations, so check them out thoroughly before you pay for any such app.
    You could also route the printing through your computer. If you have a Mac, Printopia would be worth a look. Fingerprint is another option that is available for both Mac OS X and Windows system. You could also consider an AirPrint-capable print server. Lantronix makes a couple of models, including one that supports a USB printer:
    http://www.lantronix.com/it-management/xprintserver/xprintserver-t2.html
    Regards.

  • IPhone - SDK 3.0 - Store Kit - Has anyone made app restore work?

    Hi all,
    I'm doing some tests with the Store Kit for the in-app purchase feature. Everything seems to work fine but this:
    I just couldn't get restore to work.
    In particular, I notice that the SKPaymentQueue documentation refers to paymentQueueRestoreCompletedTransactionsFinished:
    and paymentQueue:restoreCompletedTransactionsFailedWithError: , supposedly part of the SKPaymentTransactionObserver protocol, but its reference page doesn't mention it at all.
    I still tried to implement it with the following prototypes:
    - (void)paymentQueue: (SKPaymentQueue *)queue restoreCompletedTransactionsFinished: (NSArray *)transactions;
    - (void)paymentQueue: (SKPaymentQueue *)queue restoreCompletedTransactionsFailedWithError: (NSError *)error;
    For testing, I have three elements in the sandbox, one of each kind, and I bought all of them and then deleted the application from the iPhone. When I install it back, I'm expecting restoreCompletedTransactions to get at least some of them restored, but none of the observer's selector gets called back.
    Has anyone successfully restored transactions? Did I miss something?
    Any help would be greatly appreciated.
    Regards

    Hi,
    I'm looking for informations about In App purchasing but I find any interesting things !!
    I see that your tests work fine until the restored transactions.
    So could help me to start with this feature ? I've read Store Kit Programming but I don't understand how start?
    What are the first stages to follow ? How do you create a list of product to store with their ID associated ?
    Thank you!
    Cédric.
    PS:I write this post in English but i'm French so you can reply me in French or not!!

  • Has anyone made any work for CiA Draft standard proposal 406 for Encoders?

    We are asked to program a test application for encoders. The encoders have a varity of interfaces. One of them is CAN which uses the CiA Draft standard proposal 406 for Encoders.
    Has anyone made VIs for this standard?
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

    Hi,
    This seems like a application layer protocol. Is that right?.
    If so, NI doesn't have VIs to decode this particular protocol. At the moment the NI-CAN driver provides the Frame API or the Channel API.
    Let's see if someone else has worked with this protocol.
    DiegoF
    National Instruments

  • [solved]Catalyst + xorg 1.6 = Has anyone gotten it to work?

    After going over the wiki for ATI and installing the catalyst+catalyst utils (9.4) from AUR using yaourt, the device refused to load. Now, I don't have the error on file as I'm not at home. But the question remains: Has anyone gotten this to work?
    (*) 4870 HD Radeon card
    (*) 9.4 driver + utils from yaurt/AUR (I didn't.. see official 9.4 drivers anyone on the ATI website, how did we get them?)
    (*) no xorg.conf used, just startx to automatically detect hardware. And it worked, attempting to use the catalyst-based driver, but only with red bars and blocks on top of the screen
    (*) xf86-video-ati and radeonhd both work fine, but obviously the 3d support isn't so hot, and I'm a huge gamer
    (*) latest xorg release from pacman -Syu
    (*) Yes, I know official support has ceased
    Thoughts? Shared ideas? What are we waiting for, ATI's new drivers or a patched fix? Got this working, anyone?
    edit: Yes, I've searched the forums. But there's too much scattered information and not enough to really focus on what seems to be the problem and how to resolve it
    Last edited by nocts (2009-04-17 21:34:40)

    Well, I have a hd 4850, but that's generally the same. Here is my xorg.conf:
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Option "AIGLX" "on"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "record"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "True"
    Option "Xinerama" "off"
    Option "Composite" "off"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,cz,sk,hu"
    Option "XkbVariant" ",qwerty,qwerty,"
    Option "XkbOptions" "grp:shifts_toggle"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "XAANoOffscreePixmaps" "on"
    Option "VideoOverlay" "off"
    Option "OpenGLOverlay" "off"
    Option "TexturedVideo" "on"
    Option "TexturedXrender" "on"
    Option "Textured2D" "on"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    Option "Composite" "Disable"
    EndSection
    don't forget to run 'aticonfig --initial --input=/etc/X11/xorg.conf ' as root after you update your driver or change sthing in xorg.conf
    BTW I use catalyst 9.4 from AUR with kernel 2.6.29 and xorg 1.6
    Hope it helps...

  • Has anyone got AST to work on a Lion Server?

    For the Apple Service Providers we need to run Apple Service Toolkit from a server. Has anyone gottten AST to work on a Lion Server? We have 3 locations and have all tried and have gotten different out comes but none have worked. We have chatted with Apple Service with no help.

    I have it installed on a Lion server machine and the only way I have been able to get the client machines to see it was to plug both the server machine and the client into the same switch. Netbooting across subnets seems almost impossible.
    I am also waiting to hear back from the AST support people because now, when I netboot a client machine to the gateway, it says "There is a problem with the Gateway Manager." When I log into the server and open Gateway Manager, it just sits there forever saying "Looking for gateway controller."
    Currently I'm running AST 1.0.9 and I understand that version 1.1.1 is actually the latest, but I cannot find it ANYWHERE on Apple's site nor in GSX. In fact, since they switched over to the new GSX domain, the ONLY thing I can find related to AST is a small article describing how it works. No downloads, no links, no nothing.
    Any idea where to find the latest version? I can't even find a link to it with a simple Google search. The AST support guy said to search within GSX, which found nothing but the article I mentioned.

  • Has anyone got NVrotate to work under Win98SE?

    I installed the latest driver for this card for Win98
    NVrotate is not available as an option in Win98SE
    Display properties-->settings -->GeForce FX5200
    I temporarily moved a drive with WinXP Pro onto this machine.
    NVrotate is an available option in
    Display properties-->settings -->GeForce FX5200
    and works fine.
    But for various compatibility reasons this machine has to been running Win98SE.
    Has ANYONE got NVrotate to work under Win98 ??????
    MSI FX5200  TD128
    Gigabyte GA-7VAX
    AMD 2400+
    17" Analog LCD & 18.1" Analog LCD

    I managed to get it to work, you have to install two files
    the first for the actual python script files.
    the second for the user interface.
    you might have installed the user interface, but without installing python, and that's why its not loading up the application, also make sure you install python to phone memory.
    On my N96 I installed:
    Python for S60 1.4.4
    Python script shell 1.4.4
    if you get an 'update error' when installing its because you have not un-installed all of the old python stuff, open app manager on the handset and un-install all python relating files
    one last thing, install python and the shell to the phone memory (c drive)
    Hope it helps
    Tony

  • Has anyone gotten DLNA to work properly with Windows 7 x64 ?

    Has anyone gotten DLNA to work properly on Windows 7 64 bit and Windows Media Player 12? I got it working, sort of. It's not reliable though, and very slow. It drops the connection a lot, and when I go to engage it it connects about half of the time and half of the time it won't see the Media Server. It also times out when trying to scan my (admittedly large) music directory on my PC.
    I'm sure that my hardware is ok, I think that DLNA is just a buggy system. But if anyone has it working properly with Windows 7 x64 and WMP 12 can you tell me exactly how you set it up?  And if you used another desktop app besides WMP can you tell me what worked for you?
    Thanks!

    Try setting it up like this.  Hope this helps!
    Start Device Manager.
    Windows 7 Click Start > Control Panel > System and Security > Device Manager.
    The following devices are normally installed:
    Anrdoid USB Devices
    My HTC
    Disk drives
    HTC Android Phone USB Device
    Modems
    HTC Modem (if using as a tethered modem)
    Portable Devices
    E:/ (Where E represents the assigned drive letter.)
    Universal Serial Bus controllers
    USB Composite Device
    USB Mass Storage Device
    If a red X, yellow ! or yellow ? is displayed to the left of a listed device, a conflict is present and the drivers must be updated or reinstalled.
    Driver conflicts may also be indicated by a device entry labeled Other Devices or Unknown.
    If a conflict is present:
    If using the HTC DROID Incredible ADR6300 as a Sync device continue to step 3.
    If using the HTC DROID Incredible ADR6300 as a Modem ensure the device drivers are installed. Refer to Downloading and installing VZAccess Manager for additional assistance.
    If VZAccess Manager is installed and a driver conflict is still present, continue to step 3.
    Right-click the device then click Update Driver Software.
    If using Windows 2000 / XP, right-click the device then click Update Driver.
    The device name may differ from the example shown.
    Click Browse my computer for driver software.
    If using Windows 2000 / XP, select Install from a list or specific location (Advanced) then click Next.
    Enter C:\Windows\System64\driver into the search window then click Next.
    The driver location can be entered manually or navigated to by clicking Browse.
    If the driver software is not found, a Windows Operating System update may be needed.
    Click Close.

  • Has anyone made a Watts UP? Meter vi??

    I am trying to integrate a WATTS UP? meter into my project.  Has anyone made a vi for this meter?  It is the RS-232 version, and here is there website can be found https://www.wattsupmeters.com/secure.html .  The company says they have not made one for Labview, but before I dig into making a vi, I wanted to see if any of you have made one yet.  Thanks in advance!
    - J.S.
    Attachments:
    WattsUp_Pro2.jpg ‏6 KB

    Hey. Well, there are several ways that I have found to make tables 508 compliant. The one I went with is as follows:
    public static class AccessibleTableSelectionListener implements ListSelectionListener {
    JTable innerTable;
    public AccessibleTableSelectionListener(JTable table) {
    innerTable = table;
    public void valueChanged(ListSelectionEvent e) {
    if (e.getValueIsAdjusting()) return;
    ListSelectionModel lsm = (ListSelectionModel)e.getSource();
    if (innerTable.getRowCount() > 0 && !lsm.isSelectionEmpty())
    setAccessibleNameForSelectedCell(innerTable);
    private void setAccessibleNameForSelectedCell(JTable table) {
    int selectedRow = table.getSelectionModel().getLeadSelectionIndex();
    int selectedCol = table.getSelectedColumn();
    if (selectedRow >= 0 && selectedCol >= 0 && table.getCellRenderer(selectedRow, selectedCol) instanceof DefaultTableCellRenderer) {
    String selectedCellValue = table.getValueAt(selectedRow, selectedCol) == null ? " " : table.getValueAt(selectedRow, selectedCol).toString();
    String selectedColName = table.getColumnName(selectedCol) == null ? " " : table.getColumnName(selectedCol).toString();
    TableCellRenderer renderer = (TableCellRenderer)table.getCellRenderer(selectedRow, selectedCol);
    Component comp = renderer.getTableCellRendererComponent(table, selectedCellValue, true, true, selectedRow, selectedCol);
    comp.getAccessibleContext().setAccessibleName(selectedCellValue + " " + selectedColName);
    } // End of AccessibleTableSelectionListener
    You may need to tweak the above code to fit your app a bit. There is a bug here though. If you use jaws and a mouse, you will notice that jaws reads the last selected row. If you want to go around this you will need to delete the mouseListeners on the table and rewrite one that takes advantage of the above code. If you need any more help, just ask.
    Dan

  • JDev 9.0.3 Remote DCM to 9iAS - Has ANYONE Made it Work?

    All,
    I have been trying to create a connection to my 9iAS 9.0.2 server from JDev 9.0.3 using Remote DCM. I've successfully installed the DCM servlet, and appear to be successfully connecting to the DCM servlet on the remote server. However, I keep receiving the message "Invalid Oracle Home directory" when testing my connection in JDev.
    I've ensured that I've typed the home directory with the proper mixed case, as required because of its case-sensitivity. That didn't work, so I tried all caps, all lowercase, adding a trailing "\"... every stupid hack I could think of. No luck.
    From other posts I've read here, it appears that perhaps this highly-publicized feature JUST DOESN'T WORK! Before I accept that conclusion...
    Has ANYONE out there ACTUALLY managed to get this to work? If so, please pass along your magic trick...
    Thanks!

    i had same problem. i try to connect from a linux machine to an remote oracle aplication server installed on a windows machine.
    in the "remote server's oracle home directory" path i had to escape the '\':
    the original path is: "C:\oracle\ora10gAS". the connection succeded with "C:\\oracle\\ora10gAS".
    i dont know it is the same with windows to windows connections.
    daniel.

  • Certificates and Mail - has anyone got them to work recently?

    Hi,
    I've been using Thawte digital certificates with Mail for almost three years and had no problems. Recently one of my certificates was due to expire, so I revoked it and got another one issued. The certificate is installed in my Keychain and everything looks to be correct - Keychain places a small green tick next to it and says 'This certificate is valid' and it is also ticked in the Address Book.
    However, the option to sign and encrypt messages in Mail's compose window has vanished. I can't find a way of getting it to appear so it looks like Mail can't find the certificate.
    I've quit Mail and reimported the certificate, no change. I've tried a self-certified certificate to see if that works - nothing.
    A look on the forums suggests that a number of other people have had similar problems.
    So has anyone found a workaround? This is quite important as I rely on signed email messages when working on large documents.
    Thanks,
    Mike.
    iMac G5 1.5Gb RAM 250 Gb HD   Mac OS X (10.4.6)  

    This is from Mail Help, that perhaps you have not seen:
    "Signing and encrypting email messages
    If you have a personal certificate on your computer, you can send signed messages (including the body of the message and any attachments) to anyone using Mail. Signed messages let your recipients verify your identity as the sender, and provide assurance that the message has not been tampered with in transit. A Signed icon (a checkmark) in the email header indicates your personal certificate is installed in Keychain Access.
    Encrypted messages (which encrypt both the body of the message and any attachments) offer a higher level of security than just signed messages. You can only send encrypted messages when you have certificates stored on your computer for both you and all recipients of your message. The easiest way to get someone's certificate is to have them send you a signed email message. When you view a signed message, Mail automatically imports the person's certificate (or "public key") and stores it in your keychain. You'll know you have the recipient's personal certificate installed in Keychain Access if an Encrypt (closed lock) icon appears next to the Signed icon after you address a new mail message to that person.
    To SIGN and ENCRYPT an email message:
    Choose File > New Message. In the Account pop-up menu, choose the account for which you have a personal certificate installed in your keychain. A Signed (checkmark) icon on the upper-right side above the message text indicates the message will be signed when you send it. To send the message unsigned, click the Signed icon to deselect it. An unsigned ("x") icon replaces the checkmark.
    Address the email. An Encrypt (closed lock) icon appears next to the Signed icon if you have a personal certificate for the recipient in your keychain and indicates the message will be encrypted when you send it. To send the message unencrypted, click the Encrypt icon to deselect it. An open lock icon replaces the closed lock icon.
    For security, encrypted messages are saved in your Sent mailbox in an encrypted format.
    If you don't have a certificate for all the recipients, a dialog appears that allows you to either cancel the delivery of the message or send the message unencrypted.
    If your recipients are using Mail, security headers marked Signed and Encrypted are visible in the messages they receive. If they are using an application that doesn't use signed and encrypted messages, the certificate might be in the form of an attachment. If your recipients save the attachment as a file, they can add your certificate to their keychain.
    Since many mailing lists reject signed messages (because the signature is an attachment), deselect the Signed icon before sending a message to a mailing list.
    See also
    encryption
    security
    digital signature
    Open this for me
    Apple Service & Support article: How to Use a Secure Email Signing Certificate (Digital ID)"
    Hope this answers your problem.
    iMac 1.9 GHz PowerPC G5 1.5 GB DDR2 SDRAM   Mac OS X (10.4.6)   Slot Loading 8X Dual Layer SuperDrive, iSight & Apple Remote; iPod Video

  • Has Anyone got HttpDownloadBean to work?

    Hi,
    using JDev 9.0.2.822 (part of 9iDS install) I have created a workspace and project. I run the filedownloadmain.jsp file, it runs OK within the IDE and I can see the contents of my "download_dir" directory but when I attempt to initiate the download it fails as it doesn't find the page specified by the built-up URL. The generated URL http://myhost:8988/servlet/download/download_dir/afile.txt which brings up a Page Not Found error in Internet Explorer. This suggests that my mapping in web.xml may be incorrect or my servletpath and userdir variables are incorrectly set in my processdownload.jsp file.
    Q:Has anyone managed to get this going?
    If so, can you please review my code snippets below and advise where I have gone wrong.
    All and any help appreciated ....
    Details of My Java Files and Environment
    I have created fileaccess.properties in my
    C:\ora9iDS\jdev\mywork\ABC\DownloadBean\public_html\WEB-INF direcotry - which contains the following line;
    fileaccess.basedir=c:\\mydir
    I have created a directory c:\mydir and have the following subdirectories
    c:\mydir\upload
    c:\myload\download_dir - which contains afile.txt
    Within my java project I have the following files;
    web.xml - which contains the servlet mapping
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    <description>Empty web.xml file for Web Application</description>
    <servlet-mapping>
    <servlet-name>oracle.jsp.webutil.fileaccess.DownloadServlet.class</servlet-name>
    <url-pattern>/servlet/download/</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    </web-app>
    filedownloadmain.jsp - which seems to work fine and contains;
    <%@ page contentType="text/html;charset=windows-1252"%>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <TITLE> File Download Utility Home </TITLE>
    </HEAD>
    <BODY>
    <H1 align="center"> File Download Utility Home </H1>
    <P align="center">
    <FORM align="center" action="processdownload.jsp" method=POST>
    <P align="center">
    <TABLE border="1" >
    <TR>
    <TD ALIGN="RIGHT">Please click on the appropriate type to download</TD>
    <TD ALIGN="LEFT">
    <INPUT TYPE="RADIO" NAME="FILETYPE" VALUE="REPORTS" CHECKED>REPORTS
    <INPUT TYPE="RADIO" NAME="FILETYPE" VALUE="LOG">LOG FILES
    </TD>
    </TR>
    </TABLE>
    </P>
    <P align="center">
    <INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Choose File">
    <INPUT TYPE="RESET" NAME="Reset" VALUE="Clear">
    </P>
    <P align="center">Log me out !</P>
    </FORM>
    </P>
    </BODY>
    </HTML>
    processdownload.jsp - which contains
    <%@ page language="java" import="javax.servlet.*, javax.servlet.http.*,java.util.*, oracle.jsp.webutil.fileaccess.*"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <body>
    <%
    String servletPath = "/servlet/download/"; // path to the download servlet
    String userDir = "/download_dir"; // user part of download directory
    %>
    <jsp:useBean id="dbean" class="oracle.jsp.webutil.fileaccess.HttpDownloadBean" >
    <jsp:setProperty name="dbean" property="source" value='<%=userDir %>' />
    </jsp:useBean>
    <%
    dbean.setBaseDir(application, request);
    dbean.listFiles(request);
    %>
    The following files were found:
    <%
    Enumeration fileNames = dbean.getFileNames();
    while (fileNames.hasMoreElements()) {
    String name = (String)fileNames.nextElement();
    %>
    <br><a href="<%= servletPath + name %> "><%= name %></a>
    <% } %>
    <br>Done!
    </body>
    </html>
    exit.jsp - which contains the following
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <TITLE>Exit File Download Utility</TITLE>
    </HEAD>
    <BODY>
    <H2>
    Thank you for using File Download Utility </H2>
    <H4>The time now is :</H4>
    <P><% out.println((new java.util.Date()).toString()); %></P>
    </BODY>
    </HTML>

    In order to get this running from within Jdeveloper try the following:
    1- modify your web.xml file that resides in your Project/public_html//Web-inf directory
    remove the
    <servlet-mapping>
    <servlet-name>oracle.jsp.webutil.fileaccess.DownloadServlet.class</servlet-name>
    <url-pattern>/servlet/download/</url-pattern>
    </servlet-mapping>
    and add the following instead:
    <servlet>
    <servlet-name>download</servlet-name>
    <servlet-class>oracle.jsp.webutil.fileaccess.DownloadServlet</servlet-class>
    </servlet>
    2-ensure you have ojsputil.jar and ojsp.jar under your Project/public_html//Web-inf/lib directoy
    you can copy them from your oc4j home/lib directory.
    3- double check your download directory and make sure that it resides under c:\mydir
    from your code above it looks like your download_dir is under c:\myload not c:\mydir
    Also your fileaccess.basedir=c:\\mydir note the double \\
    4- in this line of code
    String servletPath = "/servlet/download/"; // path to the download servlet
    remove the leading forward slash in the servletpath so that you end up with:
    String servletPath = "servlet/download/"; // path to the download servlet
    I have this working with the following code, using the httpdownload tag
    <%@ taglib uri="fileaccess.tld" prefix="fileaccess" %>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <TITLE>
    test download
    </TITLE>
    </HEAD>
    <BODY>
    <fileaccess:httpDownload source="/temp" servletPath="servlet/download/"></fileaccess:httpDownload>
    </BODY>
    </HTML>
    The URL that you should get when you click on the link that for your file should include the web context root
    for your project.

  • Has anyone got Fonelink to work on their mac?

    I've downloaded the trial version of fonelink to my mac (OS X 10.4 tiger) from here;http://www.novamedia.de/download/e_demo_fl_mac.htm​l
    All I want to do is to be able to syncronise my ical on my mac with my calender on my nokia 6300 and also upload music from itunes. The demo version doesn't let me synchronise my calendar so I've given up. Has anyone done either sussessfully?
    Thanks!

    Rebooted OSX and FF4b worked.

  • Has anyone got Safari to work with Kerberos (SPNEGO) ?

    Has anyone got Safari to with using Negotiate (SPNEGO with Kerberos) when the system is not bound to ActiveDirectory or Macs OpenDirectory?
    I can load Firefox and it works fine, but Safari does not work. I keep hearing that Safari works out of the box, but its looks like its somehow tied to AD or Macs Opendirectory and its deployment of Kerberos.

    I am having the same problem and checked out the Apple Discussions for a solution.
    I too am meticulous with my addresses.
    Seeing no solution I went back to testing.
    I have tried:
    From Shrewsbury
    To Telford
    The result was a trip in the US taking 14 hours.
    Then I tried:
    From Shrewsbury UK
    To Telford UK
    This worked.
    When on the "Get Directions" screen there is a "Globe" icon by the "Space" icon. Pressing this brings up "English (US)". Press again and you get "English (UK).
    Any ideas?
    When I use the "Contacts" to get the Start and End fields the iPhone is bringing up the correct address but with "United States" at the end of the address.
    Again any ideas?
    In my Address book I never use the "Country" field as all my contacts are in the UK. I wonder if this is the problem and the iPhone is defaulting to US in the absence of no "Country"?
    Help!

  • Has anyone got Python to work on the N96???

    Has anyone got Python to wok on the N96?
    I have downloaded and installed the latest edition 3rd 1.4.4 i think. it goes on the phone without any problems.
    However when trying to use app that use python specifically pyPiow at the moment the app goes on the phone but nothing happens when i try to open it!
    is it somthing i am doing wrong, where go i install the pictures, or the apps for that matter, can the apps go on the mass memory where they are now or do they have to go on the very small phone memory?!
    does current python work at all on the n96
    has anyone had any joy?
    please help!
    cheers

    I managed to get it to work, you have to install two files
    the first for the actual python script files.
    the second for the user interface.
    you might have installed the user interface, but without installing python, and that's why its not loading up the application, also make sure you install python to phone memory.
    On my N96 I installed:
    Python for S60 1.4.4
    Python script shell 1.4.4
    if you get an 'update error' when installing its because you have not un-installed all of the old python stuff, open app manager on the handset and un-install all python relating files
    one last thing, install python and the shell to the phone memory (c drive)
    Hope it helps
    Tony

Maybe you are looking for

  • Adobe bridge errors

    trying to view the .ffx presets in adobe bridge for after effects and when i select any of them the picture icon and the name pop up in the preview panel but they nothing else happens. none of them play: animations, text, or sound what is the problem

  • Handwriting recognition with mac os

    Hello all, I'm new in this forum and this is my first post. Recently I bought a wacom graphic tablet and once installed I found that Mac OS X has a new pref pane with ink options for handwriting recognition. (http://www.apple.com/macosx/features/inkw

  • Newbie problem - how to refresh frames when selected by a link

    A few weeks ago I was handed an antiquated frame-based site to update which has given me more than a few headaches.  I've managed to acquire a copy of Dreamweaver CS 3 from the power that be, and have been trying to find a solution to the following p

  • Cost booking during GI not during GR

    Dear Experts, We update inventory from PS module as project stock. here, durring GR of  material cost is not booking but during GI from the invenotry against reservation cost booked. Is it possible to reverse the process? I want to book cost durring

  • Reports.sh file missing in ORAHOME \bin directory

    I have successfully started the reports server from DOS and looked for the reports.sh file to change the REPORTS_PATH system variable but no file exists on my computer. I am also running the following code which opens a blank web page but then nothin