Hi,
Im trying to use new nightly build with Eclipse 3.2.
I can stop and start a server ( it starts stops defult server).
My question is:
How do I stop/start custom named server ( ie equivelant of
run.bat -c )
Sincerely,
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Hi,
For the impatient: 2 questions upfront:)
1) How can I use TPTP profiling with Jboss 3.2.5? ( any documentation etc that
anyone knows about)?
2)Now that Jboss is part of Eclipse org. Would it make sense to have WTP use
Jboss IDe server config etc for their code ( and for TPTP)?
I install
It is possible both works:
specify web.xml normally and include servlet in a jar inside:
1) ear/lib (with manifest setting class path to it)
2) server/lib
Thank you for help:)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907887#3907887
Reply to the post :
Thank you very much for your comment
it is more so they can use it in their project ( like a pre-made
login/authentication serlet). WAR is an idea, but it would mean different
server context
IS there a way to use something likemanifest Class-Path or something like
that to use jared
After working for few years at the big corp ( this one was VERY blue), and
seeing how much value those companies put into protecting their trademark ( IBM
claims its name is its number 1 asset - worth Billions). It is only right that
OS companies/projects do the same. JBoss produces a great prod
Is it possible (in Jboss 3.2.5) to deploy servlets inside jars, not inside
WEB-INF/classes?
For example if would like to package a servlet inside jar and give it to
someonedo they have to unpack it into their WEB-INF/classes or is there a
way to set web.xml etc to find it inside a jar?
Sin
Thanks for new FAQ, but the problem was that I compiled it on new
Jboss/Eclipse IDE (it used jdk 1.5 as default) but server was running Jdk
1.4.9.
But again thank you for help:)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907657#3907657
Reply to the p
Hi all,
Im having a problem deploying a VERY simple EAR file. I get the following error:
javax.servlet.ServletException: Wrapper cannot find servlet class
ucs.common.servlet.login.SignInServlet or a class it depends on
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Security
Hi,
I deployed 2 seperate apps on the same instance of JBoss.
I have few problems with the filters inside web.xml.
Both apps inside their web.xml have a loginFilters ( that restrict pages that
can be viewed if not logged in). Also, they both use a SecurityServlet filter.
At first 2 login filters c