local tomcat server and virtual domain not working

Hi,

In the server.xml, i have this entry:

www.example.com ]]>

if I run my app using local tomcat server, the above domain will not work, any idea how to make this works?

Thanks,

0
1 comment

Looks like your problem is related to Tomcat app server itself rather than IDEA. Try to search for solution in Tomcat-related forums.

Hi,

In the server.xml, i have this entry:

<Host name="example.com" appBase="exampleapps"
unpackWARs="false" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false" >
<alias>www.example.com</alias>
</Host>

if I run my app using local tomcat server, the above domain will not work, any idea how to make this works?

Thanks,



--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.