Select to view content in your preferred language

Custom components on server not updating.

513
1
Jump to solution
04-19-2013 11:37 AM
DouglasGuess
Regular Contributor
I have a custom title window component which is stored in the com.esri.viewer.components directory.  I have made some modifications to this component and when I test the modifications locally, everything works as it should.  However, after I export release build and copy over the files to the server, only some of my changes are working.  I don't want to copy all the contents in the bin-release folder over to the server.  The files I copied are: index.html, index.swf, playerProductInstall.swf, and swfobject.js.  Am I correct with thinking that any component within the directory stated above should be compiled in the index.swf?  I have made similar changes like this in the past and followed the same process as described and everything was fine in the production application.
Do I need to copy over any other files?

Thanks.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DouglasGuess
Regular Contributor
Found what was the issue and thought I'd share...  I had to copy over the widget swf file that was using the custom title window component, even though there were no specific changes to the widget itself.  Once I did that, everything worked.

View solution in original post

0 Kudos
1 Reply
DouglasGuess
Regular Contributor
Found what was the issue and thought I'd share...  I had to copy over the widget swf file that was using the custom title window component, even though there were no specific changes to the widget itself.  Once I did that, everything worked.
0 Kudos