OC4J Install for APEX printing

Hi,
I have an Oracle 11g Enterprise Edition insalled on my Windows 2008 server. I am now trying to get the report printing option to work within APEX. One of the options was to use OC4J + Apache FOP to get this going. However, I'm hitting problems when trying to access my OC4J instance.
If I just do http://localhost:8888/ it works, but when I put in http://localhost:8888/em, it falls over with a 404 error.
Has anybody seen this before? I've tried finding something related but they all seem to point to Oracle iAS. I'm assuming that the OC4J that comes with the database qualifies as a stand-alone config?
If I can't use the application server console, is there any other way to deploy the .war file? Can I just use the admin_client.jar and install the war? Anybody hit any problems with this too?
Thank you,
Chandini

I have recently been deploying some war files without using the console. I did the following:
- in the j2ee_home/config: updated the application.xml and added a new <web-module> entry with my specific details
- in the j2ee_home/config: updated the default-web-site.xml and added a new <web-app> entry with my specific details
- copy the war in to the j2ee_home/applications folder
- restart the oc4j container
This has been working for me using OC4J 10.1.3.

Similar Messages

  • How to install Canon MG3170 printer to Macbook Air (mid 2012), both USB & wifi

    I have been trying to install the Canon MG3170 to my Macbook Air (mid 2012 version) using OS X Version 10.8.4. I followed the paper manual that came with the box & used the CD provided. In the midst of the installation, "AN ERROR OCCURRED WHILE TRYING TO ADD THE SELECTED PRINTER: UNABLE TO FIND THE APPROPRIATE SOFTWARE ON YOUR SYSTEM AFTER RUNNING SOFTWARE UPDATE."
    Problems:
    1) Cannot connect on Network because there is no WPS button on my Airport Extreme and Airport Express.
    2) Cannot print, both via USB or wifi network.
    When I bought the printer, I specifically selected this because it has Airprint and wireless printing and was one of the few printers in the Apple Online store. However, I have been having a lot of issues getting the printer installed to be used on  my Macbook Air.
    Please help!!

    Thank you John Galt!
    After running SOFTWARE UPDATE, I restarted the Macbook. (DO NOT CONNECT THE PRINTER TO THE MACBOOK YET!)
    Then I connected the Canon Printer MG3170 to my MacBook Air via the USB cable.
    Next, I switched on the printer.
    I am able to print and scan (via USB cable) from;
    SYSTEM PREFERENCES - PRINT & SCAN - select CANON MG3100 series.
    To install applications for printing & scanning, go to http://support-asia.canon-asia.com/contents/ASIA/EN/8201148300.html
    However, this solved part of the question above, i.e., printing via USB cable (which is not the whole purpose of using the Airprint Printer) but at least it is a start.
    *NOTE: UNINSTALL any prior Canon softwares and drivers specifically installed for this printer first before attempting the steps above as it may interfere with the installation process.

  • Hi All,  I setup 2 Mac Minis, 'setup in a no-apple id. Now with Mini1 I installed a shared printer from Windows7 Pc it ask for credentials then I input Adminstrator account and the password ticking the remember in "keychain"  I run a test print and its se

    Hi All, 
    I setup 2 Mac Minis, 'setup in a no-apple id. Now with Mini1 I installed a shared printer from Windows7 Pc it ask for credentials then I input Adminstrator account and the password ticking the remember in "keychain"
    I run a test print and its seamless. I reboot the Mini1 and run test print again and its good.
    Now in Mini2 I did the same installation on shared printer but it is asking for user credential again and again, there is a check mark in "remember in keychain but still gives a notice that "requires authentication" I put the admin creadentials same with Mini1 then it prints.
    every time I print on Mini2 its always asking for a user & password before Printing. How can we fix it.
    I tried
    - lpd printing = "authentication required"
    - reset printer settings ang re-install printer = "authentication required"
    - replace sharename in windows7, reinstall printer in Mini2 = "authentication required"
    This stuff never happened to Mini1.

    Hi All, 
    I setup 2 Mac Minis, 'setup in a no-apple id. Now with Mini1 I installed a shared printer from Windows7 Pc it ask for credentials then I input Adminstrator account and the password ticking the remember in "keychain"
    I run a test print and its seamless. I reboot the Mini1 and run test print again and its good.
    Now in Mini2 I did the same installation on shared printer but it is asking for user credential again and again, there is a check mark in "remember in keychain but still gives a notice that "requires authentication" I put the admin creadentials same with Mini1 then it prints.
    every time I print on Mini2 its always asking for a user & password before Printing. How can we fix it.
    I tried
    - lpd printing = "authentication required"
    - reset printer settings ang re-install printer = "authentication required"
    - replace sharename in windows7, reinstall printer in Mini2 = "authentication required"
    This stuff never happened to Mini1.

  • Installing one APEX for multiple databases servers.

    Hello, everyone.
    I'm new on this world of Oracle solutions, and I would like
    very much your help.
    Here in my company I have five database servers, and I want to install
    the Oracle Apex in a way that I only need access one webpage and have
    the possibility to edit all the database.
    For instance:
    Imagine that I have five machines and each one has a instance of one database.
    I would instal the Apex on each machine. But I would like to open the Apex on
    my browser only once, and have the capability to work with all databases.
    It would be like the Apex had a scrollbar and I could choose wich database to work.
    Is that possible? If it is, could be done with XML DB server? What is the best HTTP server to use in this case?
    Thanks for your attention.
    Sorry if I wasn't clear, I'm new and I'm learning.
    Regards, Leandro R. de Freitas.

    Hi,
    as you describe this, it is not possible. An Apex instance is installed in an Oracle instance and is as a result is tied very closely to that instance.
    That being said, it is still possible to access data in different database instances from a seperate database by the use of database links, though this is can be a little complicated and not always desirable from a performance point of view. Whether this is desirable in your instance depends on the architecture of your applications.
    For example, if your 5 different instances are part of one distributed application, it may be desirable to install Apex in one instance that may be termed the master instance and have it access data from the other instances via database links, which should already exist in a distributed application.
    On the other hand, if your applications are quite distinct, then I would see it as desirable to have seperate installations of Apex in each instance. This would enable different release cycles and versioning if required, lead towards better performance and avoid single point of failure. If you need a united front end to these applications then you could maybe create a gateway application on one of the Apex instances, though how you deal with sign on would depend on your architecture eg Single Sign on vs LDAP etc. You could simply create an HTML page somewhere on your intranet that points to these applications and then let each application deal with sign on.
    I hope this helps.
    Andre

  • Printer Server configuration for APEX 3.1.2 in 10g XE

    I have APEX3.1.2 installed in 10g XE and I am going thorough the OTN tutorial "[Oracle Application Express 3.0-- Building a Functional Application"|http://www.oracle.com/technology/obe/apex/obe30/apexdev30.htm#l7] in the section "Editing Application Objects".
    When I click "Print Attribute" of a page region, it displayed "{color:#ff0000}Report printing is currently not available, there is no print server configured{color}".
    Can you tell me what this means and how to resolve it. All I have is APEX3.1.2 installed in 10gXE.
    I have searched this forum and it seems that I have to install/configure a printer server?
    Thanks!
    Kevin

    Dan,
    I have the same problem as Kevin.
    Your answer to his question can be very helpful. But if I follow the link you provide, I cant find the step 5.2.
    Step 5.1 is clear. But what are the tasks of step 5.2?
    I hope that you can tell me this.
    Thank you.
    Carlos

  • How do I install the newest Windows 7 software for my printer?

    You may have a printer and want to install it on a Windows 7 sytem, but the CD does not work.
    The Windows 7 Install Wizard from HP may be able to help.  It will detect the printer and help download the latest drivers and software for your printer and Windows 7 as long as it is supported for Windows 7.
    Click on the link above for more information about the utility.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓
    This question was solved.
    View Solution.

    I hope this information is useful.  
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Enter a password for the ADMIN user,Error in installing Oracle Apex,

    hi, everybody,
    Greetings,
    Iam trying to install oracle Apex, By coming this step it shows this error, Could you Please help me to solve this error.
    SQL> @apxchpwd.sql
    Enter a value below for the password for the Application Express ADMIN user.
    Enter a password for the ADMIN user []
    Session altered.
    ...changing password for ADMIN
    l_error_lines wwv_flow_global.vc_arr2;
    ERROR at line 3:
    ORA-06550: line 3, column 28:
    PLS-00201: identifier 'WWV_FLOW_GLOBAL.VC_ARR2' must be declared
    ORA-06550: line 3, column 28:
    PL/SQL: Item ignored
    ORA-06550: line 5, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 6, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_USER' must be declared
    ORA-06550: line 6, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 7, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 15, column 31:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.STRONG_PASSWORD_VALIDATION' must be
    declared
    ORA-06550: line 15, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 22, column 35:
    PLS-00201: identifier 'WWV_FLOW_UTILITIES.STRIPHTML' must be declared
    ORA-06550: line 22, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 25, column 9:
    PLS-00320: the declaration of the type o

    suresh.m2015,
    It's going to be impossible for anyone in this forum to help with your issue if you don't provide any more detail about your environment and Apex installation. However, from your post it looks like the Apex database objects are missing or invalid.
    Did you follow the Apex installation guide step by step? For example, did you run apexins.sql?
    It's important to follow the documentation. The script you are running to change the admin user password should not be run until after the Apex installation is complete.
    --Keith Malay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Trying to download the latest update for Epson printer/scanner but although it starts (up to about 5KB) it stops without completing. The download list shows it is installed ( 8 times!) but there is nothing in Finder downloads

    Trying to download the latest update for Epson printer/scanner but although it starts (up to about 5KB of 26.8MB) it stops without completing. The download list shows it is installed ( 8 times!) but there is nothing in Finder downloads. What can I do to download this update

    Try re-indexing Spotlight.
    Spotlight – Re-index
    If you haven't done so already, try resetting the printing system.
    OS X Mavericks: Reset the printing system  also Yosemite
    Applications/Image Capture or VueScan work?
    VueScan
    VueScan FAQ

  • Can't install canon pixma mp 980 for wireless printing

    I've installed the canon pixma software for the mp 980 and ran the connection test and got a very good connection. When I try to add the printer , I've clicked on "More Printers" and it scanned to look for drivers and didn't come back with any results. I can't get the printer to show up in the list of available printers.
    My Macbook is connected to the LAN wirelessly and the printer has been set up to print wirelessly. I have a Windows machine on the network that can print to the printer.
    Any suggestions?

    It could be a WPA key issue but I have never had such a problem with my MP980 to confirm this. You could try temporarily disabling the encryption and then seeing if the printer can be found. Note that you will have to reconnect the printer via USB to set the changes in the machine.
    If disabling the encryption does not help, then I would ensure that you can ping the IP address of the MP980. If you don't get a reply, then it would indicate that something went wrong with the network setup and this is why the device is not seen in the More Printers > Canon IJ Network menu.
    If you do get a response, then there could be something blocking the advertising of the printer, such as the internal firewall of the Mac. This has to be set to 'Allow all incoming connections' for the printer to be seen.

  • Just bought pro with new os installed - will not let me run install disk for lexmark printer

    just bought pro with new os installed - will not let me run install disk for lexmark printer?

    Is that disc for Mac systems or Windows ?
    I suggest you visit Lexmark web site and download and install drivers for your exact printer manually.

  • HT1893 i need driver install for HP 8550 COLOR LASER PRINTER. OS 10.5.8

    i need driver install for HP 8550 COLOR LASER PRINTER. OS 10.5.8
    for both MacBook pro, G%
    and I mac 20' OS 10.6
    Help

    Hello, they should be installed already!?
    On 10.5.8 I have...
    /Library/Printers/PPDs/Contents/Resources/HP Color LaserJet 8550.gz
    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?s pf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253 Demr_na-c01844302-4%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheT ok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

  • Settings and/or adjustments after installing micr toner for check printing with p1102w ??????

    Ive installed a brand new micr cratridge in my p1102w. After my first attempt at publication I was disappointed to find that check readers are unable to read my checks. Is there anything in settings or something anywhere that Im missing or unaware of that will dial my printer in to printing checks that can be read??

    Hello, if you would like us to help with your question, please contact one of our Secure Solutions Specialists at 800-633-2266. TROY is an HP Business Partner and the only one worldwide authorized to modify their printers for MICR printing. We also provide OEM MICR toner for many HP laserjets including the 1102 you mention. We'd be happy to help.

  • Im trying to install new drivers for my printer and it will not accept my password

    Im trying to install new drivers for my printer and it will not accept my password

    Hey fyermanbob,
    Thanks for using Apple Support Communities.
    OS X Mavericks: If your administrator password was not accepted
    http://support.apple.com/kb/PH14014
    Have a nice day,
    Mario

  • I installed 10.5.8 to my IMac 5 and now it won't recognize a driver for my printer which is an HP PSC 1610.  I downloaded the software from HP again and it still says it is searching for drivers

    I installed 10.5.8 to my IMac 5 and now it won't recognize any drivers for the printer which is an HP PSC 1610.  I downloaded the software and driver from HP and it still says it is searching for drivers to install the printer.

    May be worth looking here:
    Printer & scanner drivers for OS 10.5 and 10.6:
    http://support.apple.com/kb/HT3669?viewlocale=en_US

  • Epson software install problem: The software for this printer is currently unavailable. Please contact the printer's manufacturer for the latest software." But i have downloaded from Epson and Apple!!!

    I am trying to install a printer Epson xp-605 but when i try to add it, Apple says it can't find the software. I have downloaded the software from Apple website and also from the Epson installation disc!  The message is: "The software for this printer is currently unavailable. Please contact the printer’s manufacturer for the latest software."

    Try a reset of the printing system. This often resolves the symptom you are experiencing.

Maybe you are looking for

  • I think I have a virus

    I'm not sure but I think my mac has a virus. I'm expecting a lot of die-hard replies saying there are no viruses for mac, I used to be the same until this happened. My mac (Powermac G5) slowed down - a lot - and applications stopped working in certai

  • PDF / Preview issue on my Mac Mini

    I had to reload my computer and when I open up a PDF file, the Preview opens it up. I want the PDF program to open it up like it did before I reloaded. Please help. Thanks !!! SP

  • Restriction of Good Receipt on the basis of Latest GR Date...

    How we can restrict the Goods Receipt against the Purcahse Order with reference to the Latest GR Date in reflecting in the Purcahse Order. Latest GR date reflects in the Delivery tab of the Item details in the Purcahse Order.

  • Bright white spot in ipad 3

    I am seeing a bright white spot on my ipad3 screen, it is very much visible in white pages, but not so much in black. Looks like a hardware problem. I purchased my ipad3 on day it was launched, and using it for almost 6 months now. Is it still covere

  • Changing batches of deliveries in shipment/transportation? How can I?

    Hello ABAP Experts, we are dealing with an issue arousing from this SD/LES process Order -> Delivery -> Shipment (truck load) -> Batch determination in deliveries -> Deliveries to shipment -> Picking list printed -> picking per shipment (truck load)