![]() |
.. (לתיקייה המכילה) | |
When does the config.xml file may be changed?
|
The initial idea was to let the file be changed on-the-fly. Due to it being ill-defined solutions assuming the file is not changed during the server run will be also accepted. |
Can you explain the content of the file 'example1.tsp' attached in the sample project?
| Treat this file as 'example1.html', after presenting it on the browser you can see the TSP content. |
What should I do with the file 'config'? where should I put server's configuration other than 'config.xml'
|
You can ignore 'config' file. Put the proper configuration in 'WebServerModule.java'. When testing your work I will work with my 'WebServerModule.java' file for the testing configuration. |
For the TSP engine, what should we do with the parameter given in jre_path?
|
You should use it for compiling the java code you generate from the TSP file. See the attached link for further information. | |
| קישור: Link: Ссылка: وصلة: | http://stackoverflow.com/questions/2543439/null-pointer-exception-while-using-java-compiler-api#answer-10944833 |

