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...