Foren

Writing Servlet and accessing ?

Kadir BASOL, geändert vor 12 Jahren.

Writing Servlet and accessing ?

Junior Member Beiträge: 91 Beitrittsdatum: 10.08.10 Neueste Beiträge
I've made a custom theme for Liferay

/opt/glassfish3/glassfish/domains/domain1/applications/L2WOLF-theme/WEB-INF/classes

My path to my custom theme like this ,
I will add new servlet myself ,
But 1+ problem is , how can i access servlet ?

my host is like this :

http://216.120.250.211/

i will write HelloServlet with package com.l2wolf

package com.l2wolf;
public class HelloServlet {

}



Where to make servlet best for Liferay ,
I'm in dilemma , i think deploying new war file makes me unable to access liferay fields.
I need to make new servlet inside Liferay current theme zone,
But how ? Someone give idea?

Thanks