How to compile JSPs at start up of the server?
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858730#3858730
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858730
--
I thought we use run.bat - default to start jboss in default mode
It seems not to be, what's the correct way?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858702#3858702
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
All right !
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847743#3847743
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847743
---
This SF.Net email is spo
Hi,
i recently sent a post about JNDI issues, this post is not the same as the other one
altough it's about the same topic. I found out the problem on the other post!!
My question is pretty simple. After i spent some hours trying to figure out the
problem in my application, i need some more answ
first thing: Switch Party to PartyNegotiaion in the xml files.
My dd is huge (about 30 beans), so i don`t think it`s a good idea to post it.
Anyway, i think i posted what is important, see.
EventPromotio is a session faÃade.
The event promotion delegates methods to a POJO called PojoEventPromot
Hi,
i'm facing a very very weird problem.
Basically, i got POJOs that can locate EJBs and POJOs that cannot locate EJBs. This
seems to be a random behaviour.
Here is.
I use POJO business objects in a layer between my session faÃÂades and my cmps.
I already have on use case working like this:
I just would like to fix a little bit of my last post.
Actually, i (myself) have never tried to do that in other j2ee servers, but this
information came to me as the same way as the one of the jboss/tomcat problem. In
other words, i trust the people who gave me this information.
But anyway, as
I have strong feellings that you just didn't read the article i sent.
I'm using a FORM based authentication.
If you take a look at the discussion i sent (just click on that link and you'll see)
you'll understand what i'm taliking about.
And this is a JBoss/Tomcat problem. Just try what i said (
Simple, the subject of the thread is a lot more significant, specially keeping in mind
that most users are still on jboss 3.x, so don't need need to take a look at this
thread.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845893#3845893
Reply to the post :
Hi,
i'm trying to use a regular expression in my web.xml deployment descriptor, but i'm
getting a error at deploy time.
Here's what i wanna do:
I have a servlet filter that must be executed for ALL urls of my application except
for the login.jsp. Then, i tried something like this (and other vari
Hi,
i've been dealling with a quite complex problem on JBoss 3.2.3/ Tomcat 4.2, which is
described right here.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53202
Does anyone know if this problem persists on JBoss 4.0?
View the original post :
http://www.jboss.org/index.html?module=
Well, i got the problem.
JBoss/Tomcat security propagation doesn't work if you use customized logon servlets.
More information at
http://www.mail-archive.com/[EMAIL PROTECTED]/msg07533.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845810#3845810
Reply
Not really!
dev2gosoft, if you use DatabaseServerLoginModule, i guess somewhere in your
application the user needs to log in, am i correct.
I also have strong feeling that in your login page you use an
action="j_security_check". Allright, if so, that's why the propagation of JBoss/Tomcat
works
Hi,
my applicatio (jboss 3.2.3/tomcat 4.1) always creates HttpSession automatically, is
this some kind of configuration.
If in the first jsp of my application
request.getSession(false);
NEVER returs null.
Why this behaviour??? How can i avoid it???
View the original post :
http://www.jboss.or
Hi,
i thought that my question would better fit in the JAAS forum, but as it's a very
ordinary theme, i decided to come over here and ask people (how knows a little about
login stuff) to take a look there
http://jboss.org/index.html?module=bb&op=viewtopic&p=3845677#3845677
I'd really appreciate
Hi,
i got a real big problem that i must figure out a way out of it.
I got my application protected with JAAS, so users cannot access any pages or servles
withou a login. There's only one servlet (wich is not secure) that is the one that
actually logs the user in.
Heres the code of my login ser
Hi,
what do i have to do for debugging a request in JBoss??? It's so so important to me!!!
I'd like to run the server, submit a page and go along the request through all it's
steps. What do i have to do to accomlish that???
I'm using jboss 3.2.3 and eclipse ide.
View the original post :
htt
When i submit a form based authentication (with action='j_security_check'), wich class
handles this request???
I mean exactly what class is the main one in creation LoginContext(), calling Login(),
etc...
It's because i'd like to take a look to the source to build a very similar login
handler.
found it!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845531#3845531
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845531
---
SF.Net email is sponsored by Shop4t
I found this class in JBoss source.
I'm also using it in my auth.conf file
example2
{
org.jboss.security.auth.spi.DatabaseServerLoginModule required
dsJndiName="java:/DefaultDS"
principalsQuery="Select Password from Principals where PrincipalID =?"
rolesQuery="Select Role 'Roles', RoleGroup 'Role
I heard that JBoss' JAAS is not propagated to Tomcat (and vice-versa), is that true?
If yes, does it mean that if authenticate using JBoss DatabaseServlerLogin for
example, i won't be able to use methods such request.isUserInRole() in any servlets??
View the original post :
http://www.jboss.org
Hi,
suppose i have a simple login page like this one.
|
|
|Name:
|
|Password:
|
|
|
|
I got 2 questions:
- What is j_security_check???
- If i want a better encryption, do i have to use Https
View the original post :
http:/
Hi,
first i'd like to recall that my configuration is MySQL, JBoss 3.2.3 and i'm also
using Struts (what wouldn't matter i think).
I got so far what seems to be the necessary configuration, but it's not working as
expected. Then, i'll post some code to see if other can point my mistakes. I'd lik
How do i configure jboss for a login module with jaas?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845314#3845314
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845314
--
i forgot to say that i'm using jboss 3.2.3
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845317#3845317
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845317
---
SF
Hi,
i got a basic question about Session configuration in JBoss (it there's any).
I might have some wrong concepts here, so if i say anything wrong please correct me.
I'm building a application that uses HttpSession for keeping some data.
I have, for example, a itemsList for a purchase that is k
got it
under jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar\META-INF
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838040#3838040
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838040
-
I don't want JBoss (Tomcat) to listen on port 8080, but on port 80.
How do i change this default configuration?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838038#3838038
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Hi,
i cannot insert a data in one table because it's FK doesn't allow null and i only set
the FKs in ejbPostCreate(), as it should be.
So, do i have to make all my FKs allow null or there's other solution?
Thanks,
ltcmelo
View the original post :
http://www.jboss.org/index.ht
| this.setAddress(addressLocal);
|
| }
Thanks,
ltcmelo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837327#3837327
Reply to the post :
http://www.j
Erik,
your explanation is nice, thanks.
Would you have some pieces of "this" configuration information you said?
I don't mean the whole files, but just "some parts" of "some specific" files that i
should make changes.
Thanks,
ltcmelo
View the original post
Hi,
does JBoss have any features like lazy loading (by configuration) or any other that
improves performance?
I'd working on a caching use case, so if JBoss have a caching enviromente
configuration, it'd be nice too.
Can anyone help at all?
View the original post :
http://www.jboss.org/inde
Hi,
is there a way i can optimize JBoss' CMP engine for a caching use case?
If yes, what should be my procedures?
Thanks,
ltcmelo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835859#3835859
Reply to the post :
http://www.jboss.org/index.html
ce for use with Hibernate.
| Please refer to JBoss docs, or the examples included in the JBoss distribution.
|
What examples?
I just think that some instructinos are not detailed enough.
Can you at least, clear this first instruction to me?
Thanks,
ltcmelo
View the original post :
http:
Hi,
i'd like to try Hibernate on JBoss 3.2.3, what are the procedures for doing so
(configuration, etc...) ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835073#3835073
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
esByName(String name){
| // ...
| name = "%" + name + "%";
| try {
| partyHousesColl = partyHouseLocalHome.findByName(name);
| // ...
| }
|
Thank you again,
ltcmelo
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
king for the string ?1.
So, i don't really know what's going on. I tried to use CONCAT(string, string), but
will only work for the end or the beggining of the word (the way i could with
'%something%').
So, what else could be the problem?
Thanks,
ltcmelo
View the original po
Just complementing...
I also tried with '%?1%' after LIKE and did not work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835031#3835031
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835031
---
s supposed to be overriding the one in EJBQL,
but this is not happening (or maybe, the jbossql query is not working as it should).
Does anyone have an idea?
Thanks,
ltcmelo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835028#3835028
Reply t
After so many days, someone solved my problem with a simple sentence.
Thank very much,
ltcmelo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829977#3829977
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
Hi,
can anyone tell me, in a few words (so i don't make it difficult for you), what
hibernate can do for me.
I know this is a OR mapping tool, but how does it exaclty work, i mean in terms of
input and output.
I trhow my Obejtc model in and hibernate throws my relational model out with my entity
Hi,
i configured jboss 3.2.3 perfectly to use mysql as DefaultDS, works fine.
Then, i tried to do the same with jboss 3.2.1, but doesn't work (get a lot of
exceptions in initialization).
Here is what i did to configure mysql in jboss 3.2.3 (THIS WORKS)
- Replaced hsqldb-ds.xml by mysql-ds.xml and
Microsoft always messing up...
My browser was this whole time using microsfot's.
Thank you,
ltcmelo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829131#3829131
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Hi,
i'm starting jboss 3.2.1 all well, but i cannot see the applet on the left side of
http://localhost:8080/web-console, it just won't sart (i can only see a gray box). I
can see applets perfectly from other sites, wich indicates that my problem is not the
jre.
Also, no exceptions occur any tim
Hi,
i'd like to measure transactions time of a CMP implementation x BMP implementation. I
know that are some articles about, but i'd like to do myself, cause i'm actually
making a little research on that.
So, what softwares shoud i use? Any books or articles teaching that, i never
benchmarked b
Hi,
it would get a little expensive just for the US$10,00 (actually, its not expensive,
the book probably worths a lot more).
My research probably won't get improvings, it's a educational research where i'm
studying "why CMPs is that much better than BMPs, in performance, etc...".
Anyway, the m
Hi,
i live in Brazil and a order of Jboss CMP book to here might get a little expensive
for me to afford. I know it is a pay-for product, but is there any kind of concessions
policy??? It's for a research purpose.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Already solved it, was not jboss problem! My fault!
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827921#3827921";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827921>Reply
to the post
-
Do u know where exactly i find the src (so i don't need to decompile)?
I took a look at cvs at sourceforge but couldn't find the directory.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827810#3827810";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode
Hi,
i was interested in bying the doc JBossCMP, then i realize that it's a tutor for user.
I'm really interested in understanding how jboss ejb container implements CMP, in
other words, i'd like to have a guide to help me understanding the code of the cmp
implementation (and actually what are th
Hi,
i'm having a problem with a finder method.
It's a ordinary findSomething(String id), where Something is a ordinary column (not
any key). I get a message from Jboss telling something like it didn't find that column.
It's weird, cause all my other CMPs work fine, although none of them look form
I got a weird problem (actually it migth me two)
When i start jboss 3.2.3 from command line, everything goes ok (no exceptions). If i
try access localhost:8080/jmx-console, also everthing ok and if try
localhost:8080/web-console, I can only see the rigth pane ( the applet on the left
side doesn'
Hi, beginner's problem.
When I start debuging jboss from eclipse, if i use F6 ( "step into" ) and the app is
going from a cliente method to a method on the local or remote interface, for example,
eclipse displays a message for the
Class File Editor
Source not found
The source atachment does not
All my operation on deploying, starting, halting jboss are saved in server.log.
I's uncomfortable to open that file all the time, clean it up, search for last thing
done, etc...
Is there any way to make jboos always write in diferent files, for example, appending
the date to the file name.
serv
Before i start unpacking all jars... where is the jboss.jar file?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825825#3825825";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825825>Reply
to the post
Hi,
i'm also a beginner at jboss3.2.3 but i'd sugest you to take a look at your
initialization log to see if it's ok. If it is, send your shutsown log to this list (
or anyother one) to see if someelse can help you.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825546#3825546";>View
Hi,
when I shut jboss 3.2.1 and jboss 3.2.3 down ( run and halted from comand line), i get
the very common message:
-Shutdown complete
-Halting VM
That's ok!
When I shut them down from Eclipse, the following happens.
For JBoss 3.2.1 I got the same message from eclipse console, what was expected
Hi, I got JBoss 3.2.3 ( with mysql as defaultDS ) starting fine from the comand line.
When I try to run it from Eclipse it raises the exception bellow.
My configuration in Eclipse seems not to be the problem as I can run JBoss 3.2.1
perfectly. The problem only happens with JBoss 3.2.3 and I have
Hi, has anyone tried to run jboss 321 on Conectiva Linux ( it's a based Red Hat system
).
I can't get it running... a lot of exceptions!
Thanks,
ltcmelo
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825119#3825119";>View
the original post
http://www.jbos
59 matches
Mail list logo