Dilruk Perera

Greenhorn
+ Follow
since May 12, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dilruk Perera

try stopping all the server instances you might have started using your IDEs.
And try to start it manually from file system.

go to "<Eclipse Folder>\apache-tomcat-7.0.8\bin" { E.g : "C:\eclipse\apache-tomcat-7.0.8\bin" } and open start.bat by double clicking or using the command prompt.

Then try http://localhost
As for my knowledge pega is a language yet more or less a framework. But I like to describe it as a framework. Because there are no such pega codings.

Mostly the UI manipulation will do the work for us. It resides in a server.

Actually we can write SQL, Java, HTML, etc codes to support extra functionalists. That is the major connection between pega and other languages.

But adding additional language codes will be considered as violation, where you would not stick in to best practices that they have suggested.
11 years ago
Thanks dominic It really works so any body with this same problem can try dis out