Hi everyone,
I need some testing enviroment for applying patch from support.
I have created new windows server with the same settings like original system and installed there SD+ the same way. After that I have removed the directory with SD+ and replaced it with the directory from original system. Util this everything is working fine. I have working copy of original SD+ in the testing enviroment.
The question is: Is there anything that I need to take care of? Some setting or?
When I try to apply custom patch for correcting some error in db, SD+ will not start.
I have put this 1.fjar in to "\fixes" directory (following instructions) and added some lines in the web.xml file.
This lines just before closing tag:
- <servlet>
- <servlet-name>DebugServlet</servlet-name>
- <servlet-class>com.adventnet.servicedesk.servlet.DebugServlet</servlet-class>
- </servlet>
- <servlet-mapping>
- <servlet-name>DebugServlet</servlet-name>
- <url-pattern>/servlet/DebugServlet</url-pattern>
- </servlet-mapping>
Am I doing something wrong?
Thanks you for any help :)
BR.
Karel