• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is going wrong with this app

 
Greenhorn
Posts: 14
Oracle Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic