LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   restricting spesific project out side web access in tomcat6 (https://www.linuxquestions.org/questions/linux-software-2/restricting-spesific-project-out-side-web-access-in-tomcat6-882807/)

ramesh14 05-26-2011 07:09 AM

restricting spesific project out side web access in tomcat6
 
hi guise i have some issue in tomcat6 anybody know pls guide me

i installed tomecat6 in Linux server i deployed xyz.war file and jkmonunt in Apache this is for out side usage
recenly i deployed one more war abc.war i din't mount in apache this is internel application usage purpuse
in my application i tried to call this abc.war (http://X.X.X.X:8080/abc/abc.war) but i am unable to access this folder i checked the iptable rules i gave access permission in 8080 port pls guide me y i am unable to access this abc.war file

thanks in advance

EricTRA 05-27-2011 01:03 AM

Hi,

I'm not at all a Tomcat expert but isn't a 'war' file an archive that gets unpacked/deployed when you put it in Tomcat and access the directory? I don't think you can access it directly. Try accessing http://X.X.X.X:8080/abc and see what that turns up. As I understand it, I might be wrong, you put a 'war' file in your Tomcat base directory and it will deploy automatically, creating a directory with the name of the war file. When you then browse to the site putting the directory name you're accessing the contents in the extracted directory, not the war file itself. Check what's in that 'abc' directory.

And please make an effort in spelling your words correctly, I had to read your post twice to understand it. Google Translate can help you with that, although the result might not be grammatically correct.

Kind regards,

Eric

EricTRA 06-05-2011 12:48 AM

Hi,

Just following up on your post. Did you get your problem solved? If so, would you mind letting us know so and telling us what solution worked for you?

Kind regards,

Eric


All times are GMT -5. The time now is 11:44 AM.