Search the Community
Showing results for tags 'xml'.
-
Hi, I posted an answer her link I'm aware that if this configuration file is wrong every tomcat host instance (every single Tomcat user) will fail, and their website will not be available untill the server.xml is fixed. But, each user should be able to configure at least his host to improve functionalities and performances : -Pure Tomcat SSL configuration -War root path url -connection pool ... So you cannot let anyone edit this file manually, you can't edit it each time an user need it, and we need to configure it when we need it... So as a request I created my own thread, is this possible to create a link in the panel with a simple form. This form will send xml lines, and the server will put those line in the user host inside the server.xml ? I know you have a lot of things to do, that's why I may be able to help you and send you my work if you can tell me in wich language I need to dev that. We really need this Thank you
- 11 replies
-
- server.xml
- tomcat
-
(and 4 more)
Tagged with:
-
Hi, this is the first time I write, I hope not to write in the wrong section. My problem is the following: I uploaded a project in PERL - XSLT - XML, but something does not work and I do not understand what, and I do not know how to find out the reason. I have configured .cgi files with shebang line " #!/usr/bin/perl -w " first and " #!/usr/bin/perl " after, and set permissions 0755. Hello World works perfectly. http://www.pandora.heliohost.org/cgi-bin/prova.cgi However when I run the project i get 500 error. http://www.pandora.heliohost.org/cgi-bin/home.cgi Is there a way to have more detailed information on what does not work so I can understand where the error is?