Tagged Questions

0
votes
3answers
31 views

java:how to hide static resources like html ,images from user on jboss platfrom?

I have developed a java 1.4 web application.Application is deployed on jboss(tomcat). suppose my folder structure is mainfolder(contains subfolders and jsp pages) im …
1
vote
2answers
20 views

HttpServletRequest.getRemoteAddr() returning wrong address

We need to log the client's IP address from a Seam action. Currently, we're using the code: ExternalContext context = FacesContext.getCurrentInstance().getExternalContext(); HttpS …
2
votes
1answer
50 views

jsp:how to hide folder structure of website from users?

how to hide folder structure of website from users. i have developed a website on jave platform (jsp). website is deployed on jboss. suppose my website 's home page url is dummy …
0
votes
2answers
13 views

java.lang.NoSuchMethodError: org.hibernate.cache.CacheException in Hibernate Based Application on Linux Server

2009-11-20 12:10:05,771 INFO [STDOUT] 12:10:05,766 ERROR HibernateUtil:43 - Building SessionFactory failed. java.lang.NoSuchMethodError: org.hibernate.cache.CacheException.<i …
0
votes
0answers
12 views

404 Error for a deployed EAR file.

I am deploying a large application with approx - 12 WARs and JARs bundled in an EAR file. However I am unable to reach the application page from browser. A few things I have verif …
0
votes
2answers
37 views

Can JBoss instances communicate?

I've got a Java servlet that handles file uploads, but resides in the "intranet" instance of JBoss. It needs to write files to a directory in the "internet" instance of JBoss (on t …
0
votes
2answers
23 views

jBoss Profile - how?

Hi there, I want to profile my jBoss Apps on a remote server. I've tried the Eclipse TPTP project but with an invoked agent my jBoss Portal doesn't start and it ends in unlimited …
0
votes
1answer
27 views

How to hide interface methods in the web service when using @WebService’s `endpointInterface` attribute?

Is there a way to prevent a method from an interface used in @WebService's endpointInterface attribute to be exposed in the web service? I'm using the endpointInterface as that see …
0
votes
1answer
20 views

Exploded deployment fails on JBoss 5

I have a web application which deploys fine as an ear file. But when I try to deploy it in exploded form it fails like this: 17:13:17,305 ERROR [AbstractKernelController] Error in …
1
vote
0answers
13 views

JBoss Web Services Behind IIS Through HTTPs

This is a tangled web that's woven, I suppose, but it really shouldn't be all that hard. Let me see if I can paint the picture: I have written a web service, starting with a WSDL …
1
vote
1answer
32 views

Problem calling (jax-ws) web service from within JBoss

I am trying to connect to a web service via a VPN from my server. I can connect to the wsdl and send a soap request using Curl (it gets a valid response too). The code I am using …
0
votes
1answer
16 views

Flex: image scale stopped working after deploy to server

I have some code to scale an image's width according to its height after the image is being loaded. It works fine on my development PC if I point to the wrapper html using local fi …
1
vote
3answers
43 views

Determine Which Application Server our application is deployed to?

Our J2EE Application is deployed to JBoss and sometimes to OC4J . Can I know which one is being used? I hope there is a method returning the container information on runtime.
0
votes
2answers
35 views

Configure nginx for jboss/tomcat

Used to be in order to pass traffic to jboss/tomcat on port 80 using apache, we had to install and configure mod_jk. Is there an equivalent for nginx? Basically want all port 80 t …
0
votes
1answer
14 views

How in jboss write traces to separate trace file

How in JBoss to write traces to separate file? I would like to see traces about org.hibernate.SQL and org.hibernate.type in separate trace file. I added next appender and categor …

1 2 3 4 5 37 next
15 30 50 per page