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 17850 - i can't compile jsp with a big path
Summary: i can't compile jsp with a big path
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-20 00:35 UTC by lasterra
Modified: 2006-06-05 00:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lasterra 2001-11-20 00:35:33 UTC
i can't compile a jsp that have this 
path /10/1010/101020/10102040/h0102040999.jps but it go when i execute it on 
tomcat (Version 4.0). i get an io Exception.

If i put the jsp into a little path like /10/h0102040999.jps all is ok.

is a bug??

to get more information
lasterra@wanadoo.es
erodriguez@nht-norwick.net

thanks
Comment 1 Jan Chalupa 2002-01-17 09:39:27 UTC
Re-assigning to the correct component.
Comment 2 Petr Jiricka 2002-02-06 12:38:49 UTC
This is due to a limitation of Windows - Windows can not create files 
whose length including path is 256 characters or more. Tomcat 3.2 
creates files which have long paths, that's why it does not work.

We will not be fixing this for Tomcat 3.2, but this is fixed in the 
new version of NetBeans (now in branch orion_ea), which uses Tomcat 
4.0.
Comment 3 Marek Grummich 2002-07-19 16:28:21 UTC
Target milestone was changed from not determined to TBD