Thursday, February 12, 2009

[THIN] Re: IE Application work in Published Desktop but not as a Published App

If you're trying to launch a Java applet you may be able to run it
from the Java Web Start program instead of the browser. Look in the
html source for the applet tags.

On 2/12/09, christopher.walter@cgi.com <christopher.walter@cgi.com> wrote:
> Try this first
>
> Copy these lines below in to notepad and save to a .vbs file. You can play
> with the settings once you get it working.
>
>
> -------------------------------------------------------------------------------------------------------
> Set objExplorer = WScript.CreateObject("InternetExplorer.Application")
> objExplorer.Navigate "http://serverexample.com/IT"
> objExplorer.ToolBar = 0
> objExplorer.StatusBar = 0
> objExplorer.Width=1000
> objExplorer.Height = 700
> objExplorer.Left = 0
> objExplorer.Top = 0
> objExplorer.Visible = 1
> ---------------------------------------------------------------------------------------------------------
>
> Create a batch file to run cscript nameofyourscript.vbs
>
> Then point your published application to your batch file.
>
> Chris
>
>
>
> ________________________________
> From: thin-bounce@freelists.org [mailto:thin-bounce@freelists.org] On Behalf
> Of Greg Reese
> Sent: February 12, 2009 8:56 PM
> To: thin@freelists.org
> Subject: [THIN] Re: IE Application work in Published Desktop but not as a
> Published App
>
> for grins, what happens if you install firefox and publish it to go to the
> url instead of IE?
>
> if you look at the html source of the page, you might see the calls to start
> java. I never was much of a Java programmer but that is where I would
> start.
>
> i wonder if you can do anything with linking the site as published content.
> I usually do that from a published desktop so it may not get you there in
> this case.
>
> Greg
>
> On Thu, Feb 12, 2009 at 6:44 PM, Angela Smith
> <angela_smith9@hotmail.com<mailto:angela_smith9@hotmail.com>> wrote:
> Thanks for the email. My syntax for the Application is as follows:
>
> "C:\Program Files\Internet Explorer\IEXPLORE.EXE"
> http://serverexample.com/IT
>
> This website then kicks JAVA off. If I wanted to publish a .JAR file, how
> do I determine what JAR file to load? I ran Process Monitor on the Citrix
> server from the console and manually launched the Application. I did find a
> jar file that appeared quite often but it was running from my local IE
> internet Explorer area so obviously the JAVA files are copied locally then
> launched. In relation to syntax, all examples I have seen are based on the
> JAR file being local on the local server. Is there a way to instruct
> javaw.exe to load the jar file from the Internet site? Any examples would
> be appreciated
>
> Thanks
> Ang
>
> ________________________________
> From: pascal.bijnaar@citrix.com<mailto:pascal.bijnaar@citrix.com>
> To: thin@freelists.org<mailto:thin@freelists.org>
> Date: Thu, 12 Feb 2009 13:59:57 -0500
> Subject: [THIN] Re: IE Application work in Published Desktop but not as a
> Published App
>
>
> Maybe this can help
>
> http://support.citrix.com/article/CTX109217
>
>
>
> also ran across this. See if you are having the exact issue
>
> http://forums.citrix.com/message.jspa?messageID=1359228
>
>
>
>
>
>
>
> -PB
>
> From: thin-bounce@freelists.org<mailto:thin-bounce@freelists.org>
> [mailto:thin-bounce@freelists.org<mailto:thin-bounce@freelists.org>] On
> Behalf Of Angela Smith
> Sent: Thursday, February 12, 2009 1:47 AM
> To: thin@freelists.org<mailto:thin@freelists.org>
> Subject: [THIN] IE Application work in Published Desktop but not as a
> Published App
>
>
>
> Hi
>
> Im still having issues with my Web Based Application in that I cannot get
> them working via a Published Application. The Application in question is
> Web based and uses JAVA (1.5.0). The Process of the App when working is as
> follows:
>
> Open IE
> IE launches JAVA popup which is used for Application Authentication
> When JAVA popup opens, IE automatically closes leaving only JAVA popup on
> screen
>
> The Application works fine if I Publish a Desktop and manually launch it.
> When I run it via a Published Application, IE starts then closes as it
> should but the JAVA popup doesn't open. This issue is really starting to
> annoy me as Im not allowed to Publish a Desktop in my organisation.
>
> I tried to run the Application in a window (non seamless) - same issue,
> doesn't work.
> The Application does not work as a Published App when connecting using RDP.
> We are running Windows 2003 with Presentation Server 4 with R04
>
> I hope someone can help as its very annoying
>
> Thanks
> Angela
>
> ________________________________
>
> Date: Mon, 19 Jan 2009 08:18:42 -0600
> Subject: [THIN] Re: IE Applications work in Published Desktop but not as a
> Published App
> From: cstalhood@gmail.com<mailto:cstalhood@gmail.com>
> To: thin@freelists.org<mailto:thin@freelists.org>
>
> Does the app work in a window? (set your client [or WI] to a fixed window
> size instead of seamless)
>
>
>
> Does the app work as a published app when connecting using RDP? (launch the
> RDP client, go to the Programs tab and enter the path to the app. This will
> run the app in a window)
>
>
>
> My suspicion is mmhook.dll or SpeedScreen Browser Acceleration. What version
> of XenApp? What rollup hotfix?
>
> On Mon, Jan 19, 2009 at 7:33 AM,
> <christopher.walter@cgi.com<mailto:christopher.walter@cgi.com>> wrote:
>
> One thing you can try is launching the application in install mode from the
> from your published desktop with an admin account and then try the published
> application. Instead of Filemon, try Process Monitor. It will give you any
> registry as well as any file problems you have as well.
>
> One other thing I just remembered, when you run it through a published
> desktop see if you have a Sun directory under your application data folder.
> Try copying it to your application data folder when you run it through a
> published application to see if it works then.
>
> Chris
>
>
> ________________________________
>
> From: thin-bounce@freelists.org<mailto:thin-bounce@freelists.org>
> [mailto:thin-bounce@freelists.org<mailto:thin-bounce@freelists.org>] On
> Behalf Of Angela Smith
> Sent: January 19, 2009 6:58 AM
> To: thin@freelists.org<mailto:thin@freelists.org>
>
> Subject: [THIN] Re: IE Applications work in Published Desktop but not as a
> Published App
>
>
>
>
>
> Hi Jeremy
>
> Im simply publishing IE sites (iexplore.exe with various Intranet URL's).
> The sites are all new and require a newer JAVA version which I have already
> installed (1.50). All the Intranet sites work via a Published Desktop which
> validates JAVA is OK. The sites all load Java applet on IE startup so Im
> not sure if this is playing up when run as a Published Application.
>
> I will investigate IntervalsForLogoffCheck setting. Hopefully this setting
> doesn't affect my other apps that run on my servers..
>
> Thanks
> Ang
>
> ________________________________
>
> Subject: [THIN] Re: IE Applications work in Published Desktop but not as a
> Published App
> Date: Mon, 19 Jan 2009 18:23:07 +1100
> From: Jeremy.Saunders@datacom.com.au<mailto:Jeremy.Saunders@datacom.com.au>
> To: thin@freelists.org<mailto:thin@freelists.org>
>
> Hi Angela,
>
> What are you actually publishing? It sounds like the process is not starting
> up quick enough, so the session just logs off. This is as designed. There is
> a registry key to manage this called IntervalsForLogoffCheck. Just google it
> for a full explanation.
>
> Cheers,
> Jeremy.
>
>
> From: thin-bounce@freelists.org<mailto:thin-bounce@freelists.org>
> [mailto:thin-bounce@freelists.org<mailto:thin-bounce@freelists.org>] On
> Behalf Of Angela Smith
> Sent: Monday, January 19, 2009 4:03 PM
> To: thin@freelists.org<mailto:thin@freelists.org>
> Subject: [THIN] IE Applications work in Published Desktop but not as a
> Published App
>
>
>
> Hi
>
> I have the strangest issue with some JAVA IE based Apps start then will
> close straight away. This only occurs when IE is Published. If I publish a
> Desktop, I can manually open IE and can run all my JAVA based IE Apps
> without any issues. Issue only occurs when IE is published..
>
> I tried running Filemon on the Citrix Server but couldn't see anything
> obvious. What should I look at in trying to resolve this?
>
> Thanks
> Angela
>
> ________________________________
>
> Download free emoticons today! Holiday cheer from Messenger.
>
> ________________________________
>
> Confidentiality and Privilege Notice
> This document is intended solely for the named addressee. The information
> contained in the pages is confidential and contains legally privileged
> information. If you are not the addressee indicated in this message (or
> responsible for delivery of the message to such person), you may not copy or
> deliver this message to anyone, and you should destroy this message and
> kindly notify the sender by reply email. Confidentiality and legal privilege
> are not waived or lost by reason of mistaken delivery to you.
>
> ________________________________
>
>
>
> ________________________________
>
> Find great deals on eBay Net yourself a bargain
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> ______________________________________________________________________
>
>
>
> ________________________________
>
> Play now to win prizes for you and your friends! Are you a friend
> magnet?<http://clk.atdmt.com/GBL/go/106906016/direct/01/?href=http://www.friendmagnet.com.au>
>
> ________________________________
> Find great deals on eBay Net yourself a
> bargain<http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Frover%2Eebay%2Ecom%2Frover%2F1%2F705%2D10129%2D5668%2D323%2F4%3Fid%3D10&_t=763807330&_r=hotmailTAGLINES&_m=EXT>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> ______________________________________________________________________


--
Kevin G. Stewart
************************************************
For Archives, RSS, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link:
http://www.freelists.org/list/thin
Follow ThinList on Twitter
http://twitter.com/thinlist
Thin List discussion is now available in blog format at:
http://thinmaillist.blogspot.com
Thinlist MOBILE Feed
http://thinlist.net/mobile
************************************************

No comments: