Friday, 27 January 2017

ATG Info

To find the class from which it is using:

Using the following URL, we can get it.

http://host:port/dyn/dyn/findclass.jhtml

2)Not able to open home page of dyn/admin in ATG10.2
The detailed exception is: java.io.IOException: Cannot run program "javac": CreateProcess error=206, The filename or extension is too long

Solution 1)If we direcly access with nucles as below, it will work.

/dyn/admin/nucleus

Solution 2)

Add following(ExtendedJhtmlPageProcessor) component at this location and restart the sever.
atg\dynamo\servlet\pagecompile\

ExtendedJhtmlPageProcessor.properties:-
     #atg\dynamo\servlet\pagecompile\ExtendedJhtmlPageProcessor.properties
     $class=atg.servlet.pagecompile.jsp11.JSPPageProcessor
     javaCompilerClassName=atg.servlet.pagecompile.SunJavaSourceCompiler



Q)How to change the password at dyn/admin using URL ?
A) Using the following URL, password can be changed.
http://hostname:port/dyn/admin/atg/dynamo/admin/en/change-password.jhtml

No comments:

Post a Comment