Skip to Content
0
Former Member
Dec 24, 2014 at 10:20 AM

JSP compile error - java file name too long

87 Views

Hi there,

after migrating from NW 7.02 to NW 7.40 we encountered that the name of .java files generated from .jsp files are constructed in a different way.
In 7.02, the .java filename is the name of the .jsp plus an identifier. In 7.3 / 7.4 the .java filename contains the complete path to the .jsp + the server instance + 2 timestamps. This often leads to a .java filename which is more than 255 Chars long and therefore causes a file not found error. Is there any way to configure NW 7.4 in order to use the former method for .java filename construction ?

Greetings

Walter