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
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
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
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
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
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
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
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:
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/
--
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
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
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
my mail-service is:
java:/Mail
> Your code seems ok. Have you updated the mail-service.
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
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
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
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
>
> --
17 matches
Mail list logo