RE: How to change the jsp file expansion rules

2002-04-30 Thread Ed Rouse
at 3.2.x and earlier use this form of name mangling > and file placement. Both Tomcat 3.3.x and Tomcat 4.x place > files in the appropriate directory with a name that is not > lengthened much by mangling. You will need to upgrade to get > this new behavior. > > Cheers, > Lar

How to change the jsp file expansion rules

2002-04-30 Thread Ed Rouse
I have hit the file name too long barrier. The problem isn't the filename per say, but the way tomcat is creating the .java and .class names from the jsp. When expanding the jsp, it is including the directory structure in the file name. It also creates the directory structure, but doesn't put any