I'm new to JBoss4 and UDDI .
My Request is
1. how the JBoss4 supports UDDI?
2. how i have to configure the UDDI with the JBoss4.
3.What are the nessecary steps i could take to achieve this?
Thanks & Regards
Babu.S
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
I'm new to JBoss4 and UDDI .
My Request is
1. how the JBoss4 supports UDDI?
2. how i have to configure the UDDI with the JBoss4.
3.What are the nessecary steps i could take to achieve this?
Thanks & Regards
Babu.S
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
Also, I found that it stop after copy war files, and leave the rest xml/war/sar.
(It was copy all xml file in the /farm/ folder before I make the war/sar file)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878636#3878636
Reply to the post :
http://www.jboss
I am stating moving my program from a single jboss to a cluster envirement. In
my first try, it have a error message of FileNotFoundException on the primary
machine. But it is exists, just is a folder not a file.
Then I tried to zip the files, and try again.
The error message is disappear, but i
No, although we are actively working on this.
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878634#3878634
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878634
--
Hi all,
I am using JBOSS 3.0.4 on Windows 2000 for one of our Java applications. JBOSS
has logs that are written into ..\server\default\log.
I would like to make the following adjustments:
(1) Have JBOSS cleanup the server.log.xxx. and request.log.xxx files after 90
days (is that possible?)
Any suggestions would be useful.
Using JBoss 4.0.1 for the first time and JDK 1.5.0_02 also for the first time.
I have an EJB that uses some 1.5 syntax which compiles just fine when building
the project, however when the EJB is used for the first time in the container,
in particular the updateT
Execute the run script with the arguments '-c all'
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878630#3878630
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878630
--
I am trying to run the tutorial given at:
http://docs.jboss.org/jbcache/current/tutorial/html/
When I get to 7. and execute sourceRelative("plain.bsh"); I am getting this
exception:
| bsh % sourceRelative("plain.bsh");
| [error] Failed to aspectize class org.jboss.cache.TreeCache. Could no
I seem to be having the same problem. I'm running 3.2.3. Any hints?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878625#3878625
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878625
-
nope u dont have to. If you just want ur datasource defined for EJBs or
whatever, just drop ur oracle-ds.xml in the deploy directory and that will bind
the Datasource to a JNDI name. I hope thats what you want
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387
I have just installed 3.2.7 AS and the server.log file is spitting out all the
debug stuff. I have looked inot the log4j.xml and it gives me
'http://jakarta.apache.org/log4j/";
debug="false">'
I am assuming that debug is set to false. Is there another loging confg file
that I do not know abo
"qdotlu" wrote :
| I am new to JBoss, could you let me know how to start the all configuration?
|
Pass the "-c config_name" switch when starting the server. For the all
configuration you would say (in Linux)
run.sh -c all
Regards,
Francisco
View the original post :
http://www.jbos
Sorry for the stupid question, but the reason for it is the following.
I am building a rather simple web application using Tomcat as both servlet
container and web server. I decided that I won't need Apache because there will
be very few static html pages, if any.
However, if the application wi
According to JBoss 4.0.2 Application Server Guide (v3) , Chap 3, the resource
ref is specified in the web.xml
Default Mail
mail/DefaultMail
javax.mail.Session
Container
My basic question is, "Where are the ResourceParams specified?"
In Tomcat, th
Hi,
I am writing an MBean to programmatically destroy an existing connection pool
and create a new one. As a part of this, I've implemented the below class and
deployed it on the JBoss AS 3.2.5.
import java.sql.Connection;
| import java.sql.Statement;
|
| import javax.management.*;
|
"reverbel" wrote : Which JBoss configuration are you using? The "default"
server config does not include CORBA/IIOP support. Use the "all" server config.
|
| Regards,
|
| Francisco
I am new to JBoss, could you let me know how to start the all configuration?
Thanks,
Qdot
View the orig
anonymous wrote : I posted the solution to the JAX-RPC/JAXB 2.0 forum at
java.net. Here is a copy of it
Well, it looks pretty messed up. Here is your original:
http://forums.java.net/jive/thread.jspa?threadID=688&tstart=0
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
Which JBoss configuration are you using? The "default" server config does not
include CORBA/IIOP support. Use the "all" server config.
Regards,
Francisco
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878602#3878602
Reply to the post :
http://www.jboss.or
Ok - so if you go synch, the JTA transaction commits, after which if you're
using REPL_SYNCH, the cache state is replicated across the cluster in a
'TreeCache' transaction. If you go asynch, the replication happens
asynchronously with respect to the thread the JTA transaction occurs on.
Are the
My TOPIC is defined as follows:
|
|
|jboss.mq:service=DestinationManager
| 20
| 3
|
My client is using CLIENT_ACKNOWLEDGE and works fine as far as receiving
message off of myTopic; however, when I nack a message and then repeatedly
invoke session.recover(), the nacked
I've been playing with it today, and the best solution seems to be to not use
HibernateUtil. The reason it was created was to solve many of the problems that
are taken care of by org.jboss.hibernate.session.HibernateContext. Usage of
HibernateContext results in less code. The same amount in the
My TOPIC is defined as follows:
|
|
|jboss.mq:service=DestinationManager
| 20
| http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878589#3878589
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878589
---
My TOPIC is defined as follows:
|
|
|jboss.mq:service=DestinationManager
| 20
| 3
|
My client is using CLIENT_ACKNOWLEDGE and works fine as far as receiving
message of off myTopic; however, when I nack a message and then repeatedly
invoke session.recover(), the nacked
My TOPIC is defined as follows:
|
|
|jboss.mq:service=DestinationManager
| 20
| 3
|
My client is using CLIENT_ACKNOWLEDGE and works fine as far as receiving
message of off myTopic, except that nacked messages are getting redelivered
immediately ( instead of every 20 s
Is J2SE 5.0 supported in JBoss 4.0.x? What steps would be necessary to upgrade
a JBoss 4.0.1 server to the latest J2EE 1.4 SDK?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878591#3878591
Reply to the post :
http://www.jboss.org/index.html?module=
My TOPIC is defined as follows:
|
|
|jboss.mq:service=DestinationManager
| 20
| 3
|
My client is using CLIENT_ACKNOWLEDGE and works fine as far as receiving
message of off myTopic; however, when I invoke session.recover(), nacked
messages are getting redelivered immed
My TOPIC is defined as follows:
jboss.mq:service=DestinationManager
20
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878588#3878588
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878588
My TOPIC is defined as follows:
|
|
|jboss.mq:service=DestinationManager
| 20
| http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878590#3878590
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878590
---
Thanks, why does a property name have to be a java identifier?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878587#3878587
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878587
--
Sorry-,
... for not paying attention tothis forum. I posted the solution to the
JAX-RPC/JAXB 2.0 forum at java.net. Here is a copy of it:
-
I kind of did that and it appears to work, so here are the steps:
1) Remove the JAXP jars from ${jboss_home}/li
Per J2EE specification,
"All web, enterprise bean, and application client containers are required to
provide an ORB instance in the JNDI namespace under the name java:comp/ORB"
I am using the following code to try get ahold of the default ORB instance in
the EJB code:
InitialContext context =
Hello,
I've configured mutual authentication with JBoss 4.0.2 referring to
http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup
Everything seems to work, since I realized that IE is popping up a
blank box for me to select my certificate.
Do you happen to have any ideas as to what is happening h
Yes, if it is just one node, the locking granularity is on the node! So you
should create a tree if you can.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878576#3878576
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
yess... I've got:)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878574#3878574
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878574
---
This SF.Net email
You can set the treecache.xml cacheMode from REPL_SYNC to REPL_ASYNC such that
you have more concurrency.
Check the documentation.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878577#3878577
Reply to the post :
http://www.jboss.org/index.html?module
It was just a problem of JBoss version!! Now it runs!!!
Bye bye! ;)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878575#3878575
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878575
No, but it buffer size is fixed so you will need to tune your time to live and
also the eviction thread frequency (wakeUpIntervals).
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878573#3878573
Reply to the post :
http://www.jboss.org/index.html?modul
If I rename hibernate.har to hibernate or hibernate.[ear|sar] then an attempt
is made to deploy the folder and an error is thrown up because various meta-inf
files are missing. If I then rename the folder back to hibernate.har nothing
happens at all. What is going on here
View the original
So what i have to do?
I understood that probably it is a problem of version, now i'm trying to test
it on an older version of JBoss. But if that test would fail what i could do?
Thx a lot ;)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878569#3878569
Repl
Is there any support for webservice annotations in the EJB 3.0 preview? I
haven't found any and haven't found anything searching the forums or the web.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878567#3878567
Reply to the post :
http://www.jboss.org/ind
Link to bug report got truncated, here's the actual link:
http://jira.jboss.com/jira/browse/JBAS-1828
Sorry about that
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878566#3878566
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
I have the original JBoss 4.0.2 source and the EJB3.0 source in CVS (any
Software Configuration Management tool will work), along with the configuration
files. I also have some other pieces and bits that need installation. To put it
all together I use an Ant build file that assembles the works.
I've seen several CMP EJB JBoss messages about rename user to xuser? Is this
really a conflict or just a sql selection alias issue? -Thanks -Pat
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878564#3878564
Reply to the post :
http://www.jboss.org/index.htm
The class HibernateUtil recommended in the book Hibernate In Action by Bauer
King doesn't work correctly under Hibernate3 in JBoss4.
Here is the description from another thread:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878562#3878562
And a closed bug report with details:
http://
Let's move this to another thread on the forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878562#3878562
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878562
-
http://javaalmanac.com/egs/java.lang/IsJavaId.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878561#3878561
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878561
--
Nope the wsee in xdoclet is an incomplete.
See question 1 in the FAQ
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878559#3878559
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
hi ,
Iam facing problem with stauful session Bean.
i have 2 create methods one accepts a parameteter userName
and other with no parameter
public void ejbCreate(String userName) throws CreateException {
}
public void ejbCreate( ) throws CreateException {
}
now from the client aft
That particular usage could probably be encapsulated into this feature request:
http://jira.jboss.com/jira/browse/JBAS-1802
A principal factory could be added so that the tomcat caching principal is
using the custom principal as the security domain principal.
View the original post :
http://ww
As always, you should speak to lawyer about legal issues.
IANAL, etc.
http://www.jboss.com/company/aboutopensource
I would however strongly discourage you from a fork.
If a patch is rejected, it probably means you did it wrong,
designed it wrong or didn't explain it properly/fully.
It is actual
A JBossWebLoader value of false will create a new classloader per war, but that
classloader should still delegate to the parent class loader (in your case the
ear classloader). The only thing that changes when you set this to true is that
classes in your war are added to the ear.
So, only if y
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878554#3878554
Reply to the post :
http://www.jboss.org/index.html?module=bb&
I had a similar problem when I called a JSP in my Browser.
Instead of an error in opening \struts-config_1_1.dtd I had the same problem
with html-basic.tld (IÂm working with JSFÂs). After I removed html-basic.tld
and jsf-core.tld from my war-file (excluded those tldÂs by changing the
packaging
I'm getting an IllegalArgumentException when setting a property with a dot in
the property name saying it is "not a valid java identifier"
Could someone explain what this means?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878548#3878548
Reply to the post :
User Question -> User Forums
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878551#3878551
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878551
---
This SF.Net ema
My application does Subject-based JAAS authorization calls in a standard way
(Subject.doAsPriv + checkPermission). I'm looking at porting such an
application into JBoss
What APIs must I use to get hold of the current Subject in an EJB / WebApp?
Is there any configuration using which the Subje
Moved to user forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878549#3878549
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878549
---
This SF.Net email is spo
Hi all,
I have been working with Struts combined with XDoclet
for a while but I am
considering using JBoss Portal and Portlets for our next
development project.
Can the experts suggest a roadmap to move from Struts development
to portlets development? Should the MVC paradigm be maintained?
Is t
Does the replication happen on another thread, such that after the JTA
transaction commits (initiating the replication), it can perform other work in
parallel with the replication?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878543#3878543
Reply to the po
I'm using target "run-client" on jboss-build.xml and trying to put breakpoints
in BankAmin.java, but i doesn't stop!!! Eclipse ignores them:(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878547#3878547
Reply to the post :
http://www.jboss.org/index.ht
hi,
i have a helloWorldServlet and it works fine in another application server. The
only problem that i have is that the jboss-web.xml seems to be wrong:
|
| http://www.jboss.org/j2ee/dtd/jboss-web.dtd";>
|
|
| /helloWorldServlet
|
|
i call it up localhost:8080/helloWorldS
Hi i'm having some problems deplying servlets. This is the error:
java.lang.ClassCastException
com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:293)
javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)
edu.nyu.pdsg.tp
And to answer my own question...
JNP runs on 1099 in 'ports-default'. RMI is running on 1098, hence the hanging.
I assumed that the same port used for (RMI) JMX access would be where shutdown
requests are sent. If I had watched more closely on server startup, I would
have seen this:
09:19:12,2
I am running a test installation of JBoss 4.0.2 on Windows 2000 (SP4) with Sun
JDK 1.4.2_07. I have set up two instances of JBoss (slightly modified 'all'
server config) using the binding manager (one is running as 'ports-default',
the other is running as 'ports-01'). I can start them up just fi
This is just logging. Is the fault message generated and propagated to the
client? Does the client (if jbossws) unmarshall the fault correctly?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878540#3878540
Reply to the post :
http://www.jboss.org/index.html?
Its all working fine now. Replication set to Synchronised. No deadlock errors.
Customers are happy. Helkpdesk is quiet again and I understand the cache a
little better. Thank you for your quick response, it saved the day.
Neil
View the original post :
http://www.jboss.org/index.html?module=bb&
Have a look into your "jboss-service.xml" (at least this is the place in
JBoss-3.2.6, I don't know if it's the same place for 3.2.2). Look for
EARDeployer.
|
|
|
|true
|
|true
|
|
|
Also have a look into the JBossWiki on
Hi All,
I also need to do the same is this the right approach or you had find the
better approach.
Please reply.
Thanks
Umesh
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878538#3878538
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
Hi,
I am new in JBoss/JMX development.
I have created a simple MBean and it works fine for me.
Now my requirement is that I need to register this MBean in JBoss JNDI Context
and need to access it from JNDI Context.
So please help me how and where I register my MBean in JNDI context..?
Is there
>You can create any number of datasources. Dont modify the
>standardjbosscmp-jdbc.xml. Thats the default configuration and you shouldnt be
>modifying it.
OK, I emptied < default > section in standardjbosscmp-jdbc.xml
(now it's in its "original version") and I put the section
in my jbosscmp-jdbc
I am trying to build a common JMS Logger. As a fail over, in case the Jboss JMS
server is shut down the client application should revert back to log the
corressponding log in a file. I have used my own ExceptionListener. But as soon
as when I shutdown Jboss server the log is written down in a fi
Scott,
Thanks for the answer.
I agree that it is not likely that the web browser will be able to provide
custom credentials.
But I also do not think that I have to go that far as the unique id that I want
to add to the principal to make it "unique" could be generated right at the
tomcat/JBoss j
Hello,
I want to protect all a Web, to accede watches a BB.DD oracle. In tomcat I
have managed it to make modifying web.xml of my application and server.xml
where I define realm for my data base. In JBOSS I have tried to do the same
but it does not work, I have assumed that server.xml is eq
Hi, I use jboss 3.2.1 with tomcat 1.4.24.
I have some entity ejbs and I want to use cast in a query.
But my version of ebj ql does not support.
I try to use SQL92 but same problem.
I see that ejbQL2.1 support cast, how can I use it ?
NB : For SQL92, I put
org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQ
Hi,
I am working on JBoss-3.2.3. I have a standalone class which tries writing to
a JMS queue. I have been getting the following exception, every time i try
sending a message:
Invalid Transaction Id
My code is as follows:
Context ctx = new InitialContext();
| System.o
Hi, I use jboss 3.2.1 with tomcat 1.4.24.
I have some entity ejbs and I want to use cast in a query.
But my version of ebj ql does not support.
I try to use SQL92 but same problem.
I see that ejbQL2.1 support cast, how can I use it ?
NB : For SQL92, I put
org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQ
Hi,
I'm having similar problems, but I'm not using EJB3, just EJB2 session beans +
Hibernate persistence.
Something that Steve Ebersole said in the JIRA
(http://jira.jboss.com/jira/browse/JBAS-1828) caught my attention. I have been
using following pattern when using hibernate from session bean
Hi all,
I have Tomcat 5.X running within JBoss as Service! can anyone tell me how can i
define a new context that points to a directory structure at the same
level as the deploy directory within jboss.
server
.|---deploy
.|.|--
.|
.|---myDirector
Is it possible to encrypt the MBeanServerConnection to the JBoss?
Thanks, Marcel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878521#3878521
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878521
---
Hi,
I am using Jboss3.2.2 and jdk 1.4.2.07, i am trying to install Adobe
formserver on top this installation for which it requires certain jar files
based on the installation procedures i followed the steps and it works fine
with the samples given by adobe. Now when i am creating my own ear/wa
It turns out that I had to add a in the jboss.xml. (as Scott
kindly mentioned). However, reading the jboss_4_0.dtd this tag is not allowed,
it's why I did not quite understand. So now I have the following:
|
| Stage1EventBatchReceiverMDB
|
queue/trigger/Stage1Event
i use javassist.reflect api , ,and i want to intercept when a class
,method,filed is called, i tried ,but i can intercept only the class with the
main method,i use javssist.Loader for Run the class,how i can do?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
java.lang.IllegalStateException: Missing required property: cache.jdbc.password
at
org.jboss.cache.loader.JDBCCacheLoader.getRequiredProperty(JDBCCacheLoader.java:1207)
at
org.jboss.cache.loader.JDBCCacheLoader.setConfig(JDBCCacheLoader.java:115)
at org.jboss.cache.TreeCac
jbosscache1.2.2
import org.jboss.cache.PropertyConfigurator;
import org.jboss.cache.TreeCache;
import org.jboss.cache.loader.JDBCCacheLoader;
public class CacheLoaderTest {
public static void main(String[] args) throws Exception {
TreeCache tree=new TreeCache();
Thanks for the help, but I still can't get this to work.
First of all I had to construct a jboss-web.xml, I didn't have any from the
beginning. First I had some problem with that the server stoped reding my
web.xml when I added the jboss-web.xml but I think I sorted that out.
Anyway it still do
Does anybody know the answer to this question in Jboss land?!!
Can anyone tell me how to deploy hibernate files in 4.0.2 if not via the
hibernate.har structure?
Why is there no documentation for this? I have checked the WIKI and read the
hibernate2 to hibernate3 process required to make the c
Does nobody really know the answer to this question in Jboss land?!!
Can anyone tell me how to deploy hibernate files in 4.0.2 if not via the
hibernate.har structure?
Why is there no documentation for this? I have checked the WIKI and read the
hibernate2 to hibernate3 process required to make
Also is the LRU limited to 20,000 items or is this also configurable?
Cheers
Peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878510#3878510
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878510
--
Okay then is there some documentation how to configure this for standalone use.
ie what xml I need and where to put it etc. Maybe an example would be good.
Many Thanks
Peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878508#3878508
Reply to the post :
The problem was to display german characters in the rendered html output of a
portlet. But it seems to be ok, after I set the encoding in the portlet jsp
explicitly to
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
Furthermore I set the $LANG in fedora with similar val
I implemented a simple SocketFactory which creates a compressing socket using
GZipInput/OutputStream.
I added the following to jboss-service.xml:
|
|
|
| foo.bar.MyClientCompressionSocketFactory
|
|
| foo.bar.MyServerCompressionSocketFactory
|
Here's what I believe is happening:
Original request goes to server A. A's FormAuthenticator detects the need for
a login, so it caches the request info in the session object and sends the
login page. The request info is cached so the originally requested URL can be
returned once authenticati
93 matches
Mail list logo