Our Apache web server does front the JBoss server. Putting the Selenium files in Apache's doc root works fine.
Thanks! Sandy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren Cotterill Sent: Monday, November 21, 2005 9:52 PM To: selenium-users@lists.public.thoughtworks.org Subject: Re: [Selenium-users] Selenium with JBoss? Hi Sandy, The Selenium files need to be served from the same host and port as the application under test. If you're using the Apache web-server as a front to your JBoss server then, yes, you can just place them there. If they are serving different applications (on a different port), then your Selenium files need to be deployed and served by JBoss. I'd recommend creating a separate WAR file with the Selenium files and deploying to a different context in JBoss. This prevents having to change your application. Hope that helps. Cheers, Darren. >- Show quoted text -Sandy Demi wrote:> Has anyone used Selenium (in TestRunner mode) to test a JBoss web> application? I'm not sure where the selenium files need to be. There's> an Apache web server running on the same machine. Can we just put the> selenium files in to doc root of the Apache server?I'm currently using it with JBoss. I don't have Apache on my localdevelopment box, so I haven't really tried that approach.One easy solution I have found (which is probably not very ideal) ishaving a build target that archives the Selenium directory along withthe other web files into your application's war, so that Selenium can bedeployed along with your application.Any better ideas would be appreciated.Regards,Mohammed_______________________________________________S elenium-users mailing [EMAIL PROTECTED]://lists.public.thoughtw orks.org/mailman/listinfo/selenium-users _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users