-
Notifications
You must be signed in to change notification settings - Fork 4
how to tell t7 that client side is somewhere else other than webapp #64
Comments
Hi Florian, can you please explain it a bit more what you mean with ' ... client side is somewhere else and to use that as ROOT in tomcat ...'? I don't understand what you are trying to do. Cheers |
Hi Jorg, The client side is not included in war file only the server side. The server The only inconvenience is that the the javascript guys were used to tell when I tried to use but it does not seem to work Regarding 2'nd point: The path defined in the context.xml from the war file În ziua de Lun 10 Sep 2012, la 11:26:18, Jörg Bellmann a scris: Hi Florian, Florian Chis| SWD |
Hi Florian, sorry for the delay. Cheers |
Hi Jorg, Is there a way to specify external.client.directory from the custom catalina.properties into pom.xml? Regards, |
Yes, it should be possible to use 'maven-resource-filtering'. You just has to configure the resources-filtering in the pom.xml for the 'catalina.properties'. Please share your solution here. Cheers |
Hi Florian, I tried it with filtering, but it does not work. https://oss.sonatype.org/content/repositories/snapshots I will release a new version of the plugin in the next days, so you don't depend on an SNAPSHOT. Have a look at the 'example'-project. I updated the 'provide-from-external'-module as a showcase for that feature. Cheers |
Hi Jorg, I managed to get it work partially. Here are my thoughts:
Regards, On Fri, Oct 26, 2012 at 2:15 AM, Jörg Bellmann notifications@github.comwrote:
|
Hi Florian, well there are features someone is missing. And we will try to bring solutions around if we have some time. So, sometimes it needs a bit longer. Sorry.
Best Regards |
Hi Jorg, About the 2'nd point: What I meant to say was something like this: About the Step thing, think I'll try it. With thanks, |
Hi Jorg, I want to contribute a little piece of code to the project. It resolves my first issue that of telling t7 in pom not to export tomcat's default web apps. It's similar to DeleteDocsAndExamplesStep but for that I need write access to the project. I also want to put an extra parameter similar to (if you did not start to work on this allready). The thing is, I don't know where to look for the code that maps to ${externalClientDirectory} is server.xml. A little help is welcomed Regards, |
Hello, please raise an Pull Request. If don't know how to do that, you will find more informations here. I will have a look at your contributions and then will merge it. Jörg |
ERROR: Permission to t7mp/maven-t7-plugin.git denied to fchis3pg. and of course there is no Pull Request button for me :) |
Hi Florian, as I can see on your account, you don't made a fork. Did you read the documentation about code contributions with github? Here is a short (and hopefully working description ;-) ). You browse to the repo you want to contribute here. On the upper right side is a button 'Fork'. Klick it. You then have a forked repository in your space. You can do whatever you want with that repo. You have total access to that forked repository. It is in you hand. Please do that now. I will help you to go further in the next 30 min. I will update this comment. Ok, you got it. So, I assume you have some codechanges on your workstation, You checked out from T7MP, right? So go to the directory and add an new remote to your forked repository on github.
I hope you made your changes in separat branch? Then:
Try that. Does it work? Yes, I can see your branch. Cool. If everything goes fine, you should see an Pull-Request-Button on the top-right side. Use it. Fill out the description. Choose the branches you want me to merge from you. That's it. Good Luck. :-) Jörg |
Tks
The text was updated successfully, but these errors were encountered: