Tomcat without Apache - How to Config ?

Hello,
i have a tomcat 3.3 installation on linux.
In the webapps path i have created the WEB_INF directory in which are my servlet classes and my xml files.
but I dont know how to config the Tomcat to call my login servlet in this url
http:\\localhost:8080\mtp\login
There is no apache installed on this machine. And all docs i found is in association with apache but i have no tomcat-apache.conf file.......
Can somebody help me, please
Tom

Your servlets belong to the web-inf/classes dir. You normally reach them thru:
server:port/servlet/package.myservlet
Also remember that servlets do not work if you don�t specify a package, on tomcat I think anyway.
Also read this article about setting up your server.
http://www.melonfire.com/community/columns/trog/article.php?id=48
Andreas

Similar Messages

  • How  to config receiver http adapter for HTTP POST without XML tags ??

    Hi All,
    Can you please provide some infornation on How  to config receiver http adapter for HTTP POST (Request) without XML tags ?? Our receiving product doesn't support XML formats.
    Is there any option to bypass server authentication on the XI?
    If anybody has the same experience or know how to please provide inputs.
    Thanx
    Navin

    Hi,
    you can use xsl mapping for this in which u xtract
    the contents only but not the xml tag.
    Ranjit

  • Can We Install Oracle 9i without Apache ? How ?

    Hi,
    We have already Web Logic Web Server and Application Server in out Server, and when i try to install Oracle 9i, it always forces us to install Apache Web Server ? Cen we install Oracle Without Apache ? If so How to do it ?
    Urjent,
    Pillai.

    hi
    a foot note of the table 6 in SRSP for obiee 10.1.3.4 on page 17 reads
    obiee
    "1. Windows and Linux 64-bit support: For the Windows and Linux releases, the Oracle BI EE software is 32-bit. The
    software can run on 64-bit processors that support 32-bit emulation. The supported processors are AMD64 and EM64T.
    NOTE: Revisions A and B of this guide incorrectly listed Itanium2 as a supported processor"
    processor should support em64t & also enabled at bios level w/ compatible firmware.
    dac
    table 2 in srsp for dac 10.1.3.4 lists windows x64 as compatible
    odbc32-bit vs odbc64-bit
    note on page 72 from Oracle Business Intelligence Infrastructure Installation and Configuration Guide Version 10.1.3.2.1 reads:
    For Windows 64-bit operating systems, the Oracle BI Server ODBC driver is a 32-bit
    application. Use the 32-bit version of ODBC Data Source Administrator located at
    C:\Windows\SysWOW64\odbcad32.exe.
    The 64-bit version of the ODBC Data Source Administrator (located at
    C:\Windows\system32\odbcad32.exe) does not show the Oracle BI ODBC driver.hth
    PS: It is always a good practice to go through manuals

  • How to config PKCS11.cfg during FAXs installation

    Hi guys,
    I am the rookie in Flash Access and want to setup environment on my local site. I have gone through steps from quickstart guide.
    I have a problem in installing license server now. I want to run Validator.bat to verify configuration, but I am getting error and paste it as below from flashaccess-global.log:
    2010-08-19 12:18:22,544 INFO  [com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory] Unable to initialize the PKCS11 key store factory. If PKCS11 is to be supported, please ensure 'pkcs11.cfg' is configured correctly and is supported on the target platform.
    2010-08-19 12:18:22,575 DEBUG [com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory] Exception thrown while initializing PKCS11 key store factory
    com.adobe.flashaccess.server.license.configuration.deployment.filebased.MultiTenantDeploym ent$DeploymentException: java.io.FileNotFoundException: C:\Program Files\Java\Tomcat\licenseserver\flashaccessserver\pkcs11.cfg
              at com.adobe.flashaccess.server.license.configuration.deployment.filebased.MultiTenantDeploy ment.getGlobalResource(MultiTenantDeployment.java:171)
              at com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory.<init>(PKCS11KeyStore Factory.java:100)
              at com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory.createSingleton(PKCS1 1KeyStoreFactory.java:59)
              at com.adobe.flashaccess.server.license.tools.Validator.process(Validator.java:138)
              at com.adobe.flashaccess.server.license.tools.Validator.main(Validator.java:112)
    Caused by: java.io.FileNotFoundException: C:\Program Files\Java\Tomcat\licenseserver\flashaccessserver\pkcs11.cfg
              at com.adobe.flashaccess.server.license.configuration.deployment.filebased.MultiTenantDeploy ment$UpdatableFileSystemResource.<init>(MultiTenantDeployment.java:263)
              at com.adobe.flashaccess.server.license.configuration.deployment.filebased.MultiTenantDeploy ment.getGlobalResource(MultiTenantDeployment.java:168)
              ... 4 more
    2010-08-19 12:20:22,568 INFO  [com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory] Unable to initialize the PKCS11 key store factory. If PKCS11 is to be supported, please ensure 'pkcs11.cfg' is configured correctly and is supported on the target platform.
    2010-08-19 12:20:22,583 DEBUG [com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory] Exception thrown while initializing PKCS11 key store factory
    java.lang.reflect.InvocationTargetException
              at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
              at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
              at java.lang.reflect.Constructor.newInstance(Unknown Source)
              at com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory.<init>(PKCS11KeyStore Factory.java:105)
              at com.adobe.flashaccess.server.license.keystore.PKCS11KeyStoreFactory.createSingleton(PKCS1 1KeyStoreFactory.java:59)
              at com.adobe.flashaccess.server.license.tools.Validator.process(Validator.java:138)
              at com.adobe.flashaccess.server.license.tools.Validator.main(Validator.java:112)
    Caused by: java.security.ProviderException: Error parsing configuration
              at sun.security.pkcs11.Config.getConfig(Config.java:71)
              at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:110)
              at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:90)
              ... 8 more
    Caused by: sun.security.pkcs11.ConfigurationException: Unexpected value: Token['['], line 1
              at sun.security.pkcs11.Config.excToken(Config.java:339)
              at sun.security.pkcs11.Config.parseWord(Config.java:498)
              at sun.security.pkcs11.Config.parseLine(Config.java:546)
              at sun.security.pkcs11.Config.parseLibrary(Config.java:617)
              at sun.security.pkcs11.Config.parse(Config.java:362)
              at sun.security.pkcs11.Config.<init>(Config.java:194)
              at sun.security.pkcs11.Config.getConfig(Config.java:67)
              ... 10 more
    2010-08-19 12:20:23,990 DEBUG [org.apache.commons.configuration.ConfigurationUtils] ConfigurationUtils.locate(): base is null, name is null
    2010-08-19 12:20:24,162 DEBUG [root] Appender created with name: [Partition(flashaccessserver)]
    2010-08-19 12:20:24,552 DEBUG [org.apache.commons.configuration.ConfigurationUtils] ConfigurationUtils.locate(): base is null, name is null
    2010-08-19 12:20:24,584 DEBUG [org.apache.commons.configuration.ConfigurationUtils] ConfigurationUtils.locate(): base is null, name is null
    I have read documentation the pkcs11.cfg should not be used if doesn't enable HSM.
    I am not very familiar with java application server , so maybe it's a stupid question. I am wondering how to config it to avoid error ?
    Very appreciate your answer in advance.

    Hello Lewis,
    It is always a good idea to run the Validator tool to verify a deployment.
    The PKCS11.cfg file referenced below is an optional configuration file, that needs to be present/configured if-and-only-if HSM access needs to be enabled on the server.
    The error you are seeing below is not something to be concerned about unless you plan to enable HSM access on the server. The stack trace is a DEBUG level log message. If you notice, the INFO log message suggests that this is not a critical error. When such an error is encountered with the PKCS11 config file, the server automatically defaults to not using HSM.
    Hope that answers your question.
    Regards,
    Safdar

  • Problem in configuring tomcat and apache

    I am using mod_jk to configure tomcat and apache. In the server.xml file in /TOMCAT_HOME/conf, I have added this line:
    <Listener className="org.apache.jk.config.ApacheConfig" modJk="/TOMCAT_HOME/mod_jk/mod_jk.so" />
    And when I restart the tomcat, I get this error:
    Caused by: java.lang.RuntimeException: Unable to create path to config file :
    /usr/local/tomcat/apache-tomcat-5.5.15/conf/auto/mod_jk.conf
    What this error is and how it will be removed. Any suggestion?
    Joseph

    Seems like a filesystem user rights problem. Perhaps tomcat is running as a seperate user and this user has no rights to write to one of the subdirectories?

  • How to config the web.xml file, when I use Richfaces + RI 1.2?

    Hi there:
    I want to use Richfaces + RI 1.2 to build a project. I don`t know how to config the web.xml file.
    By the way, my web server is Tomcat 6.0, my JDK's version is 6u6. I don`t want to use the facelets.
    thanks.
    lxm

    just add this before *</web-app>*
    <context-param>
           <param-name>org.richfaces.SKIN</param-name>
           <param-value>blueSky</param-value>
      </context-param>
      <filter>
           <display-name>RichFaces Filter</display-name>
           <filter-name>richfaces</filter-name>
           <filter-class>org.ajax4jsf.Filter</filter-class>
      </filter>
      <filter-mapping>
           <filter-name>richfaces</filter-name>
           <servlet-name>Faces Servlet</servlet-name>
           <dispatcher>REQUEST</dispatcher>
           <dispatcher>FORWARD</dispatcher>
           <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>

  • Connecting tomcat and apache

    hi,
    i am having problem connecting Apache and Tomcat with mod_jk connector. i am not getting any exceptions. the problem is when i am trying to access .jsp pages from apache ... its showing me code ....
    i have used this just below the <server port=8080> in server.xml :
    <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" modJk="/usr/local/apache2/modules/mod_jk.so" />
    in the same server.xml file i have used this line in the host tag :
    <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" append="true" forwardAll="false" modJk="/usr/local/apache2/modules/mod_jk.so" />
    and i have used the "Include <path>/mod_jk.conf " in httpd.conf
    is there nething i am missing ...
    thanx in advance ...
    psr

    Here are my particular settings that work. There's only this file you need to alter. Usually it's called httpd.conf
    <IfModule mod_jk.c>
        JkWorkersFile conf/workers.properties
        JkLogFile logs/mod_jk.log
        JkLogLevel error
        JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
        JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
        JkRequestLogFormat "%w %V %T"   
      JkMount /Market/* example  
      JkMount /Market example 
        JkMount /Market/*.do example
         JkMount /Market/*.jsp example
          JkMount /se/* example  
      JkMount /se example 
        JkMount /se/*.do example
         JkMount /se/*.jsp example
    </IfModule>

  • How to config the Default Values in IT 2006

    Dear Gurus,
                      My Client requirement is if i create Absence quota they want default quotas values
    eg PL= 40
         CL=7
         SL=5
    Then how to config the Default Values in IT 2006
    Other wise where i have to assign in Quotas limit
    Please advised
    Regards
    MHPO

    Configure ur Absence Quotas with Selection group and assign the value of that selection group in Quomo
    and run  RPTQTA00
    Time Data Personnel Time Management IMG   Managing Time Accounts Using Attendance/AbsenceRecording and Administration   Define Absence Quota Types. Time Quota Types Quotas
    PersonnelIMG   Managing Time Time Data Recording and Administration Time Management   Calculating Absence Entitlements Accounts Using Attendance/Absence Quotas   Permit Quota Generation Without TimeAutomatic Accrual of Absence Quotas  Evaluation.
    Time Time Evaluation  Personnel Time Management IMG   Set Personnel Subarea Groupings for Time Recording.Evaluation Settings
    PersIMG  Time Data Recording and Administration onnel Time Management   Calculating AbsenceManaging Time Accounts Using Attendance/Absence Quotas   Set Base Entitlements  Rules for Generating Absence Quotas Entitlements  Base Entitlement for Absence Quota Generation.
    Personnel TimeIMG   Managing Time Accounts Time Data Recording and Administration Management   Rules for Calculating Absence Entitlements Using Attendance/Absence Quotas   Determine Validity and Deduction Periods.Generating Absence Quotas
    IMG  Managing Time Data Recording and Administration  Personnel Time Management   Calculating Absence EntitlementsTime Accounts Using Attendance/Absence Quotas   Define Set Base Entitlements  Rules for Generating Absence Quotas  Generation Rules for Quota Selection.
    Define Public Holiday Work Schedules  Personnel Time Management IMG  Classes
    Personnel Work Schedules  Personnel Time Management IMG   Group Personnel Subareas for the Work ScheduleSubarea Groupings
    IMG   Group Personnel Subarea Groupings  Work Schedules Personnel Time Management  Personnel Subareas for theDaily Work Schedule
     Daily Work Schedules  Work Schedules  Personnel Time Management IMG  Define Daily Work Schedules
    Work Personnel Time Management IMG   Define Period Work Schedules. Period Work Schedules Schedules
    IMG   Define Day Day Types  Work Schedules Personnel Time Management  Types.
     Day Types  Work Schedules  Personnel Time Management IMG  Define Day Types.
    Day Work Schedules  Personnel Time Management IMG   Define Special Days.Types
    Work Personnel Time Management IMG   Define Employee Subgroup Work Schedule Rules and Work Schedules Schedules  Groupings
    Work Work Schedules  Personnel Time Management IMG   Define Groupings for the Public HolidaySchedule Rules and Work Schedules  Calendar.
    Work Work Schedules  Personnel Time Management IMG   Set Work Schedule Rules and WorkSchedule Rules and Work Schedules  Schedules.
    Work Work Schedules  Personnel Time Management IMG   Generate Work Schedules ManuallySchedule Rules and Work Schedules
    IMG  Set Planned Working Time  Work Schedules  Personnel Time Management  Default Value for the Work Schedule.
     Personnel Time Management IMG   Set Default Value for Time Management Planned Working Time Work Schedules  Status.
    Time Data Recording and Personnel Time Management IMG   Define Personnel Subareas for Substitution Substitutions Administration  Types.
    Time Data Recording and Personnel Time Management IMG   Set Defaults for Substitution Types. Substitutions Administration
    IMG  Absences Time Data Recording and Administration  Personnel Time Management   Group Personnel Subareas for Attendances and Absence Catalog  Absences.
    Time Data Recording and Personnel Time Management IMG   Define Absence Types. Absence Catalog  Absences Administration
    IMG   Absences  Time Data Recording and Administration Personnel Time Management   Define Counting Classes for the Period Work Absence Counting Absence Catalog  Schedule.
    Time Data Recording and Personnel Time Management IMG   Rules for Absence Counting  Absence Catalog  Absences Administration   Group Employee Subgroups for Time Quotas.Absence Counting (New)
    IMG   Absences  Time Data Recording and Administration Personnel Time Management   Group Rules for Absence Counting (New)  Absence Counting Absence Catalog  Personnel Subareas for Time Quotas
    Time Personnel Time Management IMG   Absence Absence Catalog  Absences Data Recording and Administration   Define Rules for Rounding Counted Rules for Absence Counting (New) Counting  Absences
    Time Data Recording and Personnel Time Management IMG   Rules for Absence Counting  Absence Catalog  Absences Administration   Define Counting RulesAbsence Counting (New)
    Personnel TimeIMG   Absence Catalog Absences  Time Data Recording and Administration Management   Define Counting Rules  Rules for Absence Counting (New)  Absence Counting  Deduction rules for Absence quotas
    Time Personnel Time Management IMG   Absence Absence Catalog  Absences Data Recording and Administration   Assign Counting Rules to Absence Types.Counting
    Personnel TimeIMG   Attendances/Actual Working Time Data Recording and Administration Management   Define Attendance Types.Times
    Time Personnel Time Management IMG   Attendances/Actual Working Times Data Recording and Administration   Assign Counting Rules for Attendance counting (New) Attendance counting  Rules to Attendance Types.
    Time Data Personnel Time Management IMG   Managing Time Accounts Using Attendance/AbsenceRecording and Administration   Define Absence Quota Types. Time Quota Types Quotas
    PersonnelIMG   Managing Time Time Data Recording and Administration Time Management   Calculating Absence Entitlements Accounts Using Attendance/Absence Quotas   Permit Quota Generation Without TimeAutomatic Accrual of Absence Quotas  Evaluation.
    Time Time Evaluation  Personnel Time Management IMG   Set Personnel Subarea Groupings for Time Recording.Evaluation Settings
     Time Data Recording and Administration  Personnel Time Management IMG  Managing  Calculating AbsenceTime Accounts Using Attendance/Absence Quotas   Set Base Entitlements  Rules for Generating Absence Quotas Entitlements  Base Entitlement for Absence Quota Generation.
    Personnel TimeIMG   Managing Time Accounts Time Data Recording and Administration Management   Rules for Calculating Absence Entitlements Using Attendance/Absence Quotas   Determine Validity and Deduction Periods.Generating Absence Quotas
    IMG  Managing Time Data Recording and Administration  Personnel Time Management   Calculating Absence EntitlementsTime Accounts Using Attendance/Absence Quotas   Define Set Base Entitlements  Rules for Generating Absence Quotas  Generation Rules for Quota Selection.

  • Tomcat and Apache/Tomcat is the same?

    Hello,
    I�m new to jsp and somedays ago I asked here a question and the solution was about installing Apache or Apache/Tomcat.
    Now, my question is the following.
    When I started to learn jsp , what I did were to install Tomcat. After reading some questions in these forums I do not know what is the difference between the installation of Tomcat and the installation of Apache/Tomcat.
    What I have done for the moment is to have a server with Apache and another server for my jsp pages with Tomcat....
    Does it means that it is possible to integrate two installations in only one server and to run all the pages in the same server? Where can I find information about that?
    Thanks a lot and regards,
    Patty

    Tomcat has an HTTP listener built in, so you don't necessarily need Apache to run Tomcat and serve up HTML, JSP, and servlets.
    But if you want to have Apache handle static HTML and forward servlet/JSP requests to Tomcat, there are docs at the Tomcat site to tell you how to bolt Tomcat onto Apache.
    The Wrox book "Professional Apache Tomcat" has good instructions, too. I've done it successfully many times. - MOD

  • Tomcat and Apache via JK2

    Hello,
    Has anybody ever gotten tomcat and apache working properly? I'm having a hell of a time with it. I have them working independently, and have JK2 installed (made a package for it). I used the tomcat 4.1 package from incoming...
    I can post configs and such if anybody thinks they can help. Right now, this is just a probe to see if anyone thinks they can help.   I need a break from it, been scrapping with it for three hours now.
    Once I get this working, I'll post a howto to the Wiki, I promise. :-D
    Thanks for any info,
    Dusty

    Thanks for the info so far, it's still not working though... here's what I'm getting:
    chane wrote:I might be able to help a bit.  I have apache 2.x and Tomact 4.1.29 running with JK2.
    I've got apache 2.0.48, tomcat 4.1.27, and jk2 2.0.2. Tomcat is from incoming, I built jk2 from ABS myself; It puts mod_jk2.so in /usr/lib/apache.
    in httpd.conf added a module:
    LoadModule jk2_module   lib/apache/rh72-2.0.2-mod_jk2.so
    I've got:
    LoadModule jk2_module           lib/apache/mod_jk2.so
    I think that's right; it seems to be loading the module (see error messages below)
    in the same directory (as httpd.conf) there is the workers2.properties file:
    I've tried various versions of that file. I just tried it with the one you gave copy-pasted into place, same problems.
    In the tomcat server.conf there is a connector for Coyote/JK2 AJP 1.3, make sure this is not commented and is on port 8009.
    I think I've got that set up properly. Isn't there some command I can use to test if there is a service running on port 8009?
    Anyway, when I go to http://localhost:8080/examples/jsp, for example, it works with tomcat. But if I go to http://localhost/examples/jsp I get a 404 not found; apache isn't forwarding the request to tomcat, for whatever reason.
    In /var/log/httpd/error_log, I've got this info:
    [Wed Mar 10 10:44:18 2004] [error] config.update(): Can't find config file /usr/conf/workers2.properties
    [Wed Mar 10 10:44:18 2004] [error] shm.init(): No file
    [Wed Mar 10 10:44:18 2004] [error] jk2_init() Can't find child 452 in scoreboard
    [Wed Mar 10 10:44:18 2004] [error] shm.init(): No file
    [Wed Mar 10 10:44:18 2004] [error] mod_jk child init 1 -2
    [Wed Mar 10 10:44:18 2004] [error] jk2_init() Can't find child 453 in scoreboard
    [Wed Mar 10 10:44:18 2004] [error] shm.init(): No file
    [Wed Mar 10 10:44:18 2004] [error] mod_jk child init 1 -2
    [Wed Mar 10 10:44:18 2004] [error] shm.init(): No file
    [Wed Mar 10 10:44:18 2004] [error] shm.init(): No file
    [Wed Mar 10 10:44:18 2004] [error] jk2_init() Can't find child 456 in scoreboard
    [Wed Mar 10 10:44:18 2004] [error] shm.init(): No file
    [Wed Mar 10 10:44:18 2004] [error] mod_jk child init 1 -2
    [Wed Mar 10 10:44:18 2004] [notice] Apache configured -- resuming normal operations
    [Wed Mar 10 10:44:28 2004] [error] shm.init(): No file
    [Wed Mar 10 10:44:28 2004] [error] [client 127.0.0.1] File does not exist: /home/httpd/html/examples
    I can't tell if it isn't finding workers2.properties in the right place (why look in /usr/conf), or if its looking in two places and then not finding the shm file??
    Do you have anything in ${TOMCAT_HOME}/conf/jk2.properties? All the stuff I've seen online wants me to add stuff to that file, but its never the same stuff.
    Thanks very much,
    Dusty

  • How to config JMS queues for non-AQueue products? Only config files?

    Assume I have the requirement NOT to use Oracles built-in Aqueue JMS provider but use another (external)product like:
    Apache ActiveMQ, JBossMQ, IBM MQseries,... instead.
    Can I config these JMS products through OC4Js web browser config web pages as well or am I forced in such cases to use configuration through XML config files?
    How do I tell OC4J NOT to use internal JMS Aqueue queues but use other JMS product?
    Peter

    "lilian zhu" <[email protected]> wrote:
    >
    Hi,
    i am having a admin server running on port 7001 for servlet1 and managed
    server
    running on port 8001 for servlet2. how can config the httpd.conf to make
    the apache
    web server recongize both uri path?
    i tried <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort
    7001</IfModule>
    and <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort 8001</IfModule>,
    only can recongize port 8001.
    i also tried WebLogicCluster localhost:7001,localhost:8001, doesn't work.
    i would like to know, for my case, will the clustered server work, how
    can i make
    this working for non-clustered servers?
    Thanks.
    Lilian
    Hi,
    we have the same problem. We are running two non-clustered weblogic servers and
    we want to configure only a failover
    with the plugin.
    We contacte the bea support but we haven't find a solution.
    Greetings
    Hans.

  • Flash Media Server on IIS7.5 without Apache

    I am trying to install Flash Media Server on IIS7.5  without Apache.  Are there any Whitepapers or instructions on how to do this?  We are a IIS shop and want to avoid using apache if possible.

    Check this link : http://help.adobe.com/en_US/flashmediaserver/configadmin/WS02f7d8d4857b167770a4686812a808b 6918-8000.html

  • I forgot the administrator password for my mac and cant set a new one without it how can i set a new one

    i forgot the administrator password for my mac and cant set a new one without it how can i set a new one

    Reset Password 10.7, 10.8...
    http://reviews.cnet.com/8301-13727_7-20087723-263/how-to-run-the-password-reset- utility-in-os-x-10.7-lion/

  • How to config a new remote on apple tv (first generation). I have lost my remote which came with the apple tv

    How to config a new remote on apple tv (first generation). I have lost my remote which came with the apple tv.

    Do you mean you've replaced your remote and it wont work because your AppleTV is paired to your lost remote?
    If so, http://support.apple.com/kb/HT1555 has you covered.

  • How to config OnDemand Report

    Hi,
    How to config OD Report if I want result display as below SQL command
    select a.accountname,count(b.salestage),
    (select count(b.salestage) from opportunity b where salestage in ('Closed/Did Nothing','Closed/Lost'))
    from account a,opportunity b group by a.accountname
    Thanks
    Pae

    if submit url with parameter
    http://hostname:7778/reports/rwservlet?destype=PRINTER&desname=lpSZ_R02_2&report=sticker.out
    error
    REP-50159: Executed successfully but there were some errors when distribute the output
    How to Solution?

Maybe you are looking for

  • Problem pdf created by Epson Printer.

    When I open a pdf created by my Epson printer (WF-7620) I am asked to install an Asian language pack. I do not want to install this pack. How do I stop it? I have contacted Epson support who told me to contact Adobe as they could not see a way to sto

  • Photo will not open

    Hello When i open Photos the sceen flashes white and returns to home screen.  No idea what to do to fix.  I did a restore and the problem still occurs.  What can I do to fix this?

  • IPhone Messages (SMS) app problem

    I've been having a problem with the Messages (SMS) app on my iPhone 3GS. As a matter of personal choice (or rather by nature since I'm slightly prone to OCD), I like to "close (or kill)" all my apps from the multitasking bar and have it stay nice and

  • Block FI Posting at the SD header level

    I need to block FI and CO postings to a Sales Order. I can do this by changing the System Status to Block at the item level. Is there any way to Block directly at the Header level. Thanks

  • Why is the new up grade killing mu battery

    Why does the battery die faster with the new up grade