This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 59711

Summary: I18N - web app will not deploy to tomcat if project name has multibyte
Product: serverplugins Reporter: Ken Frank <kfrank>
Component: TomcatAssignee: Pavel Buzek <pbuzek>
Status: CLOSED FIXED    
Severity: blocker CC: jf4jbug, mgrummich
Priority: P2 Keywords: I18N
Version: 4.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: attachment1
attachment2

Description Ken Frank 2005-06-07 17:44:33 UTC
related to issue 59710 and maybe 56280, if project name has
multibyte, since the context root is seeded with that project
name, the app won't deploy to tomcat - see gif.

looking at the garbage multibyte in the gif, it seems like maybe
tomcat not getting the multibyte sent correctly as to encoding;
-- the second gif shows server window that seems to show the app is deployed
to tomcat (though trying to start it gives error msg) -- and the ????
indicate also some encoding handling issue between ide and tomcat communication

workaround for now is to not use mbyte in the context root, which means
we need to tell user to specifically change it if they name project
with mbyte.
Comment 1 Ken Frank 2005-06-07 17:46:04 UTC
Created attachment 22537 [details]
attachment1 [details]
Comment 2 Ken Frank 2005-06-07 17:46:35 UTC
Created attachment 22538 [details]
attachment2 [details]
Comment 3 Sherold Dev 2005-08-03 12:48:30 UTC
I'm not sure what the problem is right now, I have to investigate it farther.
This should be fixed for 4.2.
Comment 4 Pavel Buzek 2005-09-13 15:47:55 UTC
will close when I fix issue 59710 (the same fix will solve this issue)
Comment 5 Pavel Buzek 2005-09-13 22:48:54 UTC
fix of issue 59710 solves the problem
Comment 6 Jaroslav Pospisil 2005-12-20 12:42:28 UTC
VERIFIED