Re: jawin and Tomcat 5
Bob Farnik <[email protected]> Thu, 8 Dec 2005 05:04:18 -0500
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
------------------------ It looks like you were right Christophe, I reinstalled Java and Tomcat into simple directory structures, so that the batch uses the following settings: **** set CH=C:\Java\Tomcat5512 **** set JH=C:\Java\jdk1.5.0_06 **** set SERVER_XML=C:\Java\Tomcat5512\conf\server.xml **** set LD_PATH=C:\Java\njawin1.2\lib Note, that I also had to reconfigure MyEclipse workspace and Web application settings inside it to match the changed environment and re-deploy the application, therefore I cannot tell if the simple dirs alone made the trick, or if it was a combination of all changes I made. The JSP now initializes the Bean and jawin correctly (it is failing on different exception now, but this is not a jawin issue). Thanks for your help.