We currently migrating over from SunOne to HTTP Server. Flash files work fine on SunOne but not on the HTTP Server.
When you go to run launch.html another window opens but the swf doesnt start playing.
Both .flv (video/x-flv) and .swf application/x-shockwave-flash are in the mime.types
Launch.html file
#####################################################
Include /opt/IBM/WebSphere/HTTPServer/conf/httpd.conf
#####################################################
#
#Listen IP address and Port Number
Listen xxxxxxx
#
###################################################
### Section 2: 'Main' server configuration
#
######### DocumentRoot ############################
#
DocumentRoot "/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/
Options FollowSymLinks
#
</Directory>
#
######### DirectoryIndex ############################################
#
directoryIndex index.html index.htm
IndexOptions FancyIndexing VersionSort
#
######### Mime Types ################################################
#
TypesConfig conf/mime.types
DefaultType text/plain
<IfModule mod_mime_magic.c>
MIMEMagicFile conf/magic
</IfModule>
#
#
########## Pidfile location,Error and Access Logs #####################
#
PidFile /opt/IBM/WebSphere/HTTPServer/logs/edc/httpd.pid
ErrorLog "|/opt/IBM/WebSphere/HTTPServer/bin/rotatelogs /opt/IBM/WebSphere/HTTPServer/logs/edc/error_%Y-%m-%d-%H:%M 86400 -360"
CustomLog /opt/IBM/WebSphere/HTTPServer/logs/edc/access_log common
CustomLog "|/opt/IBM/WebSphere/HTTPServer/bin/rotatelogs /opt/IBM/WebSphere/HTTPServer/logs/edc/access_%Y-%m-%d-%H:%M 86400 -360" common
LogLevel warn
# The following directives define some format nicknames for use with a CustomLog directive
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
#
Alias /icons/ "/opt/IBM/WebSphere/HTTPServer/icons/"
<Directory "/opt/IBM/WebSphere/HTTPServer/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
####################################################################################
When you go to run launch.html another window opens but the swf doesnt start playing.
Both .flv (video/x-flv) and .swf application/x-shockwave-flash are in the mime.types
Launch.html file
#####################################################
Include /opt/IBM/WebSphere/HTTPServer/conf/httpd.conf
#####################################################
#
#Listen IP address and Port Number
Listen xxxxxxx
#
###################################################
### Section 2: 'Main' server configuration
#
######### DocumentRoot ############################
#
DocumentRoot "/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/
Options FollowSymLinks
#
</Directory>
#
######### DirectoryIndex ############################################
#
directoryIndex index.html index.htm
IndexOptions FancyIndexing VersionSort
#
######### Mime Types ################################################
#
TypesConfig conf/mime.types
DefaultType text/plain
<IfModule mod_mime_magic.c>
MIMEMagicFile conf/magic
</IfModule>
#
#
########## Pidfile location,Error and Access Logs #####################
#
PidFile /opt/IBM/WebSphere/HTTPServer/logs/edc/httpd.pid
ErrorLog "|/opt/IBM/WebSphere/HTTPServer/bin/rotatelogs /opt/IBM/WebSphere/HTTPServer/logs/edc/error_%Y-%m-%d-%H:%M 86400 -360"
CustomLog /opt/IBM/WebSphere/HTTPServer/logs/edc/access_log common
CustomLog "|/opt/IBM/WebSphere/HTTPServer/bin/rotatelogs /opt/IBM/WebSphere/HTTPServer/logs/edc/access_%Y-%m-%d-%H:%M 86400 -360" common
LogLevel warn
# The following directives define some format nicknames for use with a CustomLog directive
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
#
Alias /icons/ "/opt/IBM/WebSphere/HTTPServer/icons/"
<Directory "/opt/IBM/WebSphere/HTTPServer/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
####################################################################################