Hi all,

I have this ear called cportal.ear, another jar called crm.jar depends on
it. crm.jar contains some ejbs.

If  I remove both of them from the deploy folder, run jboss , deploy
cportal.ear first and then crm.jar it works perfectly well.

BUT, if I just copy both of them into the deploy folder while jboss is NOT
running, then if I start jboss, sometimes crm.jar is deployed first which
causes and error.

I need to start jboss authomatically as a Win 2k service and this deployment
order is hampering me, what can I do?

im running jboss-jetty 3.0.3,

thanx in advance


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 17, 2003 6:50 PM
Subject: JBoss-user digest, Vol 1 #3810 - 10 msgs


> Send JBoss-user mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of JBoss-user digest..."
>
>
> Today's Topics:
>
>    1. Re: j_secuity_check (Gabriel Pinto)
>    2. Re: JBoss 3.2RC2 only source available (Scott M Stark)
>    3. Re: j_secuity_check (Bobby Abraham)
>    4. RE: JBoss & Log4J (Corbin, James)
>    5. Re: classpath for JSP compiling (Rod Macpherson)
>    6. RE: JBoss & Log4J (Fred Hartman)
>    7. Nukes going live (julien viet)
>    8. (no subject) (Friedl Christian)
>    9. (no subject) (Friedl Christian)
>   10. migrate from tomcat (standalone) + J2EE R.I. -> JBOSS : questions!
(ps)
>
> --__--__--
>
> Message: 1
> Date: Mon, 17 Feb 2003 11:31:14 -0300 (BRT)
> From: Gabriel Pinto <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] j_secuity_check
> Reply-To: [EMAIL PROTECTED]
>
>
> Michael, Bobby,
>
>
> What if I'm using jakarta-tomcat(4.1.18)? Does it have something similar?
>
>
> Thanks everybody...
>
>
>
> On Fri, 14 Feb 2003, Bobby Abraham wrote:
>
> > Gabriel Pinto wrote:
> > > How can I know where j_security_check will foward me after login=20
> > > authentication?
> > >=20
> > > Thanks
> > >=20
> > > Gabriel
> > >=20
> > >=20
> >=20
> > If you are using jetty you can get the session attribute=20
> > "org.mortbay.jetty.URI"
> >=20
> > This will contain the name of the page the user was attempting to acces=
> s .
> >=20
> > eg.
> >    String destination_page =3D (String)=20
> > session.getAttribute("org.mortbay.jetty.URI");
> >=20
> >=20
> >=20
> >=20
>
> --=20
>
> Gabriel Esteves Marques Pinto
> ------------------------
>    Diretor de TI
> [EMAIL PROTECTED]
>   www.brainweb.com.br
> (19)3287-7060  Ramal:253
>  N=FAcleo SOFTEX-Campinas
> ------------------------
>
>
>
>
>
> --__--__--
>
> Message: 2
> From: "Scott M Stark" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] JBoss 3.2RC2 only source available
> Date: Mon, 17 Feb 2003 07:26:27 -0800
> Organization: JBoss Group, LLC
> Reply-To: [EMAIL PROTECTED]
>
> There is no release until it is announced.
>
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
>
> ----- Original Message -----
> From: <Jonathan.O'[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 17, 2003 4:39 AM
> Subject: [JBoss-user] JBoss 3.2RC2 only source available
>
>
> > Folks,
> > Maybe I'm jumping the gun here, but the 3.2RC2 release only offers
source
> > code on SourceForge. Is RC2 a temporary release for the likes of myself
> > who can't easily access the source in CVS ?
> > Ciao,
> > Jonathan O'Connor
> > Development Manager
> > XCOM Dublin
> > Phone: +353 1 872 3305
> > Mobile: +353 86 824 0736
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
> --__--__--
>
> Message: 3
> Date: Mon, 17 Feb 2003 10:27:28 -0500
> From: Bobby Abraham <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] j_secuity_check
> Reply-To: [EMAIL PROTECTED]
>
> Gabriel Pinto wrote:
> > Michael, Bobby,
> >
> >
> > What if I'm using jakarta-tomcat(4.1.18)? Does it have something
similar?
> >
>
> I'm not sure but it should be simple to find out.
>
> On your login page iterate through all session attributes printing out
> the attribute name and value - I suspect that you will find one which
> has the value of the page you were trying to access.
>
> - bobby
>
> >
> > Thanks everybody...
> >
> >
> >
> > On Fri, 14 Feb 2003, Bobby Abraham wrote:
> >
> >
> >>Gabriel Pinto wrote:
> >>
> >>>How can I know where j_security_check will foward me after login
> >>>authentication
> >>>
> >>>Thanks
> >>>
> >>>Gabriel
> >>>
> >>>
> >>
> >>If you are using jetty you can get the session attribute
> >>"org.mortbay.jetty.URI"
> >>
> >>This will contain the name of the page the user was attempting to access
.
> >>
> >>eg.
> >>   String destination_page = (String)
> >>session.getAttribute("org.mortbay.jetty.URI");
> >>
> >>
> >>
> >>
> >
> >
>
>
> --
> Bobby Abraham
> [EMAIL PROTECTED]
>
>
>
>
> --__--__--
>
> Message: 4
> From: "Corbin, James" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] JBoss & Log4J
> Date: Mon, 17 Feb 2003 10:51:02 -0500
> Reply-To: [EMAIL PROTECTED]
>
>
> Is this accurate or am I missing something?
>
> I specified my own configuration using the configure api and that is w=
> hen I
> got conflicts with the JBOSS console appender.
>
> ??? Please advise?
>
> J.D.
>
> -----Original Message-----
> From: Anders Engstr=F6m [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 17, 2003 2:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss & Log4J
>
> On Sun, Feb 16, 2003 at 03:25:14PM +0200, Zeev B wrote:
> > The Log4j javadocs state that calling the configure method will not =
> effect
> > the current configuration (to do that you should call the
> resetConfiguration
> > method first).
>
> That's interesting! I didn't know that :) This way we could have the
> application specific logging configuration separated from JBoss. Thank=
> s
> :)
>
> //Anders
>
> > ----- Original Message -----
> > From: "Anders Engstr=F6m" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, February 14, 2003 4:49 PM
> > Subject: Re: [JBoss-user] JBoss & Log4J
> >
> >
> > On Fri, Feb 14, 2003 at 10:17:22AM +0200, Alexopoulos Dimitris
> > ([EMAIL PROTECTED]) wrote:
> > > Hello All!
> > >
> > > Couldn't you create a class that instantiates a Log4j Logger of yo=
> ur
> own?
> > > This way you could use log4j's method
> > >
> > > PropertyConfigurator.configure("pathToYourLog4jConfigFile");
> > >
> > > and read always your configuration. Is it necessary to use the JBo=
> ss
> > logger?
> > > Excuse me if I have misunderstood something... ;-)
> > >
> >
> > That would result in your configuration (pathToYourLog4jConfigFile)
> > replacing the JBoss one - and every other previously configured logg=
> ers
> > initiated from other deployed applications.
> >
> > //Anders
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> This electronic message transmission contains information from the Com=
> pany that may be proprietary, confidential and/or privileged.
> The information is intended only for the use of the individual(s) or e=
> ntity named above.  If you are not the intended recipient, be
> aware that any disclosure, copying or distribution or use of the conte=
> nts of this information is prohibited.  If you have received
> this electronic transmission in error, please notify the sender immedi=
> ately by replying to the address listed in the "From:" field.
>
>
>
> --__--__--
>
> Message: 5
> Date: Mon, 17 Feb 2003 08:10:06 -0800
> From: Rod Macpherson <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] classpath for JSP compiling
> To: [EMAIL PROTECTED]
> Reply-To: [EMAIL PROTECTED]
>
> To summarize,
>
> 1. deploy-time compilation precludes a specific optimization.
> 2. develop-time compilation requires a classpath.
>
> If deploying raw pages you lose that optimization anyway and since we
> precompile as a pre-test sanity check we already have the classpath in our
> build script. The problem is the latest Jasper does not assume a package
> structure anymore and that makes it difficult to automate deployment of
> compiled pages. Anyway, you have provided a solution and we will happily
> work with that.
>
>
> ----- Original Message -----
> From: "Jules Gosnell" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 17, 2003 2:38 AM
> Subject: Re: [JBoss-user] classpath for JSP compiling
>
>
> > Rod Macpherson wrote:
> >
> > >Can we specify that we want all JSPs compiled at deploy time? The
servlet
> > >approach has shortcomings such as losing the ability to just update a
> page
> > >on the fly. Since jetty controls the package structure and the location
> of
> > >class files  it would be nice to have a compile-on-deploy switch or at
> least
> > >an interface to point to a war and say "compile this".
> > >
> > compile on the fly is a development-time feature.
> >
> > compile-on-deploy is simply JSP precompilation. The only difference
> > being that the one is done by the container, the other by the developer.
> >
> > There is an extra optimisation step that can be taken in the latter,
> > which is to actually cut Jasper out of the dispatch of URI->Servlet,
> > mapping url-patterns in your web.xml directly to compiled pages.
> >
> > This step is problematic to perform in an automated manner, due to the
> > need for development time knowledge (which jsps are servlets and which
> > are just included, etc...).
> >
> > Since taking the middle route (compile-on-deploy) gives you neither the
> > development-time benefit of compile-on-the-fly, nor the production-time
> > benefit of removing Jasper from the dispatch (precompilation), I have
> > chosen not to implement it.
> >
> > JSP precompilation is explained in the Jetty/JBoss FAQ :
> >
> > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/contrib/jetty/*
> > FAQ*?rev=HEAD&content-type=text/vnd.viewcvs-markup
> >
> > I will add this discussion,
> >
> >
> > Cheers,
> >
> >
> > Jules
> >
> > >
> > >
> > >----- Original Message -----
> > >From: "Jules Gosnell" <[EMAIL PROTECTED]>
> > >To: <[EMAIL PROTECTED]>
> > >Sent: Sunday, February 16, 2003 9:35 AM
> > >Subject: Re: [JBoss-user] classpath for JSP compiling
> > >
> > >
> > >>Jasper expects it's classpath to be passed as a string via an
> init-param.
> > >>
> > >>This string is generated by walking up the classloader hierarchy and
> > >>adding all relevant dirs/jars to it.
> > >>
> > >>This generation is done on deployment of the war.
> > >>
> > >>It looks s if it is missing the classes in your ejb-jar.
> > >>
> > >>was it deployed when you deployed the war ? If not redeploy it and try
> > >>again. If so, let me know and we will investigate further (if you are
> > >>using Jetty).
> > >>
> > >>Jules
> > >>
> > >>
> > >>SainTiss wrote:
> > >>
> > >>>Hi,
> > >>>
> > >>>I'm writing a simple JSP in which I try to access an Entity EJB. Yet
> > >>>while accessing the jsp, I get javac errors in the JBoss log, like
> this:
> > >>>
> > >>>Error compiling file:
> > >>>
> >
>
>/usr/local/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost
> /
> > >eenloketsysteem/jsp/stTest_jsp.java
> > >
> >
>
>/usr/local/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost
> /
> > >eenloketsysteem/jsp/stTest_jsp.java:7: package
> eenloketsysteem.entitybeans
> > >does not exist
> > >
> > >>>import eenloketsysteem.entitybeans.*;
> > >>>^
> > >>>
> >
>
>/usr/local/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost
> /
> > >eenloketsysteem/jsp/stTest_jsp.java:45: cannot resolve symbol
> > >
> > >>>symbol  : class PersoonUtil
> > >>>location: class org.apache.jsp.stTest_jsp
> > >>>        PersoonUtil pUtil = new PersoonUtil();
> > >>>        ^
> > >>>
> > >>>And so on...
> > >>>
> > >>>Obviously, JBoss seems unable to locate the Beans... The beans are in
a
> > >>>.jar file with the following structure:
> > >>>
> > >>>META-INF/MANIFEST.MF
> > >>>META-INF/ejb-jar.xml
> > >>>META-INF/jboss.xml
> > >>>META-INF/jbosscmp-jdbc.xml
> > >>>eenloketsysteem/entitybeans/PersoonUtil.class
> > >>>eenloketsysteem/entitybeans/Persoon.class
> > >>>eenloketsysteem/entitybeans/PersoonData.class
> > >>>...
> > >>>
> > >>>The JSP is in a .war file like this:
> > >>>
> > >>>META-INF/MANIFEST.MF
> > >>>WEB-INF/jboss-web.xml
> > >>>WEB-INF/web.xml
> > >>>jsp/stTest.jsp
> > >>>...
> > >>>
> > >>>The URL I use for accessing the JSP is:
> > >>>Http://localhost:8080/eenloketsysteem/jsp/stTest.jsp
> > >>>
> > >>>Now the odd thing is, that I also have some servlets in that .war
> (which
> > >>>are compiled by myself of course, and not by JBoss), and there's no
> > >>>problem with them, i.e. JBoss does find the Beans at runtime, when
the
> > >>>servlets need them...
> > >>>
> > >>>I guess the most logical explanation would be that JBoss uses a
special
> > >>>classpath when compiling JSP's, but I'm not sure...
> > >>>
> > >>>Does anyone know what could be the problem here?
> > >>>
> > >>>Thanks,
> > >>>
> > >>>Hans
> > >>>
> > >>>
> > >>
> > >>
> > >>
> > >>
> > >>-------------------------------------------------------
> > >>This sf.net email is sponsored by:ThinkGeek
> > >>Welcome to geek heaven.
> > >>http://thinkgeek.com/sf
> > >>_______________________________________________
> > >>JBoss-user mailing list
> > >>[EMAIL PROTECTED]
> > >>https://lists.sourceforge.net/lists/listinfo/jboss-user
> > >>
> > >
> > >
> > >
> > >-------------------------------------------------------
> > >This sf.net email is sponsored by:ThinkGeek
> > >Welcome to geek heaven.
> > >http://thinkgeek.com/sf
> > >_______________________________________________
> > >JBoss-user mailing list
> > >[EMAIL PROTECTED]
> > >https://lists.sourceforge.net/lists/listinfo/jboss-user
> > >
> >
> >
> >
> >
> > ________________________________________________________________________
> > This email has been scanned for all viruses by the MessageLabs SkyScan
> > service. For more information on a proactive anti-virus service working
> > around the clock, around the globe, visit http://www.messagelabs.com
> > ________________________________________________________________________
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
> --__--__--
>
> Message: 6
> From: Fred Hartman <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'"
> <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-user] JBoss & Log4J
> Date: Mon, 17 Feb 2003 11:11:43 -0500
> Reply-To: [EMAIL PROTECTED]
>
> Maybe your should call your appender "MyAppConsole", rather than =
> reusing the
> name CONSOLE.
>
> -Fred
>
> -----Original Message-----
> From: Corbin, James [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 17, 2003 10:51 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] JBoss & Log4J
>
>
>
> Is this accurate or am I missing something?
>
> I specified my own configuration using the configure api and that is =
> when I
> got conflicts with the JBOSS console appender.
>
> ??? Please advise?
>
> J.D.
>
> -----Original Message-----
> From: Anders Engstr=F6m [mailto:[EMAIL PROTECTED]]=20
> Sent: Monday, February 17, 2003 2:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss & Log4J
>
> On Sun, Feb 16, 2003 at 03:25:14PM +0200, Zeev B wrote:
> > The Log4j javadocs state that calling the configure method will not =
> effect
> > the current configuration (to do that you should call the
> resetConfiguration
> > method first).
>
> That's interesting! I didn't know that :) This way we could have the
> application specific logging configuration separated from JBoss. Thanks
> :)
>
> //Anders
>
> > ----- Original Message -----
> > From: "Anders Engstr=F6m" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, February 14, 2003 4:49 PM
> > Subject: Re: [JBoss-user] JBoss & Log4J
> >=20
> >=20
> > On Fri, Feb 14, 2003 at 10:17:22AM +0200, Alexopoulos Dimitris
> > ([EMAIL PROTECTED]) wrote:
> > > Hello All!
> > >
> > > Couldn't you create a class that instantiates a Log4j Logger of =
> your
> own?
> > > This way you could use log4j's method
> > >
> > > PropertyConfigurator.configure("pathToYourLog4jConfigFile");
> > >
> > > and read always your configuration. Is it necessary to use the =
> JBoss
> > logger?
> > > Excuse me if I have misunderstood something... ;-)
> > >
> >=20
> > That would result in your configuration (pathToYourLog4jConfigFile)
> > replacing the JBoss one - and every other previously configured =
> loggers
> > initiated from other deployed applications.
> >=20
> > //Anders
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> This electronic message transmission contains information from the =
> Company
> that may be proprietary, confidential and/or privileged.
> The information is intended only for the use of the individual(s) or =
> entity
> named above.  If you are not the intended recipient, be
> aware that any disclosure, copying or distribution or use of the =
> contents of
> this information is prohibited.  If you have received
> this electronic transmission in error, please notify the sender =
> immediately
> by replying to the address listed in the "From:" field.
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> --__--__--
>
> Message: 7
> Date: Mon, 17 Feb 2003 17:20:39 +0100
> From: julien viet <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED],
[EMAIL PROTECTED]
> Subject: [JBoss-user] Nukes going live
> Reply-To: [EMAIL PROTECTED]
>
> JBoss.org powered by Nukes on JBoss is going to be soon.
>
> julien
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
>
>
> --__--__--
>
> Message: 8
> From: Friedl Christian <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'"
> <[EMAIL PROTECTED]>
> Date: Mon, 17 Feb 2003 17:47:20 +0100
> Subject: [JBoss-user] (no subject)
> Reply-To: [EMAIL PROTECTED]
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0011_01C2D6AC.9D005980
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Encoding: 7bit
>
> confirm 135652
>
> ------=_NextPart_000_0011_01C2D6AC.9D005980
> Content-Type: application/x-pkcs7-signature;
> name="smime.p7s"
> Content-Transfer-Encoding: base64
> Content-Disposition: attachment;
> filename="smime.p7s"
>
>
MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIF9zCCArcw
>
ggIgoAMCAQICAwknXzANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl
>
c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsT
>
FENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAw
>
MC44LjMwMB4XDTAzMDEyNzEyMzMzMloXDTA0MDEyNzEyMzMzMlowcDEPMA0GA1UEBBMGRnJpZWRs
>
MRIwEAYDVQQqEwlDaHJpc3RpYW4xGTAXBgNVBAMTEENocmlzdGlhbiBGcmllZGwxLjAsBgkqhkiG
>
9w0BCQEWH2NocmlzdGlhbi5mcmllZGxAZmgtam9hbm5ldW0uYXQwgZ8wDQYJKoZIhvcNAQEBBQAD
>
gY0AMIGJAoGBAKxcx02rroCe1RQ6sJgVq/BKKkC1wyZPQSfpE4GDxCG1kUCQhvLrIzAbicTHNFrr
>
8H3cMSpovIop8DP0xLdHjPBwhnXBFjfPs92y7GoIx4g/e9GCHxzTzEbsEn1kBOgGbI0m7cCXtmD3
>
rFhJiSiWPYfzL+ghMsqRkTkyfjY0x/TtAgMBAAGjPDA6MCoGA1UdEQQjMCGBH2NocmlzdGlhbi5m
>
cmllZGxAZmgtam9hbm5ldW0uYXQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQBHHHIJ
>
qpd2pjBXhI1CwJMZIBxjfYIGZxDRmGrWEtAGbJT4zCLbsGIu0cUhMeVPYFAM8687WUdkznLOeeFk
>
MpImjOWyxt1xp681fMD4ykzKq8K+wtm7k/18s1zNU/wal7B0deQHva5LjjKGbQA37R76GcszJfxw
> XPrMvh9ZAfBauDCCAzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQ
Aw
>
gdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93
>
bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vy
>
dmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG
>
CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAwMDBa
>
Fw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIw
>
EAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUg
>
U2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAwLjguMzAwgZ8wDQYJ
>
KoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZgpcO40QpimM1Km1wPPrc
>
rvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqdknWoJ67Ycvm6AvbXsJHeHOmr
>
4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFpAgMBAAGjTjBMMCkGA1UdEQQiMCCk
>
HjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzASBgNVHRMBAf8ECDAGAQH/AgEAMAsGA1Ud
>
DwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtHXfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJ
>
tyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1MG7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5
>
edDqLiXdiuT82w0fnQLzWtvKPPZE6iZph39Ins6ln+eE2MliYq0FxjGCA2kwggNlAgEBMIGaMIGS
>
MQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24x
>
DzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMT
>
H1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAwLjguMzACAwknXzAJBgUrDgMCGgUAoIICJDAYBgkq
>
hkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wMzAyMTcxNjQ3MTdaMCMGCSqG
>
SIb3DQEJBDEWBBS5ixe39e1/Ya1xp2NJYUqUGKKVqjBnBgkqhkiG9w0BCQ8xWjBYMAoGCCqGSIb3
>
DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIB
>
KDAHBgUrDgMCGjAKBggqhkiG9w0CBTCBqwYJKwYBBAGCNxAEMYGdMIGaMIGSMQswCQYDVQQGEwJa
>
QTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRo
>
YXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZy
>
ZWVtYWlsIFJTQSAyMDAwLjguMzACAwknXzCBrQYLKoZIhvcNAQkQAgsxgZ2ggZowgZIxCzAJBgNV
>
BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UE
>
ChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29u
>
YWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCSdfMA0GCSqGSIb3DQEBAQUABIGAKfOcIoyUIIbk
>
pLRwRIuPs8FvFvTpQE82gjyg9tCkli9jquuT0fhU1+CIdWJy1MZjgX13lfQEQOaigdGz5RSUzof8
>
YpaCxDB+FfPAMKRsQyhxefFOzaNvpDNLO4w1TfT3MMHfwuvjKvf+TUQarYYwkl80cnGKe08GvC4n
> hTAWQh0AAAAAAAA=
>
> ------=_NextPart_000_0011_01C2D6AC.9D005980--
>
>
>
> --__--__--
>
> Message: 9
> From: Friedl Christian <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'"
> <[EMAIL PROTECTED]>
> Date: Mon, 17 Feb 2003 17:49:56 +0100
> Subject: [JBoss-user] (no subject)
> Reply-To: [EMAIL PROTECTED]
>
> confirm 135652
>
>
> --__--__--
>
> Message: 10
> From: ps <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: 17 Feb 2003 17:23:52 +0000
> Subject: [JBoss-user] migrate from tomcat (standalone) + J2EE R.I. ->
JBOSS : questions!
> Reply-To: [EMAIL PROTECTED]
>
>
> --=-M3O6btHQKCtcQE2qT91Y
> Content-Type: text/plain
> Content-Transfer-Encoding: quoted-printable
>
> Greetings,
>
> I'm migrating from a tomcat environment and from a J2EE Reference
> Implementation (SUN) to the JBoss environemnt. I would like to ask a few
> questions about JBOSS.
>
> 1)Is there any ant tasks for deploying EARs in JBOSS, like the
> catalina's ant tasks (org.apache.catalina.ant), or the only way to do it
> is deploying buy putting the EAR in the jboss's deploy directory?
>
> 2)To deploy a WAR file without a EAR, it must be deploy also in "deploy"
> directory, or can we deploy it in tomcat's webapps directory? If not,
> what the need for the tomcat structure?
>
> 3)Is it possible to deploy a directory structure in jboss's "deploy"
> directory or only EARs/WARs are admitted?
>
> 4)The only way to have apache in front of jboss is using the tomcat's
> connector, or is there any alternative way?
>
> 5)the only way for defining connections database is using the
> *-service.xml or there are any alternatives? Is it a connection pool?
> Can we define a custom database connection pool as DBCP1.0?
>
> 6)it's possible to change the jboss's tomcat version for a new release?
>
> thanks,
> Pedro Salazar.
> --=20
> <ps>=20
> [EMAIL PROTECTED]
> key id: 0E129E31D803BC61
>
> --=-M3O6btHQKCtcQE2qT91Y
> Content-Type: application/pgp-signature; name=signature.asc
> Content-Description: This is a digitally signed message part
>
> -----BEGIN PGP SIGNATURE-----
>
> iD8DBQA+URqoDhKeMdgDvGERAji8AJ9noSSXKYLWmtnKnYd+smMzOjt7LwCfTbV8
> JxaDzDlfy/m/MZHVdkf+CNg=
> =m+8O
> -----END PGP SIGNATURE-----
>
> --=-M3O6btHQKCtcQE2qT91Y--
>
>
>
>
> --__--__--
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> End of JBoss-user Digest

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to