Using Presenter Mobile to access a presentation saved on a web server

I have Presenter 8 and want to pubish to my website server and then specify the correct URL to use with the Presenter Mobile App.  The help documentation does not explain clearly how to do this.
So far I can publish to my computer and then assemble the components in a single zip file which I have uploaded to my server.  This can be downloaded to a PC and unzipped to access the component files and then see the presentation.  But every URL I try on the IPAD App is rejected as not being an Adobe URL.  Can someone help please?

Hi Dave,
You just need to publish the presentation.
Place the published output on the server (Not the zipped content)
Give the path of the server upto the published folder in the Presenter app URL space.
Say your published content is in the folder Mypubcontent.
Give the path in the Presenter app url as  http:\\<server>\Mypubcontent
Make sure that the path you give works fine on the regular browser on your desktop/laptop.
Thanks,
Alpi

Similar Messages

  • Can applet access oracleDB which not on the Web server

    can anyone tell me if I could use applet come from a Web server to access oracle DB on the other workstation, how to do it

    teekay wrote:
    It should work already as the default config also sets an /owncloud alias. If it doesn't work, try
    ln -s /usr/share/webapps/owncloud /srv/http/owncloud
    It worked before when I first tested owncloud (6 months ago)
    the symlink works if I remove apaches owncloud conf file.
    I'll mark this as solved, but it should work with the conf file in place, not the symlink on the filesystem.
    Thanks, I don't know why i did not try that before

  • Programatically accessing certificate data on Sun Java Web Server

    Hi - I have set up Sun Java Webserver 7.x to do client auth. When the client cert is presented to the webserver, I need to capture the data and send it to the app server using the javax.security.cert.X509Certificate class
    I am not creating a webapp/war file. The webserver is the front end for a Broadvision (old school, I know) portal. I tried to create a custom authentication realm, but the webserver could not find the class file, (i assume because it is not associated with a webapp).
    I know i am bucking the trend by not going the webapp route, but this seems to be a simple enough thing - i just don't know where to put the code and how to configure the webserver to see/execute the code.

    more on my problem can be seen here:
    [http://forums.sun.com/thread.jspa?threadID=5370956&tstart=0|http://forums.sun.com/thread.jspa?threadID=5370956&tstart=0]
    the big picture is this - I have an existing Broadvision portal app (in struts) that has only used the webserver as a webserver - no code ever executes on the webserver, it is merely a gateway to the portal app code. At this point, however, I would like to capture client certificate data when it is presented to the webserver and put that data in the request object to be accessed by the portal code. I have written a servlet filter that resides in a webapp on the webserver, but it never gets executed. The initial page presented by the app has the URL http://xxx.xxx.uscg.mil/cgi-bin/ghamrick/portal/ep/home.do, so you're already in the struts app and there is no way to execute the servlet filter.
    I am thinking that i might put an initial page up with links for 'Direct Login' ie login via the Broadvision app, and 'CAC Login', ie login with certificate on CAC Card. I didn't think that it would be this hard to capture cert data and provide it to the Broadvision app
    Thanks for the reply - Gregg

  • Accessing FAT32 external USB Drive via web server for streaming of content

    Hi all
    I've read a post about streaming music from my mac via wifi to my iPhone 3g.
    It involves enabling the webserver, adding a symbolic link to my music directory and then browsing to the webserver using safari on my iphone.
    I've enabled the webserver, added the symbolic link however when I try and follow the instructions to add permissions to the music folder I get no error however browsing to the folder I receive a "Forbidden" message saying I don't have access.
    A friend of mine who knows more about Mac's than myself (macmini is my first mac) has suggested it's because my external drive isn't part of the core system???
    Has anyone else seen/tried this with an external drive setup?
    Regards
    Wayne

    here is the link to the post/instructions I'm using...
    http://forums.ilounge.com/archive/index.php/t-208191.html
    I ran the chmod command successfully (no error's in Terminal) but still cannot view the contents of the directory via a browser
    Cheers
    Wayne

  • Access Log format for Sun One Web Server 6.0 SP6

    Is it possible to add the Process Id to the access log? If so, what is the proper format for the access log entry in magnus.conf. We would like to be able to see which process each request used, just like in the error log.
    Thanks

    User agent and referer information can be logged. Refer to following docs(see under Table 7-1):
    http://docs.sun.com/source/816-5686-10/07_magnu.htm#33046
    Thanks,
    Manish

  • How to access FMS from outside on a web server

    I have installed FMS developer version on a small web server
    that has several websites on it. How do I reference the FMS server
    from an application on the web server, or from the outside
    somewhere? My flash development is done on a workstation, and I'm
    having problems with knowing how to connect via rtmp:.
    -- Martin

    Can anyone please provide any suggestions. I trying to google around but still not able to find any solution.
    Thanks,
    Bhasker

  • Problem with Presenter Mobile (with an LMS)

    I'm trying to view a Presenter presentation using the Adobe Presenter Mobile app. The presentation has been loaded into a Learning Management System (Desire2Learn) and it works fine on a computer. It won't load on the iPad. It just shows the introduction screen with the loading symbol circling.

    Hi,
    Could you please share me the link to the course you uploaded on the LMS.
    You may mail me at [email protected]
    Also, you need to give the link of the course in the browser on ipad and not directly on the Presenter mobile app.
    Thanks,
    Alpi

  • Oracle error ORA-00600 when using Oracle 10g and Sun One Web Server 6.1

    I have a java application that was running under Solaris 8 and Oracle 9i. I am trying to get it up and running on a new server that is configured with Solaris 9 and Oracle 10g. Whenever the application tries to connect to the database it receives the following error: ORA-00600 [ttcgcshnd-1][0]. My research indicates that this is an internal Oracle error that represents a low level unexpected condition. I have looked through my configuration for the Web Server and I have not been able to determine the cause of this problem. My DBA tells me that we have the latest patch installed for Oracle! Has anyone encountered this problem before? Any help would be greatly appreciated!

    If the problem is also present in a SWING app, i.e. outside the web server, then it is porbably something external to the webserver.
    I think you should ensure that the driver and database are compatible with each other. It is very likely that you need a new jdbc driver for the new database.
    download from here http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101020.html
    try the ojdbc14.jar

  • How to Set CLASSPATH in Apache Web Server Using IAS

    Hi,
    I have problem setting the classpath for the servlet I am using for file uploading...My work environment is Web Server is Apache with Oracle8i IAS on Sun Solaris..
    I have tried various method like setting wrapper.classpath=/oracle/ias/Apache/Jserv/servlets and my class resides under /oracle/ias/Apache/Jserv/servlets/com/oreilly/servlets/MultipartRequest.class
    in the Jserv.properties, still it get the error message class ...not found in type declaration when I compile the code...my reference to the servlet in my JSP code is com.oreilly.servlet.MultipartRequest ..
    Can someone help me out please, if you have have any idea of how to set the class path with the working environment I have specified ealier....
    null

    have you posted this on the ias 9i forum where the ias 9i apache experts are at ??

  • I want to use 2 ipad 2 devices to present in a one-on-one situation.  I would hand an ipad 2 to my customer and go through a presentation controlling what he/she sees with my ipad 2.  Is that possible?

    I want to use 2 ipads 2 devices as presentation tools in a one-on-one siuation.  I want to cotrol what my customer sees on his/her ipad2 (that I would hand to  him/her) through the ipad 2 that I would be using.  Is that possible?

    This IS possible. Take a look at Fuze Meeting HD and Mobile Presenter Pro on the App Store. Fuze Meeting HD was featured in an iPad commercial, in fact.
    http://itunes.apple.com/us/app/mobile-presenter-pro-wireless/id363283163?mt=8
    http://itunes.apple.com/us/app/fuze-meeting-hd/id389446884?mt=8

  • Mobile hotspot option  not present ANYWHERE!

    hello I bought my iPhone 6 plus from UAE and it is a 64 gb model running on IOS 8.1.2 and whenever I try to use my mobile hotspot option it is not present ANYWHERE I tried to find it in the cellular data option but it's not present over their nor is it on the setting option home screen pls help

    I Asked my carrier and they are saying that we don't handle any mobile hotspot options and this might be originated from your mobile device.

  • Adobe Presenter Mobile

    I'm pleased with Adobe Presenter Mobile in how it works with published PowerPoint presentations on my iPad. Most features work great.
    However, I noticed that recorded Adobe Connect meetings in the FLV format don't play via the Presenter Mobile application.
    Am I doing something wrong or is this something that might not work now but will work in future version of Presenter Mobile?
    In the meantime, any recorded Adobe Connect meeting that I want to share via mobile devices are downloaded in the FLV format and converted with software like the following:
    http://www.leawo.com/youtube-download/
    Thanks for any help!
    Leona :-)

    Hello,
    Thank you for your feedback on Presenter mobile.
    The Presenter mobile app is meant to be used to run Presenter content only. You can view a Presenter content from any web server or placed on Connect. A public or a private Presenter content placed on Connect can be viewed using the app.
    Let us know if you need any other help with the app.
    Regards,
    Mukul
    Adobe Presenter Engg. Team

  • Accessing the presentation layer

    Does anybody know how to access the presentation layer using a tool other than the OBIEE front end? What if I wanted to query the presentation layer from Excel or SQL Developer. Does anyone know how to do that?

    You need to use the ODBC connection. OBI Presentation Dashboard use it and Excel also.
    Here an example how to access the presentation catalog from Excel :
    http://gerardnico.com/wiki/dat/obiee/import_data_from_obiee_to_excel
    And here how to set up the ODBC :
    http://gerardnico.com/wiki/dat/obiee/obiee_client_tools#setting_up_odbc

  • User wants to see the previous year's W-2 forms, while he is accessing the present year W-2 form

    Hi Folks ,
    I need your expertise in resolving the issue,
    Requirement: User wants to see the previous year’s W-2 forms, while he is accessing the present year W-2 form (2011, 2012 and 2013 years)
    Need to get the information whether we could able to get the previous year’s W-2 forms using standard functionality? Or we should use the customize functionality
    If we want to use the custom functionality , please let us know how to do it ?
    Thanks and Regards ,
    Deepak

    you can use the Features UTREL and UTRES
    Read complete configuration & guide document
    W-2 Online User Guide - ERP Human Capital Management - SCN Wiki
    Configuring Online W-2 - Online W-2 - SAP Library

  • I used my i pad for the first time to take pictures and videos. Do I download it on my I mac before using it as a power point presentation? I also want to separate my pictures and my videos?

    i used my i pad for the first time to take pictures and videos. Do I download it on my I mac before using it as a power point presentation? I also want to separate my pictures and my videos? This also the first time that I'm using the apple support communities.

    You can import the videos and photos using iPhoto or Image Capture on your Mac.
    Connect the iPad to the Mac with the cable and launch either of those two applications on the Mac. Your iPad should appear as a device in the left side of the app. Click on the iPad name and then you should have access to all of the photos and Vidoes in the camer roll and you can import them onto the Mac.
    Im not sure what the reference is to Power Point in this case. You can use the imported photos and videos in a Power Point presentation after you import them to the Mac.
    Are you trying to create a Slide Show on the iPad? Is that what you mean by a Power Point presentation?

Maybe you are looking for