Re: [JBoss-user] [Installation & Configuration] - Does JBoss run on MS ME

2004-03-05 Thread konf
Hallo add to jboss\nin\run.bat path to your jdk directory (must be jdk, not only jre): set JAVA_HOME=C:\j2sdk1.4.2_03 Jirka Cituji z emailu od johnybravo2002 <[EMAIL PROTECTED]>: > Hey guys does anyone know if JBoss runs on MS Millenium Edition and how do > you set the JAVA_HOME environment v

[JBoss-user] a few questions about problem with InitialContext, scheduling and new version of jboss

2004-02-25 Thread konf
Hallo, I am running Jboss 3.2.2 with sun java 1.4.2_03 in 32-bit version (on Solaris). I have bean, which works as client of ejb. Inside, I call something as: try{ log.info("1"); InitialContext ctx = new InitialContext(); log.info("2"); ... but it crashes to NPE: [some_client][INFO]1 [some_cli

RE: [JBoss-user] deploying ejb on jboss / cannot found home interface

2004-01-30 Thread konf
Thanks, this is work now. But now, becouse I am new in ejb, looking for some example, where I ca see how to connect entity bean from session. Everywhere in literature I see how to connect Session bean via home interface, I read that is better to call entity bean from session via local interface an

RE: [JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread konf
So, does anybody knows how to do it, or there is only way, use one ear for each one war? I thing it should be stupid, but, I do not see the way and not found something in doc. Jiri Cituji z emailu od [EMAIL PROTECTED]: > Thanks, > mailist arieve not works now, unfotunately. > So I was look at J

RE: [JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread konf
Thanks, mailist arieve not works now, unfotunately. So I was look at JbossBook (version for 3.2.1) and I found some example: server/test1:loader=test.ear for META-INF/jboss-app.xml but I need separate repository for each wars in ear, something as server1/test:loader=test1.war server2/test:l

[JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread konf
Hallo, i have a few web aplikations (wars) which contains the same files and classes in same packages, with only diference in web.xml config file. And I have problem with unwanted sharing object between this applications. For example, I have some.ear -first.war -WEB-INF/classes/testpackage.Co

Re: [JBoss-user] running jboss as non-root user

2003-11-25 Thread konf
Yes, you are right, I forgot it and I looked for some mistake in my configuration ... Thanks, Jiri Cituji z emailu od Ricardo Argüello <[EMAIL PROTECTED]>: > Jiri, > > Only root can open process that listen to TCP/IP ports lower than 1024. - This

[JBoss-user] running jboss as non-root user

2003-11-25 Thread konf
Hallo, I would like to run jboss as non-root user (at unix). It works when his servlet container runs on port 8080, but if I swith to port 80, I must run it as root. Is it intent or do I something wrong? Thanks, Jiri - This mail sent through IMP:

[JBoss-user] JBoss 3.2.3

2003-11-24 Thread konf
Hallo, I founfd JBoss 3.2.3 at SF.net. Is it the production release or only release candidate? At jboss.org I se 3.2.2 only. Thanks, Jiri - This mail sent through IMP: http://horde.org/imp/ --

[JBoss-user] log analyse

2003-11-12 Thread konf
Hallo, what do you use for log analysing in JBoss? Is there something in java or it is better to use webalizer? Thanks, Jiri --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest development

RE: [JBoss-user] using mail datasource

2003-11-04 Thread konf
May this problem come form message: 2003-11-04 11:04:10,656 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss/server/default/deploy/mail-service.xml 2003-11-04 11:04:10,687 INFO [STDOUT] DEBUG: JavaMail version 1.3 2003-11-04 11:04:10,687 INFO [STDOUT] DEBU

RE: [JBoss-user] using mail datasource

2003-11-04 Thread konf
And in log I have: 2003-11-04 11:08:40,109 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] 2003-11-04 11:08:40,109 ERROR [STDERR] java.lang.IllegalStateException: Not connected 2003-11-04 11:08:40,109 ERROR [STD

RE: [JBoss-user] using mail datasource

2003-11-04 Thread konf
my mail-service is: java:/Mail > Your code seems ok. Have you updated the mail-service.

[JBoss-user] using mail datasource

2003-11-04 Thread konf
Hallo, for what I can use datasource defined in mail-service.xml? Can I use it for sending mail or I must send mail by another way? I tried to use it as : Context initCtx = new InitialContext(); session = (Session)initCtx.lookup("java:/Mail"); mailMsg = new MimeMessage(session); ... Transport tran

[JBoss-user] jboss 3.2.2 / tomcat and virtual host

2003-10-23 Thread konf
Hallo, I tried to configure virtual host as I read in Admin devel documentation. But I cannot found file tomcat4-service.xml - to where I must put it? Without it, I create onl war with WEB-INF/jboss-web.xml contained: / virthost and jboss always shows this war as deafult. To where I must put

Re: [JBoss-user] Re: secure web console

2003-10-20 Thread konf
Or, bettre question - how I can secure it for zipped war? Must I unzip it, change and zip again into war or is there another way? > Where I can define users for it? > In web.xml is that users with role JBossAdmin are allowed, but where they > are specified? > > Thanks, > Jiri > >> Right, but the d

Re: [JBoss-user] Re: secure web console

2003-10-20 Thread konf
Where I can define users for it? In web.xml is that users with role JBossAdmin are allowed, but where they are specified? Thanks, Jiri > Right, but the descriptor paths are > deploy/jmx-console.war/WEB-INF/jboss-web.xml > and deploy/jmx-console.war/WEB-INF/web.xml and conf/login-config.xml > > --