[JBoss-user] [JBoss Eclipse IDE (users)] - nightly build question

2006-06-12 Thread sirmyth
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

[JBoss-user] [JBoss Eclipse IDE (users)] - Jboss IDE vs WTP...things that make you think hmmmm:)

2006-04-05 Thread sirmyth
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

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is it possible (in Jboss 3.2.5) to deploy servlets ...

2005-11-18 Thread sirmyth
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 :

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is it possible (in Jboss 3.2.5) to deploy servlets ...

2005-11-18 Thread sirmyth
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

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-11-17 Thread sirmyth
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

[JBoss-user] [Installation, Configuration & Deployment] - Is it possible (in Jboss 3.2.5) to deploy servlets ...

2005-11-17 Thread sirmyth
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

[JBoss-user] [Installation, Configuration & Deployment] - Re: EVIL Problem deplying simple EAR on Jboss 3.2.5 (created

2005-11-17 Thread sirmyth
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

[JBoss-user] [Installation, Configuration & Deployment] - EVIL Problem deplying simple EAR on Jboss 3.2.5 (created EAR

2005-11-14 Thread sirmyth
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

[JBoss-user] [Installation & Configuration] - problem deploying 2 seperate apps to the JBoss

2005-07-12 Thread sirmyth
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