Hi
i have a webapplication packaged as MMI.war and in the context.xml i defined the context as MMI and have all the necessay parameters for JNDI lookup for mysql connection. i have one website by name
www.somename.com which is mapped to public_html directory which is default in my server.xml and when i deploy MMI it goes under public_html/MMI
so when i tryp
www.somename.com/MMI tomcat can find my JNDI configuration since it matches the context name and everything works.
Now the issue rises here. i registered onemore website
www.somename2.com and mapped it to public_html/MMI. now when i type
www.somewebsite2.com since the context is not MMI the JNDI look up doesnt work. Hope i made my point clear any help its a bit urgent. Should i change my context in context.xml file from MMS to
www.somewesite2.com any help...
[ February 08, 2007: Message edited by: Bear Bibeault ]