Whenever log4j APIs are used for logging, you should place log4j.xml or
log4j.properties in your classpath. Now, if you have server side application in
jboss, then there is already a log4j.xml in conf directory. In case you have a
client application which uses log4j API, then you will have to pl
"PeterJ" wrote : See
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71289.
|
| You're on your own to figure out how to get the JSP in the correct location
via Rational.
I think I dont need to loacte my jsp page into jboss server but I need create
.EAR file with using Ant then I c
A search for 'form based servlet authentication' returns loads of pages
relating to this.
In brief the action of the form needs to be 'j_security_check' the name for the
username needs to be 'j_username' and the name for the password needs to be
'j_password'
View the original post :
http://ww
Dear all,
I'm trying to secure web resources in jboss with jaas. I've configured
everything (?) and in my web.xml I have:
|
|
| FORM
| Levia application
|
| ./login.jsp
| ./loginerror.html
|
|
|
|
My problem is really strange (the strange thing i
An update on my earlier posts (a few months ago).
HSQLDB 1.8.0 and bug fix releases have been out for a while.
You can use a release version of HSQLDB (which you can get from
http://hsqldb.org), with recent version of JBoss. You may need to make change
to JBoss config files or to HSQLDB. AFAIK,
Hi,
I'm having problems with scandinavian characters such as ä and ö (a and o with
dots above). They look nice when looked with MySql Query Browser, but as soon
as I read them with Hibernate they are replaced with question marks (?). I
tried adding some character encoding parameters to the MyS
I'm getting this too. A forum search shows people asking variants of this
question all over the place, with the common theme being that the messages
appear on the client side in spite of the fact that all of the jars in client/
are in the CLASSPATH. The usual recommendation is to add a log4j.p
I had the same problem. I solved it by using a java.net.Authenticator
implementation.
class AuthImpl extends java.net.Authenticator
| {
|...
|
|PasswordAuthentication getPasswordAuthentication()
|{
| return your credentials here
|}
|...
| }
Before you
Please have a look at:
JDK java.util.logging section at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging
I guess, this is exactly what you are looking for. You need NOT have to change
your existing code. However, i think you will have to introduce a new class,
which is described in that secti
Does anybody know how to debug JSP's remotely?
Servlets I can debug fine with my Oracle JDeveloper 9i via JPDA, but I don't
know how to set it up for JSP debugging.
Regards Michel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905598#3905598
Reply to the
Does anybody know how to debug JSP's remotely?
Servlets I can debug fine with my Oracle JDeveloper 9i via JPDA, but I don't
know how to set it up for JSP debugging.
Regards Michel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905597#3905597
Reply to the
Hi, I will have a look when I have a moment.
I must advise though, if this is an urgent case on a production system, I'd
recommend buying a support contract and our support guys would get on the case
right away.
[http://www.jboss.com/services/index]
View the original post :
http://www.jboss
Please download the latest version of xerces-2_7_1.zip from apache and replace
follwing jar files to jboss-4.0.2\lib\endorsed
1. xercesImpl.jar
2. resolver.jar
regards,
Jiji & Sudheesh...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905593#3905593
Reply to
Hi piku,
Please download the latest version of xerces-2_7_1.zip from apache and replace
follwing jar files to jboss-4.0.2\lib\endorsed
1. xercesImpl.jar
2. resolver.jar
regards,
Jiji & Sudheesh...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905594#3905594
how to disable these debug messages in server.log
DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, [EMAIL
PROTECTED], [EMAIL PROTECTED] url=null ,addedOrder=0}
DEBUG [org.jboss.mx.loading.UnifiedClassLo
I got the solution for this problem, instead of use
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905591#3905591
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905591
--
I have create a simple program based on the CachedEntityRun.java sample from
the distributed documentation on EJB3. All entity beans in my same app. use the
transactional caching strategy (@Cache
(usage=CacheConcurrencyStrategy.TRANSACTIONAL).
When the app is running and trying to retrieve an
17 matches
Mail list logo