--
You received this message because you are subscribed to the Google Groups "Jaxcent" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jaxcentgroup/-/-tAApCcpn84J.
To post to this group, send email to jaxcen...@googlegroups.com.
To unsubscribe from this group, send email to jaxcentgroup...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jaxcentgroup?hl=en.
No, the absolute paths depend upon the container (e.g. Tomcat, or IIS or Apache...) configuration, and Jaxcent doesn't know the container-specific mapping. So the page path has to be the URL.----- Original Message -----
From: Habib SeifzadehSent: Sunday, March 18, 2012 10:19 AMSubject: Specifying asolute page paths in config fileHi all,
Is there any way to specify absolute page paths in xml config file?
Cheers,
Habib
--
You received this message because you are subscribed to the Google Groups "Jaxcent" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jaxcentgroup/-/-tAApCcpn84J.
To post to this group, send email to jaxcen...@googlegroups.com.
To unsubscribe from this group, send email to jaxcentgroup+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jaxcentgroup?hl=en.
No, the absolute paths depend upon the container (e.g. Tomcat, or IIS or Apache...) configuration, and Jaxcent doesn't know the container-specific mapping. So the page path has to be the URL.----- Original Message -----
From: Habib SeifzadehSent: Sunday, March 18, 2012 10:19 AMSubject: Specifying asolute page paths in config fileHi all,
Is there any way to specify absolute page paths in xml config file?
Cheers,
Habib
--
You received this message because you are subscribed to the Google Groups "Jaxcent" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jaxcentgroup/-/-tAApCcpn84J.
To post to this group, send email to jaxcen...@googlegroups.com.
To unsubscribe from this group, send email to jaxcentgroup+unsubscribe@googlegroups.com.
I found a function called parseConfigFile in the JaxcentConfig.java
file. Is it the right place to add the feature?
Cheers,
Habib
Btw, can you explain the requirement that led to this? Could you just
instead look into having two separate Jaxcent instances (not sure right now
what would be involved in that, but could be less work.)
About the requirement, I have a web application developed by languages
such as php or asp and a Jaxcent server which sends signals to the pages
of the application at some desired times. Since language of my
application and the Jaxcent differ, I prefer to deploy them upon
different servers, though I could use the provided connectors.
Thanks,
Habib