Print Server with Apache Tomcat 6.0 and Cocoon 2 Problem...

Hi,
My company have 2 server, (9i - APEX_3.1.2.00.02) and (10g - APEX_3.1.0.00.32), both in Http server running in OEL 4.0.
I tried the following cocoon installation in other window server,
http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
and I set both APEX Instants Setting, the report printing setting according to the installation above.
The 10g apex run perfectly, however the 9i apex cannot print pdf report. the following is the error message show when i click on the export pdf button.
The webpage at http://server9i:7777/pls/apex_camnet/f?p=105:1:3689040380318743457:PDF: might be temporarily down or it may have moved permanently to a new web address. Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.
Before i add the print server to (9i), the pdf can be export, however no content inside the pdf, some corrupted detected, but when I added the report printing setting, the message above shown.
Is this because of the version of database? or the version or APEX? or other matter i did not aware?
Pls Help.
~ vincent
Edited by: kiddoo_81 on Dec 23, 2010 2:08 PM

Hi,
Anybody? any suggestion?
Thank you.
~vincent

Similar Messages

  • Servlet mapping with Apache + Tomcat

    I'm trying to set up my servlet with apache + Tomcat(3.2.3), and i'm using mod_jk as the Tomcat-Apache plug-in.
    The HelloWorld servlet that comes with the examples app worked fine at: http://localhost/examples/servlet/HelloWorldExample,
    but how do I change the configurations, so that it can be invoked at:
    http://localhost/examples/HelloWorldExample ?
    It appears to me that '/servlet/' is the default prefix for Tomcat's RequestInterceptor, there is no way to get around that.
    Any insights will be greatly appreciated, thanks!
    Elaine

    hi
    Try this:
    add below code in web.xml file in examples/WEB-INF
    F directory
    <servlet-mapping>
    <servlet-name>
    HelloWorldExample
    </servlet-name>
    <url-pattern>
    /HelloWorldExample
    </url-pattern>
    </servlet-mapping>
    Thanks for the reply, the web.xml is already set up this way, in fact, I'm able to invoke the servlet through tomcat(running on port 8080): http://localhost:8080/examples/HelloWorldExample,
    tomcat reads the web.xml without any problems.
    The problem comes from Apache(port 80), http://localhost:80/examples/HelloWorldExample wouldn't work, only http://localhost:80/examples/servlet/HelloWorldExample works.
    It appears to me that when requests are relayed from Apache to tomcat, you need to tell tomcat that you intend to invoke a servlet by prefixing '/servlet/', if you look in the server.xml, it has
    <RequestInterceptor
    className="org.apache.tomcat.request.InvokerInterceptor"
    debug="0" prefix="/servlet/" />
    I've tried to change this to something else, it didn't seem to make any difference.

  • Apache Tomcat 4.0 and MySQL 3.2.3, how to connect?

    Hi, could anybody help me please? I have a problem in connecting between Apache Tomcat 4.0 and MySQL 3.2.3. How can I connect them? Do I need mm.mysql.Driver? I have download that one, but I don't know where I should put that .jar file?
    And before that, I have made a JSP file that using MySQL Database, and I have error like this:
    Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: org.gjt.mm.mysql.Driver
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:457)
         at org.apache.jsp.ex1$jsp._jspService(Compiled Code)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.StandardContext.invoke(Compiled Code)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.AccessLogValve.invoke(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(Compiled Code)
         at org.apache.catalina.connector.http.HttpProcessor.run(Compiled Code)
         at java.lang.Thread.run(Thread.java:479)
    root cause
    java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
         at org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled Code)
         at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:198)
         at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:132)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Compiled Code)
         at org.apache.jsp.ex1$jsp._jspService(Compiled Code)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.StandardContext.invoke(Compiled Code)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.AccessLogValve.invoke(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(Compiled Code)
         at org.apache.catalina.connector.http.HttpProcessor.run(Compiled Code)
         at java.lang.Thread.run(Thread.java:479)
    Can anybody help me, please? I need this in a short time for my thesis.

    From the stack trace, it says that the mm.mysql Driver was not found. This means that you have not included the mySQL JDBC driver in your classpath. You have to download the mySQL driver jar file and place that in the "lib" folder under the Tomcat installation. Then, make sure that the said jar file is included in your classpath. Hope this helps

  • Who has figured out how to use a print server with LR 2.1?

    Who has figured out how to use a print server with LR 2.1?
    Mac OS 10.4.11, G5 2.3 dual, 8 GB RAM. PS CS 3 Dual monitors
    Print server is Mac G4 dual 533 (audio)
    Epson Pro 9600 and Epson R2400 Both are connect by USB. Could be connected with FW 400.
    I can use a print server with PS However color management does not come through when using a print server and LR. Image prints, but color horrendous.
    All custom .icc profiles are on both the G5 and the print server, G4 dual 533 (audio)

    Hi,
    Based on my research, if we want to filter events based on user name, we need to edit the XML query.
    Please refer to this blog below:
    Advanced XML filtering in the Windows Event Viewer
    http://blogs.technet.com/b/askds/archive/2011/09/26/advanced-xml-filtering-in-the-windows-event-viewer.aspx
    Best Regards,
    Amy

  • Using HP Jetdirect 300X print server with OS 10.4 Ethernet/Airport?

    I am trying to speed up my connection to my older HP 5MP Postscript printer by switching to an HP Jetdirect 300X print server. I was previously printing through a Farralon ethernet-to-Localtalk adapter, but this can be very slow and I found that printing from a PC to this printer over its parallel port was about 20 times faster (it would sometimes take up to 50 minutes to print one document over the ethernet-to-Localtalk adapter). HP claims that this Jetdirect 300X print server will be even faster than printing from a PC and I will still be able to use Postscript from the Macs.
    BUT, HP does not give adequate info how to set up this print server with a Mac network, despite recommending it. The info I have found so far seems to require being a PC systems and network administrator to understand it. (very high-techese) Does anyone have experience setting this up with OS 10.4? I do still have one old Mac running OS 9 that I can set up in a pinch if I have to, but I would prefer to be able to get rid of OS 9 completely. I also have one computer with Windows XP Home Edition if I can use that to set up the server and then operate it with Macs.
    The newer Macs are iMac G5, Powerbook G4, and G4 DA Tower. I do not currently have a router, except for an Airport Express. My various computers are linked together with an 8-port ethernet hub, with the Airport Express serving as a bridge to the Airport-equipped Macs.

    I'm not familiar with the JetDirect, but I can tell you that I have an HP Laserjet 4m at work set up to receive print jobs from both our Macs and PCs.
    We have it hooked up to a Windows 2000 PC which is sharing the printer. The same concept would apply to XP. Just install the printer and then share the printer. Keep the share name short (something like HP5 or so - OSX does not seem to like long shared printer names). As long as you have at least OSX 10.3 you can use the Printer Setup Utility to to Add a printer. Select Windows shared printers. Locate the Windows XP printer on the network and have the Mac connect to it. You'll see the shared printer in the list. Select the driver and add the printer.
    You'll need to have file sharing established on the XP computer, or at least the printer sharing and you will want to use the account that the computer logs in to. You'll also need a printer driver on the Mac side. HP does not have this. However, there are several drivers available for HP printers under CUPS (Common Unix Printing System). Do a Google search for "Gutenprint" and you'll get the website for the drivers. You'll want to have that installed before adding the printer in OSX.
    BTW, it won't work with OS9, unless you have DAVE or some other Win/Mac application that allows communication between PCs and Macs.
    It's a small amount of work, but the drivers are free which I imagine is probably a lot cheaper than the JetDirect.

  • There software for net gear PS121 usIsb print server? Just purchased Macbook pro and have Netgear wireless printer router

    Is there software download for net gear PS121 usb print server? Just purchased Macbook pro and have Netgear wireless printer router that has worked well for years on windowns. I have searched with minimal results

    Check with NetGear for Mac OS X Lion driver/software.

  • Exchange 2010 server with 2 DAG servers - DAG1 and DAG2 - backup with 2 DPM servers one for each DAG server

    Hello,
      Please advice, i have an Exchange 2010 server with 2 DAG servers - DAG1 and DAG2 - backup with 2 DPM servers, one for DAG1 and one for DAG2 is it possible ?

    Hi,
    I confirmed with Exchange support team that DAGs could be backed up separately.
    Meanwhile backup database is important if you need to recover both Exchange server settings and database. See:
    Recover a database availability group member server
    http://technet.microsoft.com/en-us/library/dd638206.aspx
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Desperately seeking help. mod_jk problem with Apache 2.0.49 and Tomcat 4.1.

    Hi All,
    I am setting up the connection between Tomcat 4.1 and Apache 2.0.49 since past 3 days without success.
    I downloaded the
    JK 1.2
    JK 1.2 Binary Releases
    mod_jk_1.2.5_2.0.47.dll from apache site.(renamed it to mod_jk.dll as instructed). Now the problem is that after making the other settings in server.xml, httpd.conf,workers.properties
    My Tomcat does not show any error when i uncomment the following code
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
                   port="8009" minProcessors="5" maxProcessors="75"
                   enableLookups="true" redirectPort="8443"
                   acceptCount="10" debug="0" connectionTimeout="20000"
                   useURIValidationHack="false"
                   protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    which is the code for mod_jk2. I don't understand this as I have download the file for JK1.2.
    I am getting the mod_jk.conf file generated but it is generated with the following code.
    <IfModule !mod_jk.c>
      LoadModule jk_module C:/Program Files/Apache Group/Apache2/modules/mod_jk.dll
    </IfModule>
    JkWorkersFile "C:/Program Files/Apache Group/Tomcat 4.1/conf/jk/workers.properties"
    JkLogFile "C:/Program Files/Apache Group/Tomcat 4.1/logs/mod_jk.log"
    JkLogLevel info
    <VirtualHost localhost>
        ServerName localhost
        JkMount /admin ajp13
        JkMount /admin/* ajp13
        JkMount /webdav ajp13
        JkMount /webdav/* ajp13
        JkMount /examples ajp13
        JkMount /examples/* ajp13
        JkMount /tomcat-docs ajp13
        JkMount /tomcat-docs/* ajp13
        JkMount /manager ajp13
        JkMount /manager/* ajp13
    </VirtualHost>
    AGAIN , here I fail to understand why it is generating the jk_module with forward slash.
    (I HAVE GIVEN THE ps=/ property in worker.properties)
    Once I add the path in quotes i.e.
    LoadModule jk_module "C:/Program Files/Apache Group/Apache2/modules/mod_jk.dll"
    I am able to start the apache server. but am failing in the connection test ie. not able to view the examples directory.
    Plz. advise me , I am really going crazy over this stuff.
    Thanks in advance,
    Vishy.

    I am confused, you need to pick modjk2 or modjk.
    I would not use a precompiled modjk2.dll , I have and had security problems.
    I would compile it from source. The instructions are in the source package.
    If you use modjk, your on the right steps, modjk is more difficult to setup. than modjk2.
    For modjk2 all you need is
    LoadModule jk2_module C:/Program Files/Apache Group/Apache2/modules/mod_jk2.dll
    and the workers2.properties in /conf directory, that's it.
    Tomcat 4 and above come 'stock' with ajp workers turned on port 8009.
    First make sure modjk is loaded in Apache.
    Make sure all 30 lines of error page is uncommented on http.conf
    You can do this by http://servername/SOMEbogusAddress
    just go to apache page, then try and load a non-existing page
    You should see at bottom of page:
    Apache/2.0.49 (Unix) mod_jk2/2.0.4

  • Sharing Linksys Wireless Print Server with MAC and PC - How to do?

    I have lost the capability to share a printer on my network by using the Linksys Wireless Print Server-model number WPS54G -V2. Prior to having to return my previous Print Server on an RMA, I was able to use the MAC and PCs on my network. I have a PowerGook G4 with MacOS X 10.4.10. I also have a Airport Extreme Base Station V5.6. The printer on the network that is being shared is an Epson Stylus Photo 820. Recently, when trying to reconfigure the network, I updated the software on the Airport Extreme...so I think after that, I am no longer able to share this printer using current network configuration. As information, I will share how I got the network to share the printer BEFORE I had to replace the previous Print Server and BEFORE I updated the Airport Extreme. Please see this link:
    http://www.macosxhints.com/article.php?story=20050406151311940
    Even though this was for a different type of Print Server, this worked for me.
    When reconfiguring the new Print Server, I contacted Linksys...as had some difficulty until I found out how to assign a static IP to the new Print Server. When trying to talk to them about the Mac issue, and sharing the printer, they shared this link with me...which may be helpful to some, but I found that this does not work for me...
    http://www.macosxhints.com/article.php?story=20060404021600193
    I have been trying to work through the issue, but feel I may now have some compatibility issues between the Airport Extreme and the Epson printer.
    Further details are that I use 10.0.1.78 for the assigned IP address for the Print server. My router (which is the Airport address) is 10.0.1.1. I have tried IPP printing option, LPD printing option...and IPP printing at least returns a status on the Print Server as "printing" as opposed to "idle". I have checked the Print status on the Mac, and I have received two (2) different error messages as to why the print job failed. They are:
    "the process "picwpstops" stopped unexpectedly with status 1"
    and
    "the process "rastertoprinter" stopped unexpectedly with status 1"
    The latter happens when I follow the instructions on the second link I attached on this topic...with the only change being that I select IPP printing as opposed to LPD printing.
    Anyone that has any insight into HOW to configure the mysterious settings for Mac OS printing so that it can be compatible with a Wireless Print Server, please feel free to comment. In the meantime, I am thinking that the links above could help some people...just not me at this point given my current configuration and versions of software/firmware and perhaps the printer I am using.
    Greatly appreciate your consideration, and any suggestions to anyone that might understand what these error messages mean when checking the printer status after sending a file for printing.
    Thank you

    1. No, you don't have to make a bootable clone.
    2. If you use the drive for a bootable backup, then you cannot use the drive for other types of storage unless you partition the drive and make more than one volume.
    3. No, it will not try to boot the computer. You must designate the startup volume using Startup Disk preferences.
    If you wish to use the drive on both a Mac and a PC, then either you make two partitions - one for Mac and the other for the PC or you must format the entire drive using FAT32 so the drive can be used for read//write by both operating systems. If you do this then you cannot use the drive for a bootable backup nor can you use it with Time Machine.
    FAT32 is slower for read/write on the Mac than using Mac formatting.
    Optimally, I would suggest you partition the drive into two volumes. One volume formatted for the Mac and the other formatted FAT32.
    You can send files from a PC to a Mac and vice-versa using File Sharing. Select Mac Help from the Finder's Help menu and search for "file sharing" or "sharing" to find help articles. Also see,
    Mac OS X 10.5 Help- Setting up a Mac computer to share files with Windows users
    Mac OS X 10.5 Help- Setting up a Windows computer to share files with Mac users
    Mac OS X 10.5 Help- Sharing with Windows computers

  • Wireless print server with Mac G4 and Dell PC's

    I have a belkin wireless router and a linksys WPS54G print server. Hardwired by ethernet cables to the router are two computers 1) Dell 2400 and 2) Apple G4.
    I am trying to get the Apple to print to the printserver. the linksys software set the Dell up and the print server and they work fine. I have tried everything i can on the Apple but no luck. Seems to be the driver. The printer is printing gibberish from the mac. The printer is an Epson Stylus Photo R320. I dowmloaded the drivers for Mac OS 10.4.4... from the epson website - I chose each one for the printer on my MAC and tried to print. The result was either no print out or differing gibberish each time. What can I do?

    Please search this forum. Your precise issue has been covered several times. You have to use a CUPS driver for network printing - Epson's drivers are Carbon, not CUPS. Start by updating the Gimp-Print drivers that Apple included in OS X to the next newer version, now called Gutenprint 5.0.0:
    http://sourceforge.net/project/showfiles.php?group_id=1537

  • Can't print through Linksys Print Server with PowerMac G5

    Just wondering if anyone out there has been able to print using their PowerMac while spooling through a print server, specifically a Linksys PSUS4? I have a desktop and a laptop PC and a PowerMac g5 1.6Ghz and a MacBook Pro 2.0Ghz and only the HP laptop is able to print when my Epson R340 printer is routed through the print server.
    I was using a Belkin switchbox to switch between USB hubs when printing with the desktop computers and this worked fine, other than having to remember to switch the connection when using a different computer.
    Since then, I have added a Linksys wireless G router and a Linksys PSUS4 print server to allow the two laptops to print wirelessly. Now the only machine I can print from is the HP PC laptop. Neither desktop can print, nor my Macbook.
    I am trying to use GIMP to print with my G5. When I send a jpb, it spools all the way through the job, but the printer never responds or prints a single sheet.
    Again, I am using a PowerMac G5, 1.6Ghz and MacOS 10.4.8.
    Any help anyone can give would be greatly appreciated!
    PowerMac G5 1.6Ghz   Mac OS X (10.4.8)   Also using MacBook Pro 2.0Ghz

    I've only been able to get it to work with my wife's HP laptop. So far, GIMP priting with the Mac is a no-go. It spools, but the printer just sits there.
    As of now, I'm trying to print from my wife's desktop, which is an older model eMachines 1.1Ghz with XP Professional. Right now, it's just sitting there with a "Printing" window.
    I have called Linksys, but to no avail. Couldn't understand they guy was speaking with. According to a networking friend of mine, there must be a PC host machine which is on all the time which acts as a "bridge" to get the files to the printserver. I don't know about that, but my father-in-law uses a PSUS4 to print wirelessly from 2 PC laptos with no problems.
    Gonna try calling Linksys back and see if I get anywhere with that. If not, we'll try another route.
    I'll post with what I find out.
    PowerMac G5 1.6Ghz Mac OS X (10.4.8) Also using MacBook Pro 2.0Ghz
    PowerMac G5 1.6Ghz Mac OS X (10.4.8) Also using MacBook Pro 2.0Ghz

  • Printing to a Linksys Wireless Print Server with my MAC

    have a small home network using an ATT DSL modem-router. I have several PCs hardwired to the router and 1 older MAC wireless. I have a MAC G4 laptop and a Dell laptop (my wife's) also connected wirelessly and all work well. I have added a Linksys wireless print server today and am able to get my wife's laptop to print easily and reliable as does the hardwired Dell. What I need is to get my MAC laptop to print wirelessly as well. I have tried all the options in the printer set-up but it does not see the print server. Linksys does not support MAC and there are no MAC drivers for the print server to download that I know of. Does anyone know of a fix on how I could configure this equipment so I can print wirelessly from my MAC laptop. Or perhaps bypass the print server and print using the modem-router and the same printer. I would appreciate any suggestions one could lend. Thanks much.
    Power Book G4 17" Mac OS X (10.4.10) Virtual PC capable

    Looking at figure 8-5 and the text to its left in the User Guide.
    Click Add in Printer Setup, then select IP printer > IPP. Enter the print server's IP address AND queue name P1. With that info filled in OS X has all it needs to address the printer on the print server.
    Download and install the CUPS driver version 1.1.0, and choose it when you Add in Printer Setup.

  • What print server with mac mini

    Hi, currently running Mini with Samsung printer on USB, Mini on network via Netgearand airport. I want to network printer so i can print from laptop over wireless network.
    Question: What print server is recommended.

    Speedbird1-
    Can you do it <a
    href=http://docs.info.apple.com/article.html?path=Mac/
    10.4/en/mh987.html>this way?
    Luck-
    -DaddyPaycheck
    DaddyPaycheck you are indeed a star. My whole network is now up and printing.
    Thank you.

  • Trying to install a Linksys WPS54GU2 wireless printer server with a Actiontec M1424WR router

    Been trying to get the install software to "see" the router and never get past that.  Have reset router and followed the cabling instructions but never get the installation software to list the server

    You can try performing the setup manually. The Print Server device, if I'm not mistaken should have a web-browser configuration page you can tap into. It isn't as "simple" as a wizard should be, but it will rule out any issues relating to network discovery. Log into the ActionTec at http://192.168.1.1/ and see if you can locate the IP Address the Print Server is holding to the network. If you enter that address into your Web Browser, a configuration page should appear where you can enter in the Wireless settings manually, and continue on with following the installation steps outlined here: http://www6.nohold.net/Cisco2/ukp.aspx?pid=80&app=vw&vw=1&login=1&json=1&docid=59c0e1ff7adc408094106...
    Since the Print server is supposed to support TCP/IP/SMB/Apple, setting up the Printer address should be nothing more than a matter of telling the computer to look for the Printer at a specific IP address/hostname. If you want a guide on how to do all of this, I'll gladly type one up. Before you disconnect the server from the Wired network and switch it over to Wireless, ensure your PCs can at least send jobs to the attached printer. If that's all set, then it's a matter of ensuring any printing-related settings on the PCs carry over on the switch to Wireless. Any issues with printing to the server (when it is on and pingable) would be due to an over-agressive firewall installed on a PC or due to a software (probably driver-related) issue that does not pertain to the print server.
    I strongly suggest setting a Static IP on the Printer server, as an FYI. Hostnames can get iffy sometimes.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • Looking to pass a "root" request to a WL server with Apache plugin

    Anyone know of a way to disclude a URL from the <Location> directive? I'm
    using the Apache plugin and would like to pass all requests through to the
    WL server except the images (which can be identified either by extension or
    by location (/images)). I want a request for http://apacheserver/ to get
    passed to the WL server and execute some default servlet. However... if I
    use <Location /> to pass this through... everything else will get passed
    through, even my image requests.
    Any ideas?

    Thanks for the help.
    Two location directives:
    <Location /myApp> and
    <Location /myImages>
    would end up passing my images request through to WL, no?
    The way I have it set up now, I have one tag:
    <Location /myApp>
    which (obviously) passes the /myApp/* requests to WL. This is good...
    any other request such as /images/myimage.gif stays on the web server. The
    only problem is that
    the initial hit to the site (www.mycompany.com) does not get passed through
    and
    I need it to map to a servlet on the WL server, without disrupting the flow
    of a
    /images/* request.. I have no images on the WL server.
    Anyone know of a way to disclude a URL from the <Location> directive?I'm
    using the Apache plugin and would like to pass all requests through tothe
    WL server except the images (which can be identified either by extensionor
    by location (/images)). I want a request for http://apacheserver/ to
    get
    passed to the WL server and execute some default servlet. However... ifI
    use <Location /> to pass this through... everything else will get passed
    through, even my image requests.
    Have your application reside at /myApp and images in /myImages. Then two
    <Location> stanzas,
    one for /myApp and one for /myImages will do what you want. I have an
    open case with support
    where I wanted /myApp/myImages and /myApp to resolve in the order the
    <Location> directives
    were found in httpd.conf, in much the same way you can have / and
    /images with
    Apache handling /images and WLS handing / . The case is still open and
    the workaround is
    described in the first sentence of this paragraph :)

Maybe you are looking for

  • No wireless access with Windows XP Pro (SP2) on Macbook Pro

    Hello, Just installed Windows XP Pro (SP2) on my new Macbook Pro using Bootcamp Beta. The installation has gone fine with the exception of wireless access to the internet through my Airport home network. I've tried all the other configuraton wizards

  • "iTunes cannot run because some of its required files are missing. Please reinstall iTunes." Will I lose purchases?

    So, I received the above message (and continue to receive it even after restartind the computer) when I try to open iTunes. To my knowledge, we did not delete any files. Anyway, I'm concerned that in reinstalling, I will lose purchsed content, specif

  • Disable BI Publisher options on dashboard

    Hello Anyone know how to disable some of the options that appear when a BI Publisher report is added to a dashboard. I want to be able to keep "view", "send","analyze" and the templates but lose "Schedule" and "Export". Can't see anything obvious in

  • Address Book & iPhone Numbers

    With Verizon I used selective unblocking of my caller ID with contacts in my Address Book. Basically "*82" entered before the number. Evidently GSM devices like iPhone can't use *82, but instead "*31#" The problem is, my Address book is populated wit

  • Protection level "resynchronization"

    Have a physical standby setup - oracle 11.2.01 on linux - with active dataguard. All's been fine for a long while. There were performance issues on the standby server (also the home for other databases besides the dg standby). Someone tried using dif