[JBoss-user] [Beginners Corner] - Re: Jboss, tomcat and apache web server relation??

2006-04-20 Thread vishak_s
Jboss application server comes inbuilt with Tomcat web container. It can be 
located in the following location. 

jboss402\server\default\deploy\jbossweb-tomcat55.sar\

In this case of JBoss 4.0.2 its a directory with the name 
jbossweb-tomcat55.sar.  When JBoss is started internally webserver is also 
started. mod_jk is used to establish tomcat to apache httpd server connection 
as you said for load balancing , sticky session etc.  To deploy a web 
application [*.war file] it is enough if the war file is placed in 
jboss402\server\default\deploy\ location of jboss and started. Once JBoss 
starts successfully this application can accessed using the following url.

http://:8080/

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938370#3938370

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938370


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Starting JBoss in debug mode

2005-12-06 Thread vishak_s
Please modify java_opts as follows

set JAVA_OPTS=%JAVA_OPTS% -Xbootclasspath/p:%LM%\lib\vbjorb.jar 
-Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 

-Xbootclasspath can be used if you need to add any jar to bootclasspath its 
optional.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911063#3911063

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911063


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Concurrent calls on Stateful Session Beans

2005-09-07 Thread vishak_s
I am facing problem with concurrent calls on Stateful Session Beans. I found 
from '(http://jira.jboss.com/jira/browse/JBAS-1443' that this implementation is 
still underway. It seems that weblogic supports this.  Please suggest me ways 
so that I can try fixing this on JBoss 3.2.3 container to achieve this.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893515#3893515

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893515


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Transaction Id is always null in JMS_MESSAGES AND JMS_TR

2005-07-21 Thread vishak_s
HI GENMAN, 

Can you please explain elaborately why transaction_id is set as null for a non 
XA Transaction.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886034#3886034

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886034


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Transaction Id is always null in JMS_MESSAGES AND JMS_TRANSA

2005-07-19 Thread vishak_s
I am using JBoss 3.2.3. JMS application threw the Primary key violation and 
PersistenceManager was modified as per JBoss 3.2.4 patch. Transaction Id was 
stored as SynchronizedLong instead of prmitive type long. In our application I 
see that  TransactionId is always persisted in database as null and message id 
is not sequential. Can you please explain why is this behaviour.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885449#3885449

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885449


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: The best JVM

2005-04-05 Thread vishak_s
Tried jdk1.5 vm with JBoss 3.2.3 At startup its giving the following exception.

15:55:12,690 INFO  [Server] Starting General Purpose Architecture (GPA)...
Failed to boot JBoss:
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepo
itory,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Defau
tMBeanServerInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Default
BeanServerInterceptor.java:804)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:78
)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java
499)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:335)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:595)

What could be the reason for this ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872706#3872706

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872706


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: The best JVM

2005-04-04 Thread vishak_s
I am using sun jdk 1.4.2 along with JBoss 3.2.3. can you suggest the best vm 
that could be used with this version of jboss so that performance can be 
improved.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872675#3872675

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872675


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS_MESSAGES_PK violated

2005-04-01 Thread vishak_s
I am using Jboss 3.2.3 and am getting the following error message. The JDBC 
version is 2.0. Will this be solved by using JDBC 3.0. Is this JDBC version 
change possible without changing Jboss 3.2.3 version. 

INFO   | jvm 1| 2005/03/25 19:30:54 |  processName= acceptance_processCould 
not store message: 64 msg=2 hard NOT_STORED PERSISTENT 
queue=TOPIC.LMTopic.ID:3.-2147483648 priority=4 hashCode=27150163; - nested 
throwable: (java.sql.SQLException: Violation of PRIMARY KEY constraint 
'PK__JMS_MESSAGES__6166761E'. Cannot insert duplicate key in object 
'JMS_MESSAGES'.)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872326#3872326

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872326


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user