aspose file tools
The moose likes Tomcat and the fly likes What is going wrong with this app Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "What is going wrong with this app" Watch "What is going wrong with this app" New topic
Author

What is going wrong with this app

Prady Kural
Greenhorn

Joined: Feb 16, 2011
Posts: 14

Hi, everyone
my application http://smsmitra.com/smsmitra/ is working fine on the above URL
but not working fine with http://smsmitra.com/
you may view but i want you people to login using mobile: 8439587051 and password: 0000
server is configured as

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="TomcatRedirect" patternSyntax="Wildcard">
<match url="*" />
<action type="Rewrite" url="http://www.smsmitra.com:8090/{R:0}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>


can you point out what is the problem
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What is going wrong with this app
 
Similar Threads
apache url rewriting problem
Checkstyle configuration
htaccess and mod_rewrite issue
Unable to use GET request to post form data
Looking for something more lightweight than a rules engine