Skip to main content

Questions tagged [cargo]

Cargo is a thin wrapper that allows you to manipulate Java EE containers in a standard way. It is often used to start containers for integration and functional tests, especially with Maven or Ant. DO NOT use this for the Rust-related tool; use "rust-cargo" instead.

1 vote
1 answer
60 views

Why does using `extern` allow for runtime linking?

I have this code snippet: extern crate blas; extern crate openblas_src; pub fn eigen_decompose_symmetric_tri_diagonal( main_diag: &Vec<f64>, sub_diag: &Vec<...
Makogan's user avatar
  • 9,191
0 votes
0 answers
7 views

Cargo- domain transfer from Go Daddy has not transferred

I have transferred a domain to Cargo from Go Daddy, following Cargo's instructions to change the Name Servers on Go Daddy. After 5 days it still has not transferred the domain even though all of the ...
Hope Spalding's user avatar
-1 votes
0 answers
27 views

How do I change the background image for overflow scrolling on iOS devices?

new to web design. Would like to know more about coding but right now I am using Cargo.site. There is an interesting thing that happens on iOS devices (maybe more, but this is what I've found). When ...
Nathan Bourget's user avatar
0 votes
0 answers
11 views

How to make a line behind dragging a curser around a website?

I'm currently working on a website with a template from cargo. Is there any possibility to make a line behind dragging a curser over the screen? Maybe enabling it with HTML / CSS? I tried searching ...
Camilla Zanoni's user avatar
0 votes
1 answer
96 views

How can I get rid of the large blank space at the bottom of my website pages?

I use cargo and my website has a large blank white space at the bottom of all the pages below the footer. I've looked through the CSS, and found that there were no footer inputted. I've tried ...
Nick Yu's user avatar
0 votes
0 answers
76 views

Disabling Cargo Collective Navigation Shortcuts

I am a typeface designer and just built a website in Cargo.site. (pedroglifos.com) I am using Fontdue type testers integration so my customers can test the fonts. Everything was fine until I realized ...
Pedro Medina's user avatar
-1 votes
1 answer
354 views

Cargo website customize css for mobile only

My website looks good on desktop but on mobile version, the header is in a weird placement. How do i change the header font size and placement without it changing for desktop version. Also my images ...
CSS's user avatar
  • 1
0 votes
1 answer
49 views

Cargo can't deploy to Tomcat integrated into Eclipse

When I try to use the Maven Cargo plugin to deploy to Tomcat embedded in Eclipse, the deployment fails with a 404 Not Found.
Dan R.'s user avatar
  • 803
1 vote
1 answer
124 views

Can no longer build Confluence plugin

At work I help to develop a Confluence plugin. Current software versions (and I believe the latest we can currently use, because reasons), according to atlas-version, are: ATLAS Version: 8.2.7 ...
calum_b's user avatar
  • 243
0 votes
0 answers
225 views

Custom weblogic log format

I have application running through cargo-maven3-plugin (1.9.4) on weblogic14x container. I would like to modify weblogic log to exclude fields which are not important for me. Currently log looks like ...
jprzystupa's user avatar
0 votes
1 answer
470 views

cargo-maven3-plugin stopped running

I had a working project, but suddenly it stopped running I'm launching the TomCat 9.0.60 via cargo plugin version 1.10.1. After "mvn clean package cargo:run" an exception occurs when ...
IlHam13's user avatar
  • 121
2 votes
0 answers
395 views

How to save only the war file in artifacts between 'mvn deploy' (to nexus) and 'mvn cargo:deploy'

My .gitlab-ci.yml file has the following cache and stages defined cache: key: ${CI_COMMIT_REF_SLUG} paths: - .m2/repository/ - target/ policy: pull-push stages: - build - nexus - ...
Fred's user avatar
  • 414
0 votes
1 answer
336 views

Tomcat rejects URL encoded "<" and ">" symbols

Tomcat 9.0.54 rejects my URL because of the "<" and ">" symbols. It rejects it also when in percent encoded forms "%3C" and "%3E". I also tried adding ...
hippofan's user avatar
4 votes
1 answer
845 views

upgrade tomcat7-maven-plugin to cargo-maven3-plugin with contianer Id tomcat9x

please help , configuring cargo-maven3-plugin and facing the problem below , thank you and appreciate those who have experience on the cargo and tomcat 9 plugin . thank you very much pom.xml file ...
Tzyy Khong Hiew's user avatar
1 vote
0 answers
53 views

Cargo logs get stuck after update to Cargo version 1.8.4

after I updated Cargo from version 1.6.2 to the newest version (1.8.4) , Cargo logs seem stuck even if my server works perfectly fine. ==================================================================...
r366y's user avatar
  • 382

15 30 50 per page
1
2 3 4 5
13