[jboss-user] [Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c

2006-10-24 Thread srenaudo
It's all of the output... I may have to configure something but had no time to 
check that since last thursday.

1/ JBoss Application Server 4.04

2/ Downloading the zip file. I use the "run.bat" file to start my JBoss 
instance.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980284
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c

2006-10-23 Thread srenaudo
Sorry for my late answer, two days of work spent in training for another 
subject.

Well, the controler class is defined with an associated package.

But maybe we're not talking about the same "controler class" ?

Moreover, we are using Axis web services. If we can't define servlet mapping in 
the web.xml, it will be difficult to make them working.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979957
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c

2006-10-18 Thread srenaudo
The application partly works.
Partly, because I can't define any reference or mapping to a servlet as shwon 
before.
And I suppose I'll have problems too for configuring CICS access...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979120
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c

2006-10-18 Thread srenaudo
Reading the http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment page, 
it seems that suffixing an exploded directory with ".war" is mandatory.
Ok for that point.

But still, I do no understand why when I'm trying to map a servlet plus a JSP 
it doesn't work on my JBoss instance, while the same file with only the JSP 
indicated works...

The "web.xml" which works :

  | http://java.sun.com/xml/ns/j2ee";
  |  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
  |
  |   ClientTest
  |   /client.jsp
  |
  | 

The one which doesn't work... :

  | http://java.sun.com/xml/ns/j2ee";
  |  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
  |
  |   ClientTest
  |   /client.jsp
  |
  | 
  | ControlerServlet
  | 
com.mydomain.myappli.common.ControlerServlet
  | 
  | 

Regards

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979110
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c

2006-10-18 Thread srenaudo
Thanks for your reply PeterJ.

I tried that too but unfortunately adding the   makes no 
change :/

No error is shown in the application console :
===
  | .
  |   JBoss Bootstrap Environment
  | .
  |   JBOSS_HOME: D:\PLATEFORMES\jboss\bin\\..
  | .
  |   JAVA: C:\j2sdk1.4.2_10\bin\java
  | .
  |   JAVA_OPTS:  -Dprogram.name=run.bat -Xms128m -Xmx512m 
-Dsun.rmi.dgc.client.gcIn
  | terval=360 -Dsun.rmi.dgc.server.gcInterval=360
  | .
  |   CLASSPATH: 
C:\j2sdk1.4.2_10\lib\tools.jar;D:\PLATEFORMES\jboss\bin\\run.jar
  | .
  | 
===
  | .
  | 16:56:19,304 INFO  [Embedded] Catalina naming disabled
  | 16:56:19,444 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule 
set in
  | the classpath. Will load the default rule set.
  | 16:56:19,444 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule 
set in
  | the classpath. Will load the default rule set.
  | 16:56:19,896 INFO  [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on 
http-0.0
  | .0.0-8080
  | 16:56:19,896 INFO  [Catalina] Initialization processed in 436 ms
  | 16:56:19,912 INFO  [StandardEngine] Starting Servlet Engine: Apache 
Tomcat/5.5.1
  | 7
  | 16:56:19,958 INFO  [StandardHost] XML validation disabled
  | 16:56:19,989 INFO  [Catalina] Server startup in 93 ms
  | 16:56:20,504 INFO  [WebappLoader] Dual registration of jndi stream handler: 
factory already defined
  | 16:56:28,624 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on 
http-0.0.0.0-8080
  | 16:56:28,764 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
  | 16:56:28,780 INFO  [JkMain] Jk running ID=0 time=0/94  config=null
  | 

Maybe I have to configure Jboss to show me more things at start-up ? But how 
can I do that ?

Have the classes files to be deployed elsewhere than the /WEB-INF/classes/ 
directory of my "application.war" directory ?

Regards.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979113
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Deployment problem : project doesn't appear in the web conso

2006-10-18 Thread srenaudo
Hello,

I tried to deploy my J2EE project in the "default/deploy/" directory in three 
différent ways :
- exploded directory without ".war" suffix : JBoss ignore it...
- exploded directory with ".war" suffix : JBoss find it, show it in the web 
console, but only if the "web.xml" file contains only JSP files definitions...
- a classic WAR file : JBoss ignore it if there's other things than JSP 
defined, nad if there's only JSP defined in th "web.xml" file, JBoss doesn't 
give access to the JSPs...

It's seems that JBoss is also really intolerant with well-formed XML tags that 
he doesn't recognize in his DTDs when reading the "web.xml" file.

Well, I'm puzzled with that strange thing... :/

Can someone tell me what rules have to be respected to assum that a J2EE 
project wil be deployable on JBoss ?

Regards.

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

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

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - [CICS / JCA] nw user to JBoss with JCA needs

2006-10-11 Thread srenaudo
Hello,

For development platform purposes, we need to use a JBoss application server.

No problems about installation and running projects.

But we now need to use a CICS Transaction Manager to interact with some 
legacies. We tried to put the "cicseci.rar" (the RAR used for it) and created a 
cicseci-ds.xml as following :

  |  
  | 
  | 
  | 
  |   eis/AppliConnectionFactory_SIAA 
  | 
  |   cicseci.rar 
  |   

 
  |   
com.ibm.connector2.cics.ECIManagedConnectionFactory
 
  | 
  |   local: 
  |   2006 
  |   RAPPLI 
  |   CICSUSER 
  |   SIAA 
  |   1 
  | 
  |   10 
  | 
  | 
  | 
  |  

The RAR appears in the webconsole --> J2EE Domains --> jboss.management.locale 
--> cicseci.rar.

Before trying to deplo our existing application, how can we test if the RAR we 
deployed work correctly ?

Best Regards.

P.S. : I'm a french people, so my english writing is poor... but I understand 
everything.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977481
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user