Log in to follow, share, and participate in this community.
Thread Asynchronous HTTP Request is not working as excepted for Re
Asynchronous HTTP Request is not working as excepted for ReHi, I have written a simple Asynchronous HTTP Request RestEasy Application which contains two methods . 1) asyncBasic() -- asynchronous method 2) basic() --- normal RESTeasy http handler method i.e. synchronous I d...
PermGen errorWe're getting this error when we redeploy a Seam application: 2009-07-02 10:11:30,745 WARN [org.jboss.system.ServiceController] Problem starting service jboss.web.deployment:war=forms_new_employee.war,id=-1855897005...
Thread problem by using rich:tabPanel with switchType=ajax in ie7
problem by using rich:tabPanel with switchType=ajax in ie7Hello, iam using the jbossportal 2.7.0 under windows vista and richface lib 3.3.0.GA (with 3.3.1.GA also) i have a tabpanel with the switchType "ajax". in firefox everything works fine, but in ie7 the tabs move under...
Servlet depending on MBean: loading orderHello All, How to specify that particular servlet in WAR has dependency on MBean and should not be loaded until that MBean is loaded first? JBoss ver. 5.0.1.GA Thanks, Alex.
Referencing ${catalina.base}I am a newbie to JBoss and the reason for using JBoss is that we have a tomcat-based application which our customer wants to run in JBoss. Our app is also a spring-based application and we have some properties file ne...
Problem with NDCHi everybody, i'm not sure if this is the right section for my post, but i couldn't find something more suitable... I'm working on a tapestry application and we found out, that it would be very helpful using NDC to ...
SSO session destroyed using a4j:pollHi, I am using JBoss 4.2.0, all conf, ClusterdSSOValve with cookiedomain, ajax4jsf, richfaces 3.3.0 GA and a4j:poll component in some jsp pages, the whole thing in a production environment that receives more than 400...
Thread Put a file on jboss 4.0.2 with out bundling it in a jar, war
Put a file on jboss 4.0.2 with out bundling it in a jar, warHi, I have multiple applications running on multiple servers. There are some system properties which are common across all these applications. I want to put all these common properties in one common file on one of the...
emptySessionPath with HTTP/1.1 ConnectorUsing emptySessionPath="true" with HTTP/1.1 Connector does not seem to work with JBoss 5.0.0.GA anymore as I still get my JSESSIONID cookie set with Path=/[contextRoot] instead of just Path=/ . I need this behaviour ...
Thread Browser hangs intermittently when request for images are for
Browser hangs intermittently when request for images are forWe are using JBoss v4.2.3.ga and Apache v 2.2.9 and mod_jk v 1.2.26 are being used as the load balancer. We have observed that sometimes JBoss fails to send response for a image file. At this stage the browser hangs ...
jsessionid missged in the requestHi, I used JBoss 4.0.4 GA, which embeds Tomcat 5.5.17. I found an issue that I can not interpret if it is a bug in Tomcat. When I used domain name (like http://domain.com:8080) to login my my application by form-bas...
New jsessionid on every requestI am in the process of upgrading from 4.0.5 GA to 5.1.0 GAI am using mod_jk with rewrites. My app is deployed as "web.war" (exploded - not sure if that makes any difference), <context-root>web</context-root&...
Thread Communicate between WAR and EJB in separate servers.
Communicate between WAR and EJB in separate servers.Hi, I don't know whether anybody knows in what way how to code WAR application (eg. struts) in Tomcat in one server to communicate with EJB beans in JBOSS which is located in another server? Any links/example is ver...
Thread Tomcat / JBoss mod_jk with Apache Bad Gateway
Tomcat / JBoss mod_jk with Apache Bad GatewayThanks ahead of time for anything anyone can do to help me! I am running Apache 2.2 in front of JBoss 4.2.3 that uses Tomcat as its web server. I am using Apache to connect my virtual hosts to JBoss through mod_jk. ...
APR and https in jboss 501I'm upgrading 422 to 501 and am trying to configure the native apr stuff over https. In my server.xml I have the following entry.
<Connector port="8443" address="${jboss.bind.address}"
maxThreads="250" maxHtt...
Application home page from servletHi, I am developing a web application in Java EE, which will be deployed on JBoss at the root of a public web server. The home page needs to be served through a servlet, not just an index file. I have set the contex...
Thread WebAuthentication class - IllegalStateException "request is
WebAuthentication class - IllegalStateException "request isI am attempting to use a programmatic security to login to a JBoss server. I'm trying to passing in login credentials through the request object from one JBOSS server to a LoginServlet on another JBOSS server. The log...
Thread Newbie not sure how to strict users access to web pages base
Newbie not sure how to strict users access to web pages baseHi everyone, I'm creating a web portal using jboss and hibernate. Wondering what the best approach is to control user access within the site, i.e. i dont want to make pages visable that they shouldn't have access to....
Thread Erase jsession id from url(first time itself)
Erase jsession id from url(first time itself)Hi , I am using jboss as my app server , i want to erase the jsession id param from my url if the cookie is enabled . current behaviour is if the cookie is activated the param will come with url only once for the fi...
Thread JSP's servlet and javascript not working together
JSP's servlet and javascript not working togetherHi everyone, I'm having trouble trying to get javascript running on a form in addtion to a servlet. Its a login form, I would like to check if the fields have been filled in, prompting the user if they have not. Once...