Bug report #398 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/398> REPORT #398 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious Confidence: public Environment: Release: 3.1 JVM Release: 1.3 Operating System: Windows OS Release: 2000 Platform: IntelX86 Synopsis: MIME-TYPE handling Description: /tomcat/conf/web.xml supports MIME type addtions. However, the added types works fine in only ROOT repository. For example, I deployed /tomcat/webapps/bbs application(i.e. bbs repository) and I put test.jnlp(for Java Web Start) into the directory. Although definitely I added some necessary MIME types to /tomcat/conf/web.xml, I couldn't launch my JWS application from bbs app. I tried to put a new web.xml which also contained jnlp mime type into /tomcat/webapps/bbs/WEB-INF, but the result was the same. So I tested the launcher html and jnlp into /tomcat/webapps/ROOT and I found it worked well. Through all the possible cases I could examine, I concluded that Tomcat MIME type addition now supports only ROOT app.Title: BugRat Report # 398
BugRat Report # 398
Project: Tomcat | Release: 3.1 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: high | Severity: serious |
Confidence:
public
|
Submitter:
_Anonymous ( [EMAIL PROTECTED] )
Date Submitted:
Nov 16 2000, 07:25:35 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- MIME-TYPE handling
- Environment: (jvm, os, osrel, platform)
- 1.3, Windows, 2000, IntelX86
- Additional Environment Description:
- Report Description:
- /tomcat/conf/web.xml supports MIME type addtions. However, the added types works fine in only ROOT repository. For example, I deployed /tomcat/webapps/bbs application(i.e. bbs repository) and I put test.jnlp(for Java Web Start) into the directory. Although definitely I added some necessary MIME types to /tomcat/conf/web.xml, I couldn't launch my JWS application from bbs app. I tried to put a new web.xml which also contained jnlp mime type into /tomcat/webapps/bbs/WEB-INF, but the result was the same. So I tested the launcher html and jnlp into /tomcat/webapps/ROOT and I found it worked well. Through all the possible cases I could examine, I concluded that Tomcat MIME type addition now supports only ROOT app.