-
How Set Content type
Can anyone tell me how I can set the content type on my server?
I'm having hard time displaying wbmp files.
I have WebLogic for web server running on NT. Please HELP!
Thanks,
Josh
Posted by Joshua Park, joshua.park@idreaminc.com
on May 31, 2000 at 01:23
-
RE: How Set Content type
Posted by Nate Silverman, nate@netobjects.com
on May 31, 2000 at 02:31
Josh:
Double-check that your mime-types have been set up correctly in your webserver's config files. One of them should be image/vnd.wap.wbmp. I set this in the HTTP_Server/conf/mime.types file, though I'm not using WebLogic, so your mimetypes file may be somewhere else. Then restart the webserver. If you're doing java/jsp stuff, you can also set it directly at the beginning of the jsp(wml) page with
Regards,
Nate