what are you trying todo?
is that what you are looking for ?
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine
edit the jboss-service.xml
|
| ports-01
| ${jboss.home.url}/docs/examples/binding-manager/sample-bindings.xml
|
|
got it :
fix in 4.0.4
http://jira.jboss.com/jira/browse/JBAS-1748
cheers
L
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919614#3919614
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919614
got it :
fix in 4.0.4
http://jira.jboss.com/jira/browse/JBAS-1748
cheers
L
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919612#3919612
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919612
hi
what happend to your patch?
i think we have the same error.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3919608#3919608
cheers
L
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919609#3919609
Reply to the post :
http://www.jboss.com/index.ht
its me again.
this seems to be the same?
what happend to the patch?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889985
cheers
L
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919608#3919608
Reply to the post :
http://www.jboss.com/index.html
hello list
we have a problem with the deployment of a war dependent to an ejb.
the war reside in an ear.
in jboss-web.xml
| jboss.j2ee:module=I2ccClearingEJB.jar,service=EjbModule
|
if the ejb is not deployed, the war inside the ear is not deployed :OK
if the ejb is undeployed the war is
hi varigonda
i remember something...
about older jboss versions using the the standard Unix /tmp directory.
and... do you have a cron job every 10 days that clears the /tmp directory?
hth
cheers
L
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900578#3900578
hi again, me again.
found something,...
worth a try
| basic authentication - direct and via proxy
|
| The HTTP client invoker also has support for BASIC authentication for both
proxied and non-proxied invocations. For proxied invocations, the following
properties need to be set:
|
hi
uhmmm user auth ??
no clue
look here..
http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892243#3892243
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
hi
try this
in /server.../deploy/properties-service.xml
|
|
| http.proxySet=true
| http.proxyHost=..xxx.xxx
| http.proxyPort=
|
|
|
|
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892219#38
hi
1:
how do you export into an excel sheet?
2:
if you write a simple text file with the same application is the euro and yen
character in the text file?
3:
simple code to read a file with euro and umlauts
| public String readISO8859Message(String filename) {
|
| String fi
hello list.
is there a way to find a Clustered StatefulSessionBean with its session id?
eg. all i have is the session id as a string from a servlet.
any hints welcome ;)
cheers
lviz
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877671#3877671
hi
this is what you looking for:
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59317
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868819#3868819
Reply to the post :
http://www.jbo
hi aromerolirio
in jboss_init_redhat.sh
just add to:
| CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown
--server=localhost:2013"
|
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868683#3868683
Reply to the post :
http://ww
"Lviz" wrote : hi rizwan
|
| start/install jboss as a service.
|
|
http://docs.jboss.org/jbossas/getting_started/startguide40/install.html#d0e170
|
| cheers
| L
you can download javaservice here:
http://javaservice.objectweb.org/
View the original post :
http://www
hi rizwan
start/install jboss as a service.
http://docs.jboss.org/jbossas/getting_started/startguide40/install.html#d0e170
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868793#3868793
Reply to the post :
http://www.jboss.org/index.html?module=bb&
hi
ok...
as in my first post ;)
lets say your cart servlet (or whatever) has created the SFSB
lets call it cartBean
now you get the Handle of the bean with..
javax.ejb.Handle carthandle = cartBean.getHandle()
now transport the "carthandle" to the "other application"
in the "other application" d
hello again
when the other application knows nothing about the cart (or many carts..)
and could not be invoked by the cart.
the cart could store the info of his SFSB in an entity bean in the database?
the "other application" could query the entity bean and find the already
created SFSB's
cheers
phew !;
if i had that info about several instance of jboss on one machine running fine
and just one going crazy in your first post... ;)
did you try to shut down the bad (empty) instance (make a backup, delete the
files) and copy the working (equal) instance over the bad one (you have to
change
hello
tuning java for performance..
http://java.sun.com/docs/performance/
i did not mean solaris is the reason ;)
(the java version for solaris could be a reason)
did the performance/memory leaks appear from beginning ?
i can remember something about damaged jars, ears,.. and problems with
sc
hi again
afaik there where some memory leaks reported in 3.2.3
can't remember exactly (i thought they had todo with redeployment..)
anyway..
have you ever tried to upgrade the jboss-version ?
just to get it clear if it is jboss and not the solaris java version.
btw:
which java 1.4.2_??
cheers
L
hi
huh?
(hardware ?)
os?
javaversion?
jbossversion?
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864552#3864552
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864552
--
hi dsouza, a quick solution?!
you could get the beanhandle and pass it to the servlet and call
beanhandle.getEJBObject().
...
javax.ejb.Handle carthandle = cartBean.getHandle()
put it into the session -> ...
on the other side (servlet)
javax.ejb.Handle carthandle = (Handle) session.getAttribute
hi again endre
glad to hear you did it!
i hope you did not change the ports by "hand"?
you just have to edit the jboss-service.xml on the second instance.
|
| ports-01
| ../docs/examples/binding-manager/sample-bindings.xml
|
|org.jboss.services.binding.XMLSer
hi again endre
glad to hear you did it!
i hope you did not change the ports by "hand"?
you just have to edit the jboss-service.xml on the second instance.
|
| ports-01
| ../docs/examples/binding-manager/sample-bindings.xml
|
|org.jboss.services.binding.XMLSer
hi endre
yes
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863701#3863701
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863701
--
hi again ;)
the index thing (like %abd%, drops the index) is the same for mysql !
[url]
http://dev.mysql.com/doc/mysql/en/mysql-indexes.html
[/url]
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863698#3863698
Reply to the post :
http://www.jboss
hi prothee
afaik (with oracle db)
a like with abd% uses the index
a like with %abd% drops the index and does a full table scan.
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863627#3863627
Reply to the post :
http://www.jboss.org/index.html?modul
hi pergesu
did you compile mod_jk yourself ?
or are you using a "binary" version ?
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861957#3861957
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861957
---
hi gerald
ifaik the init_redhat script sets $JAVA to /usr/local/jdk.
we had also some problems with jboss initscripts, try to print out all
$JAVA_HOME, $JBOSS_HOME from the initscript.
there is also a run.conf in jboss/bin/ ,
run.sh reads the run.conf where you can set some of the $JBOSS_HO
hi lvhuyen
anonymous wrote : Sorry for the annoyance I've made. no problem here ;)
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860002#3860002
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860002
hi again
[back from weekend]
can you please explain how your beans are packaged, on both servers?
the include statements of the beanA.
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859925#3859925
Reply to the post :
http://www.jboss.org/index.htm
hello lvhuyen
this may help..
http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859813#3859813
Reply to the post
hi
anonymous wrote :
|
| com.company.struts.forms.LoginForm not found exception.
|
|
could it be..
anonymous wrote :
|
| .^^^
|
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
hi
here is our mssql-ds.xml
|
|
| MSSQLDS
|
jdbc:microsoft:sqlserver://sqlsrv.domain.me:1433;DatabaseName=db;SelectMethod=Cursor
| com.microsoft.jdbc.sqlserver.SQLServerDriver
| user
| pass
|
|
|
| 0
| 10
| 5000
|
hi again
some other :) idea
#log verbose
RewriteLog /var/log/https_rewrite_log
RewriteLogLevel 9
###
RewriteRule (.*)\.xml$ cocoon/mysite/%{REQUEST_URI} [P]
ok thats it for today :)
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853930#3853930
Rep
ups...
i just remeber the eg. in tomcat server.xml
|
|
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853923#3853923
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853923
-
hi andrew
are you serving other things (static html...) from your root
http://www.mysite.com/ ? or just cocoon.
we did some things with mod_proxy... like
#ProxyRequests On
#ProxyPreserveHost On
#ProxyPass /test http://localhost:8080/foobar
#ProxyPassReverse /test http://localhost:8080/foobar
#P
hi
have you tried it without Proxy[P]
eg:
RewriteRule (.*)\.xml$ cocoon/mysite/$1.xml
or:
RewriteRule (.*)\.xml$ http://%{SERVER_NAME}/cocoon/mysite/$1.xml
just a shot from the hip :)
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853868#3853868
hi
yea i think you can do it without apache...
http://www.jguru.com/faq/view.jsp?EID=748030
for redirect with no logon take a look...
[url]http://struts.application-servers.com/[url]
we use struts layout with all of our jsp's
it will take some time to prepare an example... and i am busy right n
hi kburn
absolutly clear ;)
we do this... but
we have apache in front of jboss/tomcat using the rewrite module
we use struts, struts-layout for the jsp redirect...
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852321#3852321
Reply to the post :
hi mi1291
looks like there is something missing...
here is our workers2.properties file, it is for two jboss instances.. 8008,18009
activate the debug statements the file logger and the log level debug
| [logger]
| level=INFO
|
| [config:]
| file=/etc/apache2/conf/workers2.properties
hi
post your workers2.properties file too.
cheers
Lviz
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852167#3852167
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
hi
a call to request.getSession() returns ...:
Returns the current HttpSession associated with this request or, if there is NO
current session returns null.
a call to request.getSession(true) returns ...:
Returns the current HttpSession associated with this request or, if there is no
current
hi jim
thank you for the link to theserverside.
i followed the link and stumbled across the post from "Dilshad Salim"
and i looked at our pages:
we also have a meta-tag in every page:
|
|
cheers
Lothar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
hello peter hello jim
we don't have any probs with umlauts..
in jsp's we use:
| <%@ page contentType="text/html;charset=ISO-8859-15" language="java" %>
|
and we changed the run.sh to:
| export LANG="[EMAIL PROTECTED]"
| export LC_ALL="[EMAIL PROTECTED]"
|
cheers
lothar
View the or
hi Lindsay
there is an entry in struts-config.xml
"Message Resources Definitions"
i think that what you looking for?!
if your ApplicationResources/MessageResources
are in WEB-INF/Classes/resources/MessageResources.properties
add
and it should work.
cheers
lothar
View the original post :
ht
hello BoomerangThree
just use a war, put the jar's in WEB-INF/lib
do all the necessary config for struts, thats it.
cheers
lothar
btw:
we use struts-1.2.4/ Struts-Layout with JB 3.2.5 and JB4.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849101#3849101
R
hello chlabreu
insert into your log4j.xml
|
|
|
|
|
|
|
|
|
|
|
this should do the job.
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848566#3848566
Reply to the post :
http://www.jboss.or
hi metadjer
maybe that helps ...
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845983#3845983
or
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844915#3844915
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848294#3848294
Reply
hi Saurabh
reading the doc would help ;)
http://docs.jboss.org/admin-devel/Chap2.html#0_36191
look for jboss-app ;)
To enable an EAR specific loader repository, you need to create a
META-INF/jboss-app.xml.
try to split up your ds config.
eg:
mySqldbfms-ds.xml, mySqldbpos-ds.xml
cheers
L
View
hiho
maybe this is what you looking for:
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845976#3845976
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
hello
take a look at this thread
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844915#3844915
especially
UseJBossWebLoader:
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845970#3845970
Reply to the post :
http://www.jboss.org/ind
hi randahl
we use "struts 1.2.1"
UseJBossWebLoader: A flag indicating if the class loader used by Tomcat as the web
application class loader is a JBoss unified class loader. The default is true, and
this means that the classes available in the war inside of the WEB-INF/classes and
WEB-INF/jars
hi randahl
yes, some ideas ;)
be ABSOLUT sure that all your apps use the SAME struts version
you can try to use the tomcat specific class loader..
(that may help !?)
edit: /deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml
false
I/we had several problems with several struts/jboss version
hi BK
in the "bin" folder is file "run.conf" there you can edit the JAVA VM options
to pass ...
cheers
lviz
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842057#3842057
Reply to the post :
http://www.jboss.org/index.html?modul
hello Lisa
just a shot in the dark.
maybe you are running a webserver listening on port 80 on your box?
try something like 18080
cheers
lothar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841372#3841372
Reply to the post :
http://www.jboss.org/index.html
hi innovate
we had some problems too with german umlauts
its worth a try
edit your run.bat/run.sh
try to set/export
LANG="[EMAIL PROTECTED]"
LC_ALL="[EMAIL PROTECTED]"
hope it helps
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836236#3
hi marco
there was a problem with older versions of jboss "using /tmp"
as temporary for deployment.
and redhat cronjobs clean up the /tmp dir
but this isn't true anymore
3.2.3 should use server/*yourconf*/tmp
just a shot in the dark... the cron jobs ?
cheers
lviz
View th
from sun java hotspot performance faq..
My program isn't scaling with the number of processors.
Scaling problems could be a multitude of things. First, your application may not be
written in a scalable manner (if you use a lot of synchronization, for one example, or
if you have only one thread
hi
depends on your os and your vm.
os?
vm?
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835162#3835162
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835162
--
start a second java-vm/jboss
and it will use the other 50% of you dual machine.
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835134#3835134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835134
hello zhangj
java uses only one cpu on the dual machine so if
it shows 50%; 1 cpu runs on 100%.
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835133#3835133
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835
hello f2racer
in server/*yourconfig*/deploy/jbossweb-tomcat*/META-IF/jboss-service.xml
add tomcatAuthentication="false" to your
apj13 connector
eg.
|
|
|
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834240#3834240
Reply to the post :
hello Saroj
by debug mode do you mean:
debug output ?
you may configure your output to cosole/log in
conf/log4j.xml
attach a debugger to a runnig jboss?
you may configure the JPDA settings in
bin/run.conf
restart jboss
then attach your debugger to the address/port
cheers
L
View the original po
we use
4 Boxes with
Apache/2.0.49 (Gentoo/Linux) mod_ssl/2.0.49 OpenSSL/0.9.7d mod_jk2/2.0.4
jboss-3.2.4RC2 from cvs
behind 2 LVS loadbalancers.
everything works as expected :)
what kind of problems do you have ?
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op
hello christian
afaik...
2 ears
ApplikationLife.ear, ApplikationTest.ear
add a jboss-app.xml file to the meta-inf directory
AppLife:loader=ApplikationLife.ear
AppTest:loader=ApplikationTest.ear
cheers
L
btw: try to google with [jboss loader repository]
View the original post :
hi Richard
afiak ... does your version of jboss use the /tmp as temporary folder?
and does your linux version has a cron job cleaning the /tmp folder every ~14 days?
just a shot in the dark
cheers
lothar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829250#
hi suresh
for session clustering start jboss with -c all
store workers.properties in the apache conf dir.
cheers
lothar
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824681#3824681";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824681>
69 matches
Mail list logo