Web server requirement

Using DW I created a simple flash slideshow.  It works fine in test but when I move the page, photos and file to the production server, it does not show.  The first time I tested it on the test server, a message came up and said it was installing something.  I think the web server must also need this installed but I don't know what it was that DW installed.  Can anyone tell me if there is a requirement I need to install on the production web server?

You'll probably get better results if you post this in the Dreamweaver forum:
http://forums.adobe.com/community/dreamweaver/dreamweaver_general
That said, you don't need to install anything on the web server to run a Flash slideshow. The browser needs Flash Player, but most browsers already have it installed. If it works in your test environment and not in your production environment, I'd make sure you uploaded all your files to the correct locations on the web server.
HTH,
Jody

Similar Messages

  • Problems with Sun One Web Server  6.1 with SP1

    I get errors while compiling my JSP files on SUN one Web Server which is deployed on Solaris 9. it states that cannot compile JSP pages. here is the stack trace that i get.
    [03/Feb/2007:19:11:17] warning (  354): CORE3283: stderr: java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
    [03/Feb/2007:19:11:17] warning (  354): CORE3283: stderr:      at org.apache.jasper.compiler.SunJava14Compiler$JavacTask.run(SunJava14Compiler.java:207)
    [03/Feb/2007:19:11:17] failure (  354): for host 192.168.123.2 trying to GET /reports1/jsp/common/ClientInstall.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: WEB4000: Unable to compile class for JSP
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:756)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspServlet.java:616)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:401)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)Please help. The Java version i am using is j2sdk1.4.2_08.

    It looks like the Web Server has somehow been configured to use a JRE. Web Server requires a JDK. The following message in particular indicates that a JRE, not a JDK, is being used:java.lang.NoClassDefFoundError: com/sun/tools/javac/MainAre you using the JDK that shipped with Web Server, or did you attempt to configure Web Server to use a different JDK?

  • Sun One Web Server 6.1 with MS Active Directory??

    I know this type of question has been posted a few times, but I couldnt locate any clear answer.
    Can we have Sun One WS 6.1 use MS Active Dir as its source of users and groups? I am trying to configure this using the standard base DN and bind DN params, but I get an error saying "could not connect using the binddn and password you provided". I know the bind dn and the password I provided are correct.
    Another colleague of mine who tried the same thing was able to connect, but when he tried to navigate to the users and groups page, he got an error saying "Error trying to connect to the LDAP".
    Anyone who has tried this before, what does it take to get the SUN ONE WS to talk to AD? Can this be done at all?
    Thanks,
    Vinayak

    It looks like the Web Server has somehow been configured to use a JRE. Web Server requires a JDK. The following message in particular indicates that a JRE, not a JDK, is being used:java.lang.NoClassDefFoundError: com/sun/tools/javac/MainAre you using the JDK that shipped with Web Server, or did you attempt to configure Web Server to use a different JDK?

  • Using SSL from EJB to non-WLS web server

    I have a need for an EJB that I am writing (for WLS 6.0) to communicate with
    another web server via SSL. The other web server requires that I pass a Client
    Certificate to authenticate myself. The remote web server is NOT a WebLogic
    server. I see no references in the Bea documentation to how to achieve this.
    I have tried to create a new URL with "https://...". I call openConnection() on
    the URL instance, and my EJB gets back an instance of
    weblogic.net.http.HttpsURLConnection. This class doesn't appear to be
    documented. Does anybody have any ideas how I can use this class to pass my
    Client key and Cert chain?
    When I tried to use the URLConnection class returned, it threw an exception when
    I tried to open a stream. The stack trace shows lots of classes that lead me to
    believe that support exists for this functionality. Here is a snippet from the
    stack dump:
    java.net.SocketException: Connection aborted by peer: socket write error
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
    at
    java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:72)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:130)
    at weblogic.security.SSL.SSLSocket.sendRecord(SSLSocket.java:964)
    at
    weblogic.security.SSL.SSLSocket.sendChangeCipherSpec(SSLSocket.java:926)
    at weblogic.security.SSL.SSLSocket.clientInit(SSLSocket.java:477)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:245)
    at weblogic.security.SSL.SSLSocket.<init>(SSLSocket.java:194)
    at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:45)
    at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:156)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:85)
    at weblogic.net.http.HttpsClient.<init>(HttpsClient.java:34)
    at weblogic.net.http.HttpClient.New(HttpClient.java:119)
    at
    weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:99)
    at
    weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:146)
    The only documentation I have found is under the 5.1 docs, referencing how you
    can use the JNDI Environment to establish a connection to a remote WLS JNDI
    tree. If URLs are a resource that can be pooled by WLS, I would like to take
    advantage of that functionality. Otherwise, I will have to fall back to the
    primitives and roll my own SSLSocket classes. I would expect that there is
    support buried somewhere in the product, it is just a question of figuring out
    how to use it.
    Thanks for any and all suggestions!
    Joe

    Joe,
         Apparently weblogic.net.http.HttpsURLConnection isn't documented although 6.0SP2 has a new example called examples/security/sslclient that shows how to use it.
    Paul
    On Fri, 27 Jul 2001 00:47:17 GMT, [email protected] (Joe Rider) wrote:
    I have a need for an EJB that I am writing (for WLS 6.0) to communicate with
    another web server via SSL. The other web server requires that I pass a Client
    Certificate to authenticate myself. The remote web server is NOT a WebLogic
    server. I see no references in the Bea documentation to how to achieve this.
    I have tried to create a new URL with "https://...". I call openConnection() on
    the URL instance, and my EJB gets back an instance of
    weblogic.net.http.HttpsURLConnection. This class doesn't appear to be
    documented. Does anybody have any ideas how I can use this class to pass my
    Client key and Cert chain?
    When I tried to use the URLConnection class returned, it threw an exception when
    I tried to open a stream. The stack trace shows lots of classes that lead me to
    believe that support exists for this functionality. Here is a snippet from the
    stack dump:
    java.net.SocketException: Connection aborted by peer: socket write error
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
    at
    java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:72)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:130)
    at weblogic.security.SSL.SSLSocket.sendRecord(SSLSocket.java:964)
    at
    weblogic.security.SSL.SSLSocket.sendChangeCipherSpec(SSLSocket.java:926)
    at weblogic.security.SSL.SSLSocket.clientInit(SSLSocket.java:477)
    at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:245)
    at weblogic.security.SSL.SSLSocket.<init>(SSLSocket.java:194)
    at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:45)
    at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:156)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:85)
    at weblogic.net.http.HttpsClient.<init>(HttpsClient.java:34)
    at weblogic.net.http.HttpClient.New(HttpClient.java:119)
    at
    weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:99)
    at
    weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:146)
    The only documentation I have found is under the 5.1 docs, referencing how you
    can use the JNDI Environment to establish a connection to a remote WLS JNDI
    tree. If URLs are a resource that can be pooled by WLS, I would like to take
    advantage of that functionality. Otherwise, I will have to fall back to the
    primitives and roll my own SSLSocket classes. I would expect that there is
    support buried somewhere in the product, it is just a question of figuring out
    how to use it.
    Thanks for any and all suggestions!
    Joe

  • Biller Direct Portal / Web Server

    Hi,
    I plan to install Biller Direct onto our ERP Java Stack.
    Can Biller Direct integrate to a web site without the use of an SAP portal?
    I cannot locate any documents that clearly specifies the web server requirement.
    Thank you.

    It is a web application tha can run on a SAP J2EE web server and does not require portal.

  • The server at Mac OS X Server Web Services requires a username and password

    I am running SL Server 10.6.2, wiki works but when a person clicks an attached file in a wiki and then selects "open" they get a login popup with the notification The server at Mac OS X Server Web Services requires a username and password. It doesn't matter what they put into the login/pass it comes back. If they hit cancel then the document opens. If they click save then it saves with no issue. I can type in the admin login/pass of the server and it works. Does this mean the security settings to the location of the files is wrong? Any help is greatly appreciated!

    By the way they are using Internet Explorer 7 when opening these documents.

  • What are the System Requirements for Web Server hosting Adobe Air application

    Working on a project that is using Adobe Air . The Adobe support site has system requirements for the client side application, but for the server side, what are the system requirements?
    Using a Windows server, would expect to have approx. 100 concurrent connections at any given time.

    Adobe AIR applications are installed on the end user's computer. They are not hosted on a web server. You can deploy an AIR file, which is the installer file for an AIR application, via your web server.

  • IGNORE this since I can not DELETE IT - Your browser does not support cookies, which are required for this web server to work in session authentication mode

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

  • Requirement for Web Server

    I am having oracle 8.0.4 on windows NT platform.Now i want to make it a web server.what all i need to make it a web server (also any h/w & s/w upgarde required).

    There will be no Oracle AS 11g. It is called Oracle Fusion Middleware 11g and available since July 1, 2009.
    --olaf                                                                                                                                                                                                                                           

  • WEB Server And Database Space requirements for deploying Web Application

       Hi,
         We are in requirement of WEB Server  And Database Space requirements for deploying  our Web Application in cloud server. We want to know technical requirements and feasibilities laid by Microsoft team for deploying web
    application.......
    Regards,
    Sreenivasa M S

    Hi,
    Please refer this link and check if it helps:
    http://blogs.technet.com/b/cbernier/archive/2013/09/24/deploy-your-web-application-to-windows-azure-from-with-visual-studio.aspx
    Regards,
    Azam Khan

  • Does web server bounce required if xml file is changes

    Hi All,
    A quick question. I have changed the query of a VO and it doesnt have any row or vo impl class. Only xml file is moved to server. I cant see any data. Do I have to bounce web server? If not how can I test my vo object is working file?
    Thanks in advance.
    Hitesh

    Please be more specific when you say "I have made some changes in VO object I can see those changes and I have also created custom views but I cant see values from that view".
    You don't need to upload server.xml unless you have added a new VO to AM.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • HP 5550 web server doesn't show all required tabs

    Good afternoon!
    I have an issue with web server on hp 5550 Laserjet. Everything was good, but after reboot, it doesn't show all tabs such as "Information", "Setting", "Networking". It shows only "Home" and "Networking"...
    Do someone know how to fix this issue?
    Thanks in advance!
    Any help will be appreciated!
    Igro

    Your best bet would be to try Rapidweaver: www.realmacsoftware.com
    Best,
    Andrew
    I am not very into this stuff (can't write HTML),
    do you might have a suggestion for an other
    WebsiteBuilder?
    We can't afford GoLive (which was very cool in the
    early days built by CyberStudio) nor have I time to
    learn or buy the complex Dreamweaver.

  • Required Run time on IIS 6.0 Web Server

    Post Author: panBwai
    CA Forum: .NET
    Hello,
    I am trying to publish my asp.net 2.0 web application to a remote IIS server but it gives the following error : " Could not load file or assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified"
    I have not yet installed anything related to the Crystal Reports 2008 on the web server.  What do I need to install?
    Tia

    Post Author: panBwai
    CA Forum: .NET
    Just for the record, I needed to download and install the Crystal Reports 2008 runtime - also called the merge modules.  Here's the link http://support.businessobjects.com/downloads/runtime.asp

  • Help required on iPlanet Web Server.

    I am using iPlanet Web Server 4.1 to run my jsp' ans servlets. I need to know that if i write System.out.println("Hello World") statement in my Servlet, where it will get printed. Please let me know if theres some way for that. As this is very help full in knowing the prog flow.
    In Jakarta-Tomcat a window popsup and System.out.println statments are printed there. Is there any way we can do with iPlanet.

    Hi,
    You need to configure your web server.
    FOllowing should help you to solve your problem.
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F4790&zone_110=4790%2A%20
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F4235&zone_110=4235%2A%20
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F4699&zone_110=4699%2A%20
    -Amol

  • Web Server Authentication Required

    When I try to go to the settings page after going  my web server user interface I get this response: A username and password are being requested by https://my ip address The site says: "admin" Iv'e tried every id/password combination I have ever used nothing works. I am using a HP Photosmart 5512 on os x Lion I have made on changes since installing the printer.

    Hi there s_bmay4,
    Is this an external webserver or is this the web interface for your printer?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Maybe you are looking for

  • Can not build a template based page with customized page type.

    I built a customized page type (with persepective attribute) and wanted to build pages with this type. If the new pages do not based on any template, it works fine. However, if I wanted to use a template, the page type was set back to "standard"! Ste

  • Exception while invoking web service

    Hi all,        I am trying to consume a web service which is actually a BAPI which is being exposed as a WS. The BAPI is BAPI_COMPANYCODE_GETLIST. The following is the code that I use to execute the Web service: /***************************Code Begin

  • Create SQL string, PL/SQL

    Hi, In my application I have a selectList component, called P1_SELECTLIST. When a user chooses a value, say, 'Car,' I would like my report to return allvalues contained in subclasses of object type 'Car.' I have successfully setup a hierarchy table.

  • WTC call from Tuxedo gets to WebLogic but fails (WebLogic 10.0)

    I set up a WTC connector and I am trying to invoke an EJB on my WebLogic server (10.0). I followed the quick-start example from the documentation. I enabled "debug mode" and "user data dump". When I perform the call from Tuxedo to my EJB I see that t

  • How to know motherboard model?

    I want change proccesor on my laptop... Everest give me just serial number of laptop board - PBRVA13HT0773C but i cant find any information about this motherboard... what kind of processors i can choose? my laptop - pavilion dm1 Hewlett-Packard HP Pa