Hello,
We are running on TeamSite 7.4.1. We have LSDS running on IIS as a .Net application.
First,
I created a java site pre-controller.
Copied it to livesite_customer_src and executed build.bat.
Then accessed a page from preview but the page failed to render showing a ClassNotFound exception for the newly created class.
Secondly,
I then created a pre controller using .Net. I copied it to "iw-preview.net\webroot\bin"
Did a "iwreset -a"
Updated default.site with the pre controller details.
Getting the ClassNotFound exception for newly added class when I am trying to access any page in the site
What am I doing wrong?
Additional queries:
1. The default.site already has a Site-precontroller which is C# based. Is it still possible to add a 'Java' pre-controller to the default.site to execute after the existing one?
2. Please share the steps to build Java based site pre controllers and deploy to Dotnet runtime.
3. Please share the steps to build .Net based site pre controllers and deploy to Dotnet runtime.
Thanks much!
Vinay