| Author |
Tomcat WAP configuration - downloading 3gp files
|
Rob Elliott
Greenhorn
Joined: Apr 24, 2002
Posts: 9
|
|
I'm new to WAP. Mobile users will be typing .3GP file URL which will launch realplayer based on video/3gpp mime type configured in web.xml on WAP (Tomcat) server. The 3GP file will be uploaded to the phone and played. I need to provide a public URL to local (private) file system location mapping where .3GP files will reside on web server. My question is do I need to provide and deploy a webapp (WAR file) to provide this functionality on server or can this be accomplished strictly through Tomcat configuration? Thanks...
|
 |
Scott Dunbar
Ranch Hand
Joined: Sep 23, 2004
Posts: 245
|
|
|
Depending on your Tomcat version the default web.xml for all webapps is in conf/web.xml in your Tomcat home directory. You could add the mime type to the list in there.
|
<a href="http://forums.hotjoe.com/forums/list.page" target="_blank" rel="nofollow">Java forums using Java software</a> - Come and help get them started.
|
 |
 |
|
|
subject: Tomcat WAP configuration - downloading 3gp files
|
|
|