[JBoss-user] [Installation Configuration] - jboss-4.0.0 shutdown problem

2005-02-16 Thread sundaram
Hi, I am using redhat_init.sh sctip to stop jboss process, Its giving following error message. | /etc/init.d/jboss stop | | su -jboss -c '/usr/java/j2sdk1.4.2/bin/java -classpath /home/jboss-4.0.0/bin/shutdown.jar:/home/jboss-4.0.0/client/jnet.jar org.jboss.Shutdown --shutdown' |

[JBoss-user] [HTTPD, Servlets JSP] - apache2 tomcat5 webapp_module

2004-04-19 Thread sundaram
Hi all, Any one in this list configured with Apache2 tomcat5 using WebApp connector Module. I am trying to find some doucment, so far no luck. Lots of documents for Tomcat4 ( http://www.pubbitch.org/jboss.html) Please let me know, if you have some tips for this configuration Thanks Sundaram

[JBoss-user] struts web application Missing message for key application.title

2003-01-19 Thread Sundaram Ramasamy
Hi, I have web application using struts. Its runs in the standalone tomcat -4.1.18. same .war file with jboss-3.0.5_tomcat-4.1.18 bundle it's giving me the following error message. org.apache.jasper.JasperException: Missing message for key application.title any help? -SR

[JBoss-user] deploying war file on jboss-3.0.5RC1_tomcat-4.1.18

2003-01-10 Thread Sundaram Ramasamy
Hi, I want to move my application from JBoss-2.4.6_Tomcat-4.0.3 to jboss-3.0.5RC1_tomcat-4.1.18. Jboss 3 is starting, I was able to access http://192.168.1.110:8080/jmx-console/index.jsp jmx-console page. I copied my war fileto deploy

[JBoss-user] deploying war file on jboss-3.0.5RC1_tomcat-4.1.18

2003-01-10 Thread Sundaram Ramasamy
Hi, I want to move my application from JBoss-2.4.6_Tomcat-4.0.3 to jboss-3.0.5RC1_tomcat-4.1.18. Jboss 3 is starting, I was able to access http://192.168.1.110:8080/jmx-console/index.jsp jmx-console page. I copied my war fileto deploy (G:\jboss-3.0.5RC1_tomcat-4.1.18\server\default\deploy)

[JBoss-user] Why PHP why not JSP?

2003-01-09 Thread Sundaram Ramasamy
Hi, Today I visited jboss.org web site, it looks different (with php . I don’t know much about php. Is there any advantage in PHP compare to JSP? Thanks -SR

[JBoss-user] Pre compiling JSP Pages

2002-12-20 Thread Sundaram Ramasamy
Hi, I am using jboss with tomcat. I want to precompiled my JSP pages, how will I do that. thanks in advance. -SR

Re: [JBoss-user] loading .class, .jsp from file system instead EAR/WAR?

2002-12-03 Thread Sundaram
You can do that, add your web directory into tomcat/conf/server.xml file. -SR - Original Message - From: otisg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 02, 2002 8:38 PM Subject: [JBoss-user] loading .class, .jsp from file system instead EAR/WAR? Hello, I

Re: [JBoss-user] xdoclet creating wrong package

2002-06-25 Thread Sundaram Ramasamy
should have been provided. Total time: 13 seconds - Original Message - From: wonder sonic [EMAIL PROTECTED] To: Sundaram Ramasamy [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 5:33 AM Subject: Re: [JBoss-user] xdoclet creating wrong package I had no problem

Re: [JBoss-user] xdoclet creating wrong package

2002-06-24 Thread Sundaram Ramasamy
=UTF-8 typemapping=${type.mapping} datasource=${datasource.name} destdir=${build.dir}/META-INF validateXml=false / /ejbdoclet /target ... Hope it helps... Wonder Sonic --- Sundaram [EMAIL PROTECTED] a écrit : Hi, I

[JBoss-user] xdoclet creating wrong package

2002-06-23 Thread Sundaram
Hi, I have modified template example , created user entity bean. some how it creating wrong package name. user entity class, it generating wrong package name. com.percipia.auth.entity, but it suppose to be com.percipia.auth.interfaces. generated line: public

Re: [JBoss-user] ERROR Proxy: getClasses

2002-06-21 Thread Sundaram Ramasamy
Message- From: Sundaram Ramasamy [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 20 de Junho de 2002 13:47 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] ERROR Proxy: getClasses Did you changed anything in the run.sh script, like CLASSPATH or JBOSSCLASSPATH -SR - Original

[JBoss-user] warning in the template example

2002-06-21 Thread Sundaram Ramasamy
Hi, When I try to build the template example I am getting following xdoclet warning message, How will I fix this? Thanks xdoclet-generate: [ejbdoclet] Generating Javadoc [ejbdoclet] Javadoc execution [ejbdoclet] Loading source file

Re: [JBoss-user] Tomcat/Jetty/JBoss Authentication through NT Domain

2002-06-14 Thread Sundaram Ramasamy
check out here: http://sfg.sourceforge.net/ - Original Message - From: Michael Angelo Libio To: [EMAIL PROTECTED] Sent: Friday, June 14, 2002 1:04 PM Subject: [JBoss-user] Tomcat/Jetty/JBoss Authentication through NT Domain I was wondering if anyone

Re: [JBoss-user] Code generation Utilty

2002-06-04 Thread Sundaram Ramasamy
Thanks, This tool also use full. http://sourceforge.net/projects/jbossdruid/ -SR - Original Message - From: Marius Kotsbak [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 31, 2002 2:26 PM Subject: Re: [JBoss-user] Code generation Utilty Xdoclet have some links to programs

[JBoss-user] Code generation Utilty

2002-05-31 Thread Sundaram Ramasamy
Hi, I have set of table's in my database, I want to generate entity bean class and deployment descriptor for jboss application server. What is the best code generation utility for this?. Thanks SR ___ Don't miss the 2002 Sprint PCS

[JBoss-user] Struts Class loading error

2002-05-29 Thread Sundaram Ramasamy
Hi I am using JBoss-2.4.6_Tomcat-4.0.3 bundle. I packed struts jar in the web application WEB-INF/lib direcotry. when I try to access JSP page I am getting Class not found error message. If I copy the struts.jar file into jboss/lib/ext directory application is running fine. I have do the same

Re: [JBoss-user] JBOSS 2.4.6 primkey Error message

2002-05-24 Thread Sundaram Ramasamy
Thanks, It solved my problem. -SR - Original Message - From: Alex Loubyansky [EMAIL PROTECTED] To: Sundaram Ramasamy [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, May 24, 2002 2:57 AM Subject: Re: [JBoss-user] JBOSS 2.4.6 primkey Error message Hello Sundaram, have you

[JBoss-user] JBOSS 2.4.6 primkey Error message

2002-05-23 Thread Sundaram Ramasamy
findByPrimaryKey(java.lang.Integer id)throws RemoteException, FinderException;public Collection findAll() throws java.rmi.RemoteException, javax.ejb.FinderException;}any help?Sundaram Ramasamy

[JBoss-user] passing value between applications

2001-11-21 Thread Sundaram Ramasamy
[EMAIL PROTECTED] To: Sundaram Ramasamy [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 12:21 PM Subject: Re: [JBoss-user] passing value between applications Use the servlet context instead of the session. //Nicholas --- Sundaram Ramasamy [EMAIL PROTECTED] wrote: Hi, I have deployed

[JBoss-user] passing value between applications

2001-11-20 Thread Sundaram Ramasamy
can pass the value between applications. -SR --code to set ( sset.jsp ) %@ page language=java import=java.io.*% html head titleSet Session/title /head body % session.setAttribute(name, Sundaram Ramasamy); % Session id : %= session.getId() % br a href=http://localhost/funnel/sget.jsp;Click

[JBoss-user] sorting finer resutl!!!!

2001-11-14 Thread Sundaram Ramasamy
Hi, I want to sort the findAll result by userid and last_update field. I defined my jaws.xml file like this. finder namefindAll/name query 1=1 /query orderuserid, last_update/order read-aheadtrue/read-ahead /finder But this is not returning the sorted result. Any help on this??? -SR

Re: [JBoss-user] sorting finer resutl!!!!

2001-11-14 Thread Sundaram Ramasamy
and last_update field. Thanks -SR - Original Message - From: danch [EMAIL PROTECTED] To: Sundaram Ramasamy [EMAIL PROTECTED] Cc: Frank Morton [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 10:22 AM Subject: Re: [JBoss-user] sorting finer resutl There's a bug

[JBoss-user] Best JDK for Linux

2001-11-12 Thread Sundaram Ramasamy
Hi, Which is best JDK implementation for Linux Sun or IBM?. I am planning to install in Redhat 7.2. Thanks -SR ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Problem in connecting to Oracle 8i using JBoss/Tomcat

2001-11-09 Thread Sundaram Ramasamy
in jboss.jcml change like this mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider" attribute name="Drivers"oracle.jdbc.driver.OracleDriver/attribute /mbean mbean code="org.jboss.jdbc.XADataSourceLoader"