[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSTL xml tags, JAXEN conflict?

2006-11-26 Thread SideWinder
seems to be some kind of class loading problem maybe. but i didn't manage to understand how to use the wiki-stuff about class loading to solve my problem :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988617#3988617 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: SSL-Connector - problem with keystore format

2006-11-24 Thread SideWinder
finally i solved it myself: add the following to your connector: | keystoreType=PKCS12 | and have fun ;-) best regards, dominik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988475#3988475 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSTL xml tags, JAXEN conflict?

2006-11-24 Thread SideWinder
I have the same problem. A war calling DocumentNavigator.getInstance() in the Servlet-load-method causes the following exception: | 2006-11-25 00:41:04,500 FATAL [moa.id.auth] Fehler beim Starten des Service MOA ID Authentisierung | Root exception: | java.lang.NoSuchMethodError:

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSTL xml tags, JAXEN conflict?

2006-11-24 Thread SideWinder
a few more data: WinXP SP2 full patched JDK 1.5.0 Update 7 with JCE Unlimited Strength Jurisdiction Policy Files 5.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988502#3988502 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - SSL-Connector - problem with keystore format

2006-11-23 Thread SideWinder
I want to test an application which needs a https-connection and a certificate with the extended parameter keyUsage digitalSignature set. First I set up an SSL-connector: | Connector port=8443 address=${jboss.bind.address} |maxThreads=100 strategy=ms maxHttpHeaderSize=8192 |

[jboss-user] [Security JAAS/JBoss] - role-name in web.xml - principals?

2006-11-15 Thread SideWinder
| security-role | role-nameCertifiedUser/role-name | /security-role | the login with my login module works well, the principals are set. but i don't understand how to add the subject a role of the web.xml, in order to access the restricted content. best regards, sidewinder View

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-11-13 Thread SideWinder
:-) best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985441#3985441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985441 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-11-13 Thread SideWinder
Add: It works well with JBoss 4.0.4 (even without the timeout-trick). So maybe the configuration is wrong for 3.2.6. I can't move on to 4.0.4 so maybe there is a fix? best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985459#3985459

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-11-03 Thread SideWinder
back to work from holidays :-) the only difference is JBoss 4.0.4 instead of 4.0.5. but it should work with 4.0.4 also. so... :-( best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983114#3983114 Reply to the post : http

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-25 Thread SideWinder
I found the link Open launch configuration but a click on it doesn't do anything. What should happen? New window? New view? best regards, dominik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980633#3980633 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-25 Thread SideWinder
I already have a server there. I want to add some system properties to the configuration. But the OPen launch configuration-link doesn't work and doesn't open anything. best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980668#3980668

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-10-24 Thread SideWinder
i have the same problem - i already marked the project as distributable. what else can i do to fix this problem? i don't want to use clustering at all - so i am using the default configuration. best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-24 Thread SideWinder
This would be a nice feature - I want to do that too. I have to set some system properties so I changed the run.bat of JBoss (it is also possible to start run.bat with parameters). But I don't know how JBossIDE starts the AS. So I don't know where to put the java system properties. currently i

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-10-24 Thread SideWinder
thx, that was the problem. my xdoclet created the distributable-tag automatically (- I have *not* done anything wrong :D) thanx, now it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980486#3980486 Reply to the post :